diff options
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 db732f5e1f4d6..6fb635d31ad3c 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 f5c542a5bf609..0f5a801373841 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 c85c669bd0886..8b1ada7c18f12 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 929d6a3180163..f72979ce898ca 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 */ |