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 | |
parent | 7f9a2633d1939816851d2079a6f4abeaddde559d (diff) |
Add OpenBSD tags (was in wrong dir for previous commit)
Diffstat (limited to 'usr.sbin/lpr/lpd')
-rw-r--r-- | usr.sbin/lpr/lpd/Makefile | 3 | ||||
-rw-r--r-- | usr.sbin/lpr/lpd/extern.h | 2 | ||||
-rw-r--r-- | usr.sbin/lpr/lpd/key.c | 4 | ||||
-rw-r--r-- | usr.sbin/lpr/lpd/lpd.c | 6 | ||||
-rw-r--r-- | usr.sbin/lpr/lpd/lpdchar.c | 6 | ||||
-rw-r--r-- | usr.sbin/lpr/lpd/modes.c | 3 | ||||
-rw-r--r-- | usr.sbin/lpr/lpd/recvjob.c | 6 | ||||
-rw-r--r-- | usr.sbin/lpr/lpd/ttcompat.c | 6 |
8 files changed, 31 insertions, 5 deletions
diff --git a/usr.sbin/lpr/lpd/Makefile b/usr.sbin/lpr/lpd/Makefile index 58c4a679b50..5bc1260e801 100644 --- a/usr.sbin/lpr/lpd/Makefile +++ b/usr.sbin/lpr/lpd/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:39 millert Exp $ PROG= lpd CFLAGS+=-I${.CURDIR}/../common_source diff --git a/usr.sbin/lpr/lpd/extern.h b/usr.sbin/lpr/lpd/extern.h index cabc92d2296..6da79eed931 100644 --- a/usr.sbin/lpr/lpd/extern.h +++ b/usr.sbin/lpr/lpd/extern.h @@ -1,3 +1,5 @@ +/* $OpenBSD: extern.h,v 1.2 1997/01/17 16:12:39 millert Exp $ */ + /* * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. diff --git a/usr.sbin/lpr/lpd/key.c b/usr.sbin/lpr/lpd/key.c index b6ac5c419b1..d024bd72cb1 100644 --- a/usr.sbin/lpr/lpd/key.c +++ b/usr.sbin/lpr/lpd/key.c @@ -1,4 +1,4 @@ -/* $NetBSD: key.c,v 1.1 1995/10/03 15:02:41 hpeyerl Exp $ */ +/* $OpenBSD: key.c,v 1.2 1997/01/17 16:12:40 millert Exp $ */ /*- * Copyright (c) 1991, 1993, 1994 @@ -37,7 +37,7 @@ #if 0 static char sccsid[] = "@(#)key.c 8.3 (Berkeley) 4/2/94"; #else -static char rcsid[] = "$NetBSD: key.c,v 1.1 1995/10/03 15:02:41 hpeyerl Exp $"; +static char rcsid[] = "$OpenBSD: key.c,v 1.2 1997/01/17 16:12:40 millert Exp $"; #endif #endif /* not lint */ diff --git a/usr.sbin/lpr/lpd/lpd.c b/usr.sbin/lpr/lpd/lpd.c index ff9183ccdd7..b00baa2ed8d 100644 --- a/usr.sbin/lpr/lpd/lpd.c +++ b/usr.sbin/lpr/lpd/lpd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: lpd.c,v 1.12 1996/12/20 15:58:40 deraadt Exp $ */ +/* $OpenBSD: lpd.c,v 1.13 1997/01/17 16:12:41 millert Exp $ */ /* $NetBSD: lpd.c,v 1.7 1996/04/24 14:54:06 mrg Exp $ */ /* @@ -42,7 +42,11 @@ static char copyright[] = #endif /* not lint */ #ifndef lint +#if 0 static char sccsid[] = "@(#)lpd.c 8.7 (Berkeley) 5/10/95"; +#else +static char rcsid[] = "$OpenBSD: lpd.c,v 1.13 1997/01/17 16:12:41 millert Exp $"; +#endif #endif /* not lint */ /* diff --git a/usr.sbin/lpr/lpd/lpdchar.c b/usr.sbin/lpr/lpd/lpdchar.c index 4a4f5da1ccb..52d43c955a3 100644 --- a/usr.sbin/lpr/lpd/lpdchar.c +++ b/usr.sbin/lpr/lpd/lpdchar.c @@ -1,3 +1,5 @@ +/* $OpenBSD: lpdchar.c,v 1.2 1997/01/17 16:12:41 millert Exp $ */ + /* * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. @@ -32,7 +34,11 @@ */ #ifndef lint +#if 0 static char sccsid[] = "@(#)lpdchar.c 8.1 (Berkeley) 6/6/93"; +#else +static char rcsid[] = "$OpenBSD: lpdchar.c,v 1.2 1997/01/17 16:12:41 millert Exp $"; +#endif #endif /* not lint */ /* diff --git a/usr.sbin/lpr/lpd/modes.c b/usr.sbin/lpr/lpd/modes.c index 9e08017c415..fc47cd9a115 100644 --- a/usr.sbin/lpr/lpd/modes.c +++ b/usr.sbin/lpr/lpd/modes.c @@ -1,3 +1,4 @@ +/* $OpenBSD: modes.c,v 1.3 1997/01/17 16:12:42 millert Exp $ */ /* $NetBSD: modes.c,v 1.1 1995/10/03 15:02:45 hpeyerl Exp $ */ /*- @@ -37,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)modes.c 8.3 (Berkeley) 4/2/94"; #else -static char rcsid[] = "$NetBSD: modes.c,v 1.1 1995/10/03 15:02:45 hpeyerl Exp $"; +static char rcsid[] = "$OpenBSD: modes.c,v 1.3 1997/01/17 16:12:42 millert Exp $"; #endif #endif /* not lint */ 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 */ /* diff --git a/usr.sbin/lpr/lpd/ttcompat.c b/usr.sbin/lpr/lpd/ttcompat.c index f368871dbcd..8d8763b2a42 100644 --- a/usr.sbin/lpr/lpd/ttcompat.c +++ b/usr.sbin/lpr/lpd/ttcompat.c @@ -1,3 +1,5 @@ +/* $OpenBSD: ttcompat.c,v 1.3 1997/01/17 16:12:43 millert Exp $ */ + /* * Copyright (c) 1995 * The Regents of the University of California. All rights reserved. @@ -37,6 +39,10 @@ * originally from /sys/kern/tty_compat.c */ +#ifndef lint +static char rcsid[] = "$OpenBSD: ttcompat.c,v 1.3 1997/01/17 16:12:43 millert Exp $"; +#endif /* not lint */ + #include <sys/param.h> #include <sys/types.h> |