diff options
Diffstat (limited to 'usr.sbin/rbootd/parseconf.c')
-rw-r--r-- | usr.sbin/rbootd/parseconf.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/usr.sbin/rbootd/parseconf.c b/usr.sbin/rbootd/parseconf.c index 025cc104d23..cb9c282f4e6 100644 --- a/usr.sbin/rbootd/parseconf.c +++ b/usr.sbin/rbootd/parseconf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: parseconf.c,v 1.9 2005/09/22 14:24:51 jmc Exp $ */ +/* $OpenBSD: parseconf.c,v 1.10 2009/10/27 23:59:54 deraadt Exp $ */ /* $NetBSD: parseconf.c,v 1.4 1995/10/06 05:12:16 thorpej Exp $ */ /* @@ -43,11 +43,6 @@ * Author: Jeff Forys, University of Utah CSS */ -#ifndef lint -/*static char sccsid[] = "@(#)parseconf.c 8.1 (Berkeley) 6/4/93";*/ -static char rcsid[] = "$OpenBSD: parseconf.c,v 1.9 2005/09/22 14:24:51 jmc Exp $"; -#endif /* not lint */ - #include <sys/param.h> #include <sys/stat.h> |