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/lptest | |
parent | 7f9a2633d1939816851d2079a6f4abeaddde559d (diff) |
Add OpenBSD tags (was in wrong dir for previous commit)
Diffstat (limited to 'usr.sbin/lpr/lptest')
-rw-r--r-- | usr.sbin/lpr/lptest/Makefile | 3 | ||||
-rw-r--r-- | usr.sbin/lpr/lptest/lptest.c | 6 |
2 files changed, 7 insertions, 2 deletions
diff --git a/usr.sbin/lpr/lptest/Makefile b/usr.sbin/lpr/lptest/Makefile index 6ff8e7fe9c7..ca3431ddbb5 100644 --- a/usr.sbin/lpr/lptest/Makefile +++ b/usr.sbin/lpr/lptest/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:48 millert Exp $ PROG= lptest diff --git a/usr.sbin/lpr/lptest/lptest.c b/usr.sbin/lpr/lptest/lptest.c index 7916eb5c240..d8264dce6bb 100644 --- a/usr.sbin/lpr/lptest/lptest.c +++ b/usr.sbin/lpr/lptest/lptest.c @@ -1,4 +1,4 @@ -/* $OpenBSD: lptest.c,v 1.2 1996/04/21 23:40:46 deraadt Exp $ */ +/* $OpenBSD: lptest.c,v 1.3 1997/01/17 16:12:48 millert Exp $ */ /* $NetBSD: lptest.c,v 1.5 1996/03/21 18:13:20 jtc Exp $ */ /* @@ -42,7 +42,11 @@ static char copyright[] = #endif /* not lint */ #ifndef lint +#if 0 static char sccsid[] = "@(#)lptest.c 8.1 (Berkeley) 6/6/93"; +#else +static char rcsid[] = "$OpenBSD: lptest.c,v 1.3 1997/01/17 16:12:48 millert Exp $"; +#endif #endif /* not lint */ #include <stdlib.h> |