From d98eff7001343dcb15ac19399f73f6e7df38478c Mon Sep 17 00:00:00 2001 From: Ted Unangst Date: Tue, 6 Oct 2015 14:58:38 +0000 Subject: clear out some more legacy code and whatnot --- usr.sbin/cron/funcs.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'usr.sbin/cron/funcs.h') 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 -- cgit v1.2.3