diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-02-16 01:59:46 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-02-16 01:59:46 +0000 |
| commit | 838992f094ccde014679a7cfafc495840eb932a1 (patch) | |
| tree | bb1da10609893e2c699e42919a3a51c02df9caf0 /usr.sbin/lpr/runqueue | |
| parent | bcb29ac16cc991f99f0c976390dff6be1a1b9058 (diff) | |
Diffstat (limited to 'usr.sbin/lpr/runqueue')
| -rw-r--r-- | usr.sbin/lpr/runqueue/extern.h | 2 | ||||
| -rw-r--r-- | usr.sbin/lpr/runqueue/lpdchar.c | 2 | ||||
| -rw-r--r-- | usr.sbin/lpr/runqueue/modes.c | 2 | ||||
| -rw-r--r-- | usr.sbin/lpr/runqueue/printjob.c | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/lpr/runqueue/extern.h b/usr.sbin/lpr/runqueue/extern.h index db732f5e1f4d..6fb635d31ad3 100644 --- a/usr.sbin/lpr/runqueue/extern.h +++ b/usr.sbin/lpr/runqueue/extern.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * From: @(#)extern.h 8.1 (Berkeley) 6/6/93 - * $Id$ + * $Id: extern.h,v 1.3 1997/12/02 20:45:53 wollman Exp $ */ #include <sys/cdefs.h> diff --git a/usr.sbin/lpr/runqueue/lpdchar.c b/usr.sbin/lpr/runqueue/lpdchar.c index f5c542a5bf60..0f5a80137384 100644 --- a/usr.sbin/lpr/runqueue/lpdchar.c +++ b/usr.sbin/lpr/runqueue/lpdchar.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)lpdchar.c 8.1 (Berkeley) 6/6/93"; */ static const char rcsid[] = - "$Id$"; + "$Id: lpdchar.c,v 1.4 1997/12/02 20:45:55 wollman Exp $"; #endif /* not lint */ /* diff --git a/usr.sbin/lpr/runqueue/modes.c b/usr.sbin/lpr/runqueue/modes.c index c85c669bd088..8b1ada7c18f1 100644 --- a/usr.sbin/lpr/runqueue/modes.c +++ b/usr.sbin/lpr/runqueue/modes.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)modes.c 8.3 (Berkeley) 4/2/94"; */ static const char rcsid[] = - "$Id$"; + "$Id: modes.c,v 1.4 1997/12/02 20:45:56 wollman Exp $"; #endif /* not lint */ #include <stddef.h> diff --git a/usr.sbin/lpr/runqueue/printjob.c b/usr.sbin/lpr/runqueue/printjob.c index 929d6a318016..f72979ce898c 100644 --- a/usr.sbin/lpr/runqueue/printjob.c +++ b/usr.sbin/lpr/runqueue/printjob.c @@ -43,7 +43,7 @@ static const char copyright[] = static char sccsid[] = "@(#)printjob.c 8.7 (Berkeley) 5/10/95"; */ static const char rcsid[] = - "$Id$"; + "$Id: printjob.c,v 1.18 1997/12/02 20:45:58 wollman Exp $"; #endif /* not lint */ |
