diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1997-01-17 16:12:51 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1997-01-17 16:12:51 +0000 |
commit | 5f75932b70719fc1736d1073322d41e9f2b93aad (patch) | |
tree | bf9da9df19734090dbf8e54cae4eb1747d53bd42 /usr.sbin/lpr/lpq | |
parent | 7f9a2633d1939816851d2079a6f4abeaddde559d (diff) |
Add OpenBSD tags (was in wrong dir for previous commit)
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 */ /* |