diff options
Diffstat (limited to 'usr.sbin/lpr/lpq')
-rw-r--r-- | usr.sbin/lpr/lpq/Makefile | 3 | ||||
-rw-r--r-- | usr.sbin/lpr/lpq/lpq.c | 6 |
2 files changed, 8 insertions, 1 deletions
diff --git a/usr.sbin/lpr/lpq/Makefile b/usr.sbin/lpr/lpq/Makefile index 1c730c1a4b8..b8227017f7a 100644 --- a/usr.sbin/lpr/lpq/Makefile +++ b/usr.sbin/lpr/lpq/Makefile @@ -1,4 +1,5 @@ -# @(#)Makefile 8.1 (Berkeley) 6/6/93 +# from: @(#)Makefile 8.1 (Berkeley) 6/6/93 +# $OpenBSD: Makefile,v 1.2 1997/01/17 16:12:44 millert Exp $ PROG= lpq CFLAGS+=-I${.CURDIR}/../common_source diff --git a/usr.sbin/lpr/lpq/lpq.c b/usr.sbin/lpr/lpq/lpq.c index 04ee9eb1cf7..62eeb72dc06 100644 --- a/usr.sbin/lpr/lpq/lpq.c +++ b/usr.sbin/lpr/lpq/lpq.c @@ -1,3 +1,5 @@ +/* $OpenBSD: lpq.c,v 1.7 1997/01/17 16:12:44 millert Exp $ */ + /* * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. @@ -39,7 +41,11 @@ static char copyright[] = #endif /* not lint */ #ifndef lint +#if 0 static char sccsid[] = "@(#)lpq.c 8.3 (Berkeley) 5/10/95"; +#else +static char rcsid[] = "$OpenBSD: lpq.c,v 1.7 1997/01/17 16:12:44 millert Exp $"; +#endif #endif /* not lint */ /* |