diff options
Diffstat (limited to 'usr.bin/getconf/getconf.c')
-rw-r--r-- | usr.bin/getconf/getconf.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/usr.bin/getconf/getconf.c b/usr.bin/getconf/getconf.c index 451ecb7dd9f..8df444694f3 100644 --- a/usr.bin/getconf/getconf.c +++ b/usr.bin/getconf/getconf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: getconf.c,v 1.11 2008/11/08 01:29:10 chl Exp $ */ +/* $OpenBSD: getconf.c,v 1.12 2009/10/27 23:59:38 deraadt Exp $ */ /*- * Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -40,10 +40,6 @@ * J.T. Conklin (jtc@wimsey.com), Winning Strategies, Inc. */ -#ifndef lint -static char rcsid[] = "$OpenBSD: getconf.c,v 1.11 2008/11/08 01:29:10 chl Exp $"; -#endif /* not lint */ - #include <stdio.h> #include <stdlib.h> #include <string.h> |