diff options
Diffstat (limited to 'usr.sbin/lpr/common_source/common_vars.c')
-rw-r--r-- | usr.sbin/lpr/common_source/common_vars.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/usr.sbin/lpr/common_source/common_vars.c b/usr.sbin/lpr/common_source/common_vars.c index 44251400310..a7cdb5fb494 100644 --- a/usr.sbin/lpr/common_source/common_vars.c +++ b/usr.sbin/lpr/common_source/common_vars.c @@ -1,4 +1,4 @@ -/* $OpenBSD: common_vars.c,v 1.3 2003/06/02 23:36:53 millert Exp $ */ +/* $OpenBSD: common_vars.c,v 1.4 2009/10/27 23:59:51 deraadt Exp $ */ /* $NetBSD: common.c,v 1.15 1999/09/26 10:32:27 mrg Exp $ */ /* @@ -35,10 +35,6 @@ * SUCH DAMAGE. */ -#ifndef lint -static const char rcsid[] = "$OpenBSD: common_vars.c,v 1.3 2003/06/02 23:36:53 millert Exp $"; -#endif /* not lint */ - #include <sys/param.h> #include "pathnames.h" |