From: millert Date: Fri, 17 Jan 1997 16:11:35 +0000 (+0000) Subject: Add OpenBSD tags X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=cb3103c1b92c47186a7db1b14346f1896b746f27;p=openbsd Add OpenBSD tags --- diff --git a/usr.sbin/lpr/common_source/common.c b/usr.sbin/lpr/common_source/common.c index ae26013e0cf..5f97d093306 100644 --- a/usr.sbin/lpr/common_source/common.c +++ b/usr.sbin/lpr/common_source/common.c @@ -1,3 +1,5 @@ +/* $OpenBSD: common.c,v 1.4 1997/01/17 16:11:35 millert Exp $ */ + /* * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. @@ -37,7 +39,11 @@ */ #ifndef lint +#if 0 static char sccsid[] = "@(#)common.c 8.5 (Berkeley) 4/28/95"; +#else +static char rcsid[] = "$OpenBSD: common.c,v 1.4 1997/01/17 16:11:35 millert Exp $"; +#endif #endif /* not lint */ #include diff --git a/usr.sbin/lpr/common_source/lp.h b/usr.sbin/lpr/common_source/lp.h index e60ee40b205..bbc0d7be67b 100644 --- a/usr.sbin/lpr/common_source/lp.h +++ b/usr.sbin/lpr/common_source/lp.h @@ -1,3 +1,5 @@ +/* $OpenBSD: lp.h,v 1.3 1997/01/17 16:11:35 millert Exp $ */ + /* * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. diff --git a/usr.sbin/lpr/common_source/lp.local.h b/usr.sbin/lpr/common_source/lp.local.h index 837fd2fcb53..ab124b54da1 100644 --- a/usr.sbin/lpr/common_source/lp.local.h +++ b/usr.sbin/lpr/common_source/lp.local.h @@ -1,3 +1,5 @@ +/* $OpenBSD: lp.local.h,v 1.2 1997/01/17 16:11:36 millert Exp $ */ + /* * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. diff --git a/usr.sbin/lpr/common_source/pathnames.h b/usr.sbin/lpr/common_source/pathnames.h index 5c07cdb820a..9c7d15d7375 100644 --- a/usr.sbin/lpr/common_source/pathnames.h +++ b/usr.sbin/lpr/common_source/pathnames.h @@ -1,3 +1,5 @@ +/* $OpenBSD: pathnames.h,v 1.2 1997/01/17 16:11:37 millert Exp $ */ + /* * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. diff --git a/usr.sbin/lpr/common_source/rmjob.c b/usr.sbin/lpr/common_source/rmjob.c index b4e71bb5140..200aa6cd8e2 100644 --- a/usr.sbin/lpr/common_source/rmjob.c +++ b/usr.sbin/lpr/common_source/rmjob.c @@ -1,3 +1,5 @@ +/* $OpenBSD: rmjob.c,v 1.5 1997/01/17 16:11:37 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[] = "@(#)rmjob.c 8.2 (Berkeley) 4/28/95"; +#else +static char rcsid[] = "$OpenBSD: rmjob.c,v 1.5 1997/01/17 16:11:37 millert Exp $"; +#endif #endif /* not lint */ #include diff --git a/usr.sbin/lpr/common_source/startdaemon.c b/usr.sbin/lpr/common_source/startdaemon.c index 4f3ec34c7f9..d75c27b1e00 100644 --- a/usr.sbin/lpr/common_source/startdaemon.c +++ b/usr.sbin/lpr/common_source/startdaemon.c @@ -1,3 +1,5 @@ +/* $OpenBSD: startdaemon.c,v 1.3 1997/01/17 16:11:38 millert Exp $ */ + /* * Copyright (c) 1983, 1993, 1994 * The Regents of the University of California. All rights reserved. @@ -32,7 +34,11 @@ */ #ifndef lint +#if 0 static char sccsid[] = "@(#)startdaemon.c 8.2 (Berkeley) 4/17/94"; +#else +static char rcsid[] = "$OpenBSD: startdaemon.c,v 1.3 1997/01/17 16:11:38 millert Exp $"; +#endif #endif /* not lint */