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/lpd/recvjob.c | |
parent | 7f9a2633d1939816851d2079a6f4abeaddde559d (diff) |
Add OpenBSD tags (was in wrong dir for previous commit)
Diffstat (limited to 'usr.sbin/lpr/lpd/recvjob.c')
-rw-r--r-- | usr.sbin/lpr/lpd/recvjob.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/usr.sbin/lpr/lpd/recvjob.c b/usr.sbin/lpr/lpd/recvjob.c index c8e70f578bd..4989f12a642 100644 --- a/usr.sbin/lpr/lpd/recvjob.c +++ b/usr.sbin/lpr/lpd/recvjob.c @@ -1,3 +1,5 @@ +/* $OpenBSD: recvjob.c,v 1.7 1997/01/17 16:12:42 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[] = "@(#)recvjob.c 8.2 (Berkeley) 4/27/95"; +#else +static char rcsid[] = "$OpenBSD: recvjob.c,v 1.7 1997/01/17 16:12:42 millert Exp $"; +#endif #endif /* not lint */ /* |