summaryrefslogtreecommitdiff
path: root/usr.sbin/cron/funcs.h
diff options
context:
space:
mode:
authorTed Unangst <tedu@cvs.openbsd.org>2015-10-06 14:58:38 +0000
committerTed Unangst <tedu@cvs.openbsd.org>2015-10-06 14:58:38 +0000
commitd98eff7001343dcb15ac19399f73f6e7df38478c (patch)
tree45c18e25b3f475cce2012f020d275bc4a77b33e4 /usr.sbin/cron/funcs.h
parent9b7aa79a65523d127329ad649d51ca91a079e143 (diff)
clear out some more legacy code and whatnot
Diffstat (limited to 'usr.sbin/cron/funcs.h')
-rw-r--r--usr.sbin/cron/funcs.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/usr.sbin/cron/funcs.h b/usr.sbin/cron/funcs.h
index 56ecedc7965..6c938d9714f 100644
--- a/usr.sbin/cron/funcs.h
+++ b/usr.sbin/cron/funcs.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: funcs.h,v 1.18 2015/10/03 19:47:21 tedu Exp $ */
+/* $OpenBSD: funcs.h,v 1.19 2015/10/06 14:58:37 tedu Exp $ */
/*
* Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
@@ -76,6 +76,3 @@ entry *load_entry(FILE *,
FILE *cron_popen(char *, char *, struct passwd *, pid_t *);
-#ifndef HAVE_TM_GMTOFF
-long get_gmtoff(time_t *, struct tm *);
-#endif