diff options
Diffstat (limited to 'usr.sbin/rbootd/conf.c')
-rw-r--r-- | usr.sbin/rbootd/conf.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/usr.sbin/rbootd/conf.c b/usr.sbin/rbootd/conf.c index d076431bdbb..90e53369f33 100644 --- a/usr.sbin/rbootd/conf.c +++ b/usr.sbin/rbootd/conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.c,v 1.6 2004/05/01 00:39:22 deraadt Exp $ */ +/* $OpenBSD: conf.c,v 1.7 2009/10/27 23:59:54 deraadt Exp $ */ /* $NetBSD: conf.c,v 1.5 1995/10/06 05:12:13 thorpej Exp $ */ /* @@ -43,11 +43,6 @@ * Author: Jeff Forys, University of Utah CSS */ -#ifndef lint -/*static char sccsid[] = "@(#)conf.c 8.1 (Berkeley) 6/4/93";*/ -static char rcsid[] = "$OpenBSD: conf.c,v 1.6 2004/05/01 00:39:22 deraadt Exp $"; -#endif /* not lint */ - #include <sys/param.h> #include <sys/time.h> |