diff options
Diffstat (limited to 'usr.sbin/timed/timedc/timedc.c')
-rw-r--r-- | usr.sbin/timed/timedc/timedc.c | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/usr.sbin/timed/timedc/timedc.c b/usr.sbin/timed/timedc/timedc.c index 01c11781c09..94d085dc107 100644 --- a/usr.sbin/timed/timedc/timedc.c +++ b/usr.sbin/timed/timedc/timedc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: timedc.c,v 1.13 2004/01/23 21:07:38 deraadt Exp $ */ +/* $OpenBSD: timedc.c,v 1.14 2009/10/27 23:59:57 deraadt Exp $ */ /*- * Copyright (c) 1985, 1993 The Regents of the University of California. @@ -29,16 +29,6 @@ * SUCH DAMAGE. */ -#ifndef lint -char copyright[] = -"@(#) Copyright (c) 1985, 1993 The Regents of the University of California.\n\ - All rights reserved.\n"; -#endif /* not lint */ - -#ifndef lint -static char sccsid[] = "@(#)timedc.c 5.1 (Berkeley) 5/11/93"; -#endif /* not lint */ - #include "timedc.h" #include <string.h> #include <signal.h> |