diff options
| author | mycroft <mycroft@NetBSD.org> | 1993-08-01 17:54:45 +0000 |
|---|---|---|
| committer | mycroft <mycroft@NetBSD.org> | 1993-08-01 17:54:45 +0000 |
| commit | e9d867ef5010fbab8d48045c13025636f5cd7479 (patch) | |
| tree | d05864815761299c3ff4001b8ea7fef526e5273f /usr.bin | |
| parent | 55b7fa6d0b1423be9f9ec5d5c060fa5e9982861e (diff) | |
Add RCS identifiers.
Diffstat (limited to 'usr.bin')
617 files changed, 1609 insertions, 1293 deletions
diff --git a/usr.bin/ar/append.c b/usr.bin/ar/append.c index 7dcfa8e49c9..cee7b1cc414 100644 --- a/usr.bin/ar/append.c +++ b/usr.bin/ar/append.c @@ -35,7 +35,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)append.c 5.6 (Berkeley) 3/12/91"; +/*static char sccsid[] = "from: @(#)append.c 5.6 (Berkeley) 3/12/91";*/ +static char rcsid[] = "$Id: append.c,v 1.2 1993/08/01 18:18:38 mycroft Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/ar/ar.c b/usr.bin/ar/ar.c index cb6c583f8d7..c3e197961b1 100644 --- a/usr.bin/ar/ar.c +++ b/usr.bin/ar/ar.c @@ -41,7 +41,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)ar.c 5.11 (Berkeley) 3/21/91"; +/*static char sccsid[] = "from: @(#)ar.c 5.11 (Berkeley) 3/21/91";*/ +static char rcsid[] = "$Id: ar.c,v 1.2 1993/08/01 18:18:37 mycroft Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/ar/archive.c b/usr.bin/ar/archive.c index e0f1ef25663..f2501e2da94 100644 --- a/usr.bin/ar/archive.c +++ b/usr.bin/ar/archive.c @@ -35,7 +35,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)archive.c 5.7 (Berkeley) 3/21/91"; +/*static char sccsid[] = "from: @(#)archive.c 5.7 (Berkeley) 3/21/91";*/ +static char rcsid[] = "$Id: archive.c,v 1.3 1993/08/01 18:18:36 mycroft Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/ar/archive.h b/usr.bin/ar/archive.h index c8f33220556..2d05d7e32cf 100644 --- a/usr.bin/ar/archive.h +++ b/usr.bin/ar/archive.h @@ -33,7 +33,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)archive.h 5.8 (Berkeley) 4/12/91 + * from: @(#)archive.h 5.8 (Berkeley) 4/12/91 + * $Id: archive.h,v 1.2 1993/08/01 18:18:41 mycroft Exp $ */ /* Ar(1) options. */ diff --git a/usr.bin/ar/contents.c b/usr.bin/ar/contents.c index 995a800299b..244a0ae3ef7 100644 --- a/usr.bin/ar/contents.c +++ b/usr.bin/ar/contents.c @@ -35,7 +35,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)contents.c 5.6 (Berkeley) 3/12/91"; +/*static char sccsid[] = "from: @(#)contents.c 5.6 (Berkeley) 3/12/91";*/ +static char rcsid[] = "$Id: contents.c,v 1.2 1993/08/01 18:18:35 mycroft Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/ar/delete.c b/usr.bin/ar/delete.c index 7acfcd00e8b..9082683d6a6 100644 --- a/usr.bin/ar/delete.c +++ b/usr.bin/ar/delete.c @@ -35,7 +35,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)delete.c 5.6 (Berkeley) 3/12/91"; +/*static char sccsid[] = "from: @(#)delete.c 5.6 (Berkeley) 3/12/91";*/ +static char rcsid[] = "$Id: delete.c,v 1.2 1993/08/01 18:18:34 mycroft Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/ar/extern.h b/usr.bin/ar/extern.h index a52acc14f91..63c83ddc183 100644 --- a/usr.bin/ar/extern.h +++ b/usr.bin/ar/extern.h @@ -30,7 +30,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)extern.h 5.1 (Berkeley) 4/3/91 + * from: @(#)extern.h 5.1 (Berkeley) 4/3/91 + * $Id: extern.h,v 1.2 1993/08/01 18:18:40 mycroft Exp $ */ #include <sys/cdefs.h> diff --git a/usr.bin/ar/extract.c b/usr.bin/ar/extract.c index 24b081c2c1d..29cae65a4b0 100644 --- a/usr.bin/ar/extract.c +++ b/usr.bin/ar/extract.c @@ -35,7 +35,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)extract.c 5.5 (Berkeley) 3/12/91"; +/*static char sccsid[] = "from: @(#)extract.c 5.5 (Berkeley) 3/12/91";*/ +static char rcsid[] = "$Id: extract.c,v 1.2 1993/08/01 18:18:33 mycroft Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/ar/misc.c b/usr.bin/ar/misc.c index bf9c961a3bc..1b08ef77c63 100644 --- a/usr.bin/ar/misc.c +++ b/usr.bin/ar/misc.c @@ -35,7 +35,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)misc.c 5.7 (Berkeley) 5/27/91"; +/*static char sccsid[] = "from: @(#)misc.c 5.7 (Berkeley) 5/27/91";*/ +static char rcsid[] = "$Id: misc.c,v 1.2 1993/08/01 18:18:32 mycroft Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/ar/move.c b/usr.bin/ar/move.c index e7fbaa7b93f..9f823744c03 100644 --- a/usr.bin/ar/move.c +++ b/usr.bin/ar/move.c @@ -35,7 +35,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)move.c 5.6 (Berkeley) 3/12/91"; +/*static char sccsid[] = "from: @(#)move.c 5.6 (Berkeley) 3/12/91";*/ +static char rcsid[] = "$Id: move.c,v 1.2 1993/08/01 18:18:32 mycroft Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/ar/pathnames.h b/usr.bin/ar/pathnames.h index f175b08c0d8..abcb46c1323 100644 --- a/usr.bin/ar/pathnames.h +++ b/usr.bin/ar/pathnames.h @@ -33,7 +33,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)pathnames.h 5.4 (Berkeley) 4/12/91 + * from: @(#)pathnames.h 5.4 (Berkeley) 4/12/91 + * $Id: pathnames.h,v 1.2 1993/08/01 18:18:39 mycroft Exp $ */ #define _NAME_ARTMP "ar.XXXXXX" diff --git a/usr.bin/ar/print.c b/usr.bin/ar/print.c index ca33ab38424..3ebe1bf89c8 100644 --- a/usr.bin/ar/print.c +++ b/usr.bin/ar/print.c @@ -35,7 +35,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)print.c 5.6 (Berkeley) 3/12/91"; +/*static char sccsid[] = "from: @(#)print.c 5.6 (Berkeley) 3/12/91";*/ +static char rcsid[] = "$Id: print.c,v 1.2 1993/08/01 18:18:31 mycroft Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/ar/replace.c b/usr.bin/ar/replace.c index 9f56a937759..cbfc483f101 100644 --- a/usr.bin/ar/replace.c +++ b/usr.bin/ar/replace.c @@ -35,7 +35,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)replace.c 5.8 (Berkeley) 3/15/91"; +/*static char sccsid[] = "from: @(#)replace.c 5.8 (Berkeley) 3/15/91";*/ +static char rcsid[] = "$Id: replace.c,v 1.2 1993/08/01 18:18:29 mycroft Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/basename/basename.c b/usr.bin/basename/basename.c index 18ff63686de..30b9796ec72 100644 --- a/usr.bin/basename/basename.c +++ b/usr.bin/basename/basename.c @@ -38,7 +38,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)basename.c 5.1 (Berkeley) 3/9/91"; +/*static char sccsid[] = "from: @(#)basename.c 5.1 (Berkeley) 3/9/91";*/ +static char rcsid[] = "$Id: basename.c,v 1.2 1993/08/01 18:18:23 mycroft Exp $"; #endif /* not lint */ #include <stdio.h> diff --git a/usr.bin/biff/biff.c b/usr.bin/biff/biff.c index bec5960f581..86cc84ec2d9 100644 --- a/usr.bin/biff/biff.c +++ b/usr.bin/biff/biff.c @@ -38,7 +38,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)biff.c 5.3 (Berkeley) 6/1/90"; +/*static char sccsid[] = "from: @(#)biff.c 5.3 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: biff.c,v 1.2 1993/08/01 18:18:20 mycroft Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/cal/cal.c b/usr.bin/cal/cal.c index 6bc6a7b8033..bd164e64d09 100644 --- a/usr.bin/cal/cal.c +++ b/usr.bin/cal/cal.c @@ -41,7 +41,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)cal.c 5.2 (Berkeley) 4/19/91"; +/*static char sccsid[] = "from: @(#)cal.c 5.2 (Berkeley) 4/19/91";*/ +static char rcsid[] = "$Id: cal.c,v 1.2 1993/08/01 18:18:17 mycroft Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/calendar/calendar.c b/usr.bin/calendar/calendar.c index 964687f37f1..4e12a83c513 100644 --- a/usr.bin/calendar/calendar.c +++ b/usr.bin/calendar/calendar.c @@ -38,7 +38,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)calendar.c 4.11 (Berkeley) 10/12/90"; +/*static char sccsid[] = "from: @(#)calendar.c 4.11 (Berkeley) 10/12/90";*/ +static char rcsid[] = "$Id: calendar.c,v 1.2 1993/08/01 18:18:14 mycroft Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/calendar/pathnames.h b/usr.bin/calendar/pathnames.h index 4b0cb4926b1..705801a6851 100644 --- a/usr.bin/calendar/pathnames.h +++ b/usr.bin/calendar/pathnames.h @@ -30,7 +30,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)pathnames.h 5.2 (Berkeley) 6/1/90 + * from: @(#)pathnames.h 5.2 (Berkeley) 6/1/90 + * $Id: pathnames.h,v 1.2 1993/08/01 18:18:13 mycroft Exp $ */ #include <paths.h> diff --git a/usr.bin/cap_mkdb/cap_mkdb.c b/usr.bin/cap_mkdb/cap_mkdb.c index 0be638fd5da..1c08d578985 100644 --- a/usr.bin/cap_mkdb/cap_mkdb.c +++ b/usr.bin/cap_mkdb/cap_mkdb.c @@ -38,7 +38,8 @@ static char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)cap_mkdb.c 5.6 (Berkeley) 3/8/93"; +/*static char sccsid[] = "from: @(#)cap_mkdb.c 5.6 (Berkeley) 3/8/93";*/ +static char rcsid[] = "$Id: cap_mkdb.c,v 1.2 1993/08/01 18:18:08 mycroft Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/checknr/checknr.c b/usr.bin/checknr/checknr.c index 84d40865855..d2f5fcc2a21 100644 --- a/usr.bin/checknr/checknr.c +++ b/usr.bin/checknr/checknr.c @@ -38,7 +38,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)checknr.c 5.4 (Berkeley) 6/1/90"; +/*static char sccsid[] = "from: @(#)checknr.c 5.4 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: checknr.c,v 1.2 1993/08/01 18:18:04 mycroft Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/chpass/chpass.c b/usr.bin/chpass/chpass.c index f44c3d8b7a5..7ff280ed4f0 100644 --- a/usr.bin/chpass/chpass.c +++ b/usr.bin/chpass/chpass.c @@ -38,7 +38,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)chpass.c 5.17 (Berkeley) 3/3/91"; +/*static char sccsid[] = "from: @(#)chpass.c 5.17 (Berkeley) 3/3/91";*/ +static char rcsid[] = "$Id: chpass.c,v 1.3 1993/08/01 18:17:59 mycroft Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/chpass/chpass.h b/usr.bin/chpass/chpass.h index 1b8bf264cfa..789ab219e60 100644 --- a/usr.bin/chpass/chpass.h +++ b/usr.bin/chpass/chpass.h @@ -30,7 +30,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)chpass.h 5.3 (Berkeley) 2/12/91 + * from: @(#)chpass.h 5.3 (Berkeley) 2/12/91 + * $Id: chpass.h,v 1.2 1993/08/01 18:18:01 mycroft Exp $ */ typedef struct _entry { diff --git a/usr.bin/chpass/edit.c b/usr.bin/chpass/edit.c index 3308ea65e07..7f6777d726c 100644 --- a/usr.bin/chpass/edit.c +++ b/usr.bin/chpass/edit.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)edit.c 5.2 (Berkeley) 3/3/91"; +/*static char sccsid[] = "from: @(#)edit.c 5.2 (Berkeley) 3/3/91";*/ +static char rcsid[] = "$Id: edit.c,v 1.2 1993/08/01 18:17:58 mycroft Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/chpass/field.c b/usr.bin/chpass/field.c index 1ca1dbfd179..c8e9d5056ce 100644 --- a/usr.bin/chpass/field.c +++ b/usr.bin/chpass/field.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)field.c 5.13 (Berkeley) 2/12/91"; +/*static char sccsid[] = "from: @(#)field.c 5.13 (Berkeley) 2/12/91";*/ +static char rcsid[] = "$Id: field.c,v 1.2 1993/08/01 18:17:57 mycroft Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/chpass/pathnames.h b/usr.bin/chpass/pathnames.h index f9d1cfc5f76..b41dbbb87d7 100644 --- a/usr.bin/chpass/pathnames.h +++ b/usr.bin/chpass/pathnames.h @@ -30,7 +30,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)pathnames.h 5.4 (Berkeley) 2/10/91 + * from: @(#)pathnames.h 5.4 (Berkeley) 2/10/91 + * $Id: pathnames.h,v 1.2 1993/08/01 18:18:00 mycroft Exp $ */ #include <paths.h> diff --git a/usr.bin/chpass/pw_copy.c b/usr.bin/chpass/pw_copy.c index 9b7ab9025d5..1a4b06ceb90 100644 --- a/usr.bin/chpass/pw_copy.c +++ b/usr.bin/chpass/pw_copy.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)pw_copy.c 5.3 (Berkeley) 5/2/91"; +/*static char sccsid[] = "from: @(#)pw_copy.c 5.3 (Berkeley) 5/2/91";*/ +static char rcsid[] = "$Id: pw_copy.c,v 1.2 1993/08/01 18:17:56 mycroft Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/chpass/pw_yp.c b/usr.bin/chpass/pw_yp.c index b859f63e448..91b12ba2333 100644 --- a/usr.bin/chpass/pw_yp.c +++ b/usr.bin/chpass/pw_yp.c @@ -31,7 +31,8 @@ * SUCH DAMAGE. */ #ifndef lint -static char sccsid[] = "@(#)pw_yp.c 1.0 2/2/93"; +/*static char sccsid[] = "from: @(#)pw_yp.c 1.0 2/2/93";*/ +static char rcsid[] = "$Id: pw_yp.c,v 1.2 1993/08/01 18:17:53 mycroft Exp $"; #endif /* not lint */ #ifdef YP diff --git a/usr.bin/chpass/table.c b/usr.bin/chpass/table.c index 6b734f62555..f87abffb403 100644 --- a/usr.bin/chpass/table.c +++ b/usr.bin/chpass/table.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)table.c 5.1 (Berkeley) 2/12/91"; +/*static char sccsid[] = "from: @(#)table.c 5.1 (Berkeley) 2/12/91";*/ +static char rcsid[] = "$Id: table.c,v 1.2 1993/08/01 18:17:55 mycroft Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/chpass/util.c b/usr.bin/chpass/util.c index b3db7c9ede5..01499b30e3f 100644 --- a/usr.bin/chpass/util.c +++ b/usr.bin/chpass/util.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)util.c 5.14 (Berkeley) 2/12/91"; +/*static char sccsid[] = "from: @(#)util.c 5.14 (Berkeley) 2/12/91";*/ +static char rcsid[] = "$Id: util.c,v 1.2 1993/08/01 18:17:54 mycroft Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/cksum/cksum.c b/usr.bin/cksum/cksum.c index c189d935c03..15f3808bad3 100644 --- a/usr.bin/cksum/cksum.c +++ b/usr.bin/cksum/cksum.c @@ -41,7 +41,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)cksum.c 5.3 (Berkeley) 4/4/91"; +/*static char sccsid[] = "from: @(#)cksum.c 5.3 (Berkeley) 4/4/91";*/ +static char rcsid[] = "$Id: cksum.c,v 1.2 1993/08/01 18:17:48 mycroft Exp $"; #endif /* not lint */ #include <sys/cdefs.h> diff --git a/usr.bin/cksum/crc.c b/usr.bin/cksum/crc.c index 3662eba949a..e060c31a32b 100644 --- a/usr.bin/cksum/crc.c +++ b/usr.bin/cksum/crc.c @@ -35,7 +35,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)crc.c 5.2 (Berkeley) 4/4/91"; +/*static char sccsid[] = "from: @(#)crc.c 5.2 (Berkeley) 4/4/91";*/ +static char rcsid[] = "$Id: crc.c,v 1.2 1993/08/01 18:17:47 mycroft Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/cksum/extern.h b/usr.bin/cksum/extern.h index 4555fe032e2..b6df887d7b6 100644 --- a/usr.bin/cksum/extern.h +++ b/usr.bin/cksum/extern.h @@ -30,7 +30,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)extern.h 5.1 (Berkeley) 4/4/91 + * from: @(#)extern.h 5.1 (Berkeley) 4/4/91 + * $Id: extern.h,v 1.2 1993/08/01 18:17:49 mycroft Exp $ */ #include <sys/cdefs.h> diff --git a/usr.bin/cksum/print.c b/usr.bin/cksum/print.c index 62779d1ee78..d4f4db4ca88 100644 --- a/usr.bin/cksum/print.c +++ b/usr.bin/cksum/print.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)print.c 5.1 (Berkeley) 4/4/91"; +/*static char sccsid[] = "from: @(#)print.c 5.1 (Berkeley) 4/4/91";*/ +static char rcsid[] = "$Id: print.c,v 1.2 1993/08/01 18:17:45 mycroft Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/cksum/sum1.c b/usr.bin/cksum/sum1.c index 6bf9cc34176..1a5e7f4c25f 100644 --- a/usr.bin/cksum/sum1.c +++ b/usr.bin/cksum/sum1.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)sum1.c 5.1 (Berkeley) 4/4/91"; +/*static char sccsid[] = "from: @(#)sum1.c 5.1 (Berkeley) 4/4/91";*/ +static char rcsid[] = "$Id: sum1.c,v 1.2 1993/08/01 18:17:44 mycroft Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/cksum/sum2.c b/usr.bin/cksum/sum2.c index 730359abf12..223fcacff82 100644 --- a/usr.bin/cksum/sum2.c +++ b/usr.bin/cksum/sum2.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)sum2.c 5.1 (Berkeley) 4/4/91"; +/*static char sccsid[] = "from: @(#)sum2.c 5.1 (Berkeley) 4/4/91";*/ +static char rcsid[] = "$Id: sum2.c,v 1.2 1993/08/01 18:17:43 mycroft Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/cmp/cmp.c b/usr.bin/cmp/cmp.c index c512819bef4..008f10d959c 100644 --- a/usr.bin/cmp/cmp.c +++ b/usr.bin/cmp/cmp.c @@ -38,7 +38,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)cmp.c 5.3 (Berkeley) 6/1/90"; +/*static char sccsid[] = "from: @(#)cmp.c 5.3 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: cmp.c,v 1.2 1993/08/01 18:17:37 mycroft Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/col/col.c b/usr.bin/col/col.c index 375bb6cd145..2f56c0347e4 100644 --- a/usr.bin/col/col.c +++ b/usr.bin/col/col.c @@ -41,7 +41,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)col.c 5.3 (Berkeley) 2/2/91"; +/*static char sccsid[] = "from: @(#)col.c 5.3 (Berkeley) 2/2/91";*/ +static char rcsid[] = "$Id: col.c,v 1.2 1993/08/01 18:17:35 mycroft Exp $"; #endif /* not lint */ #include <errno.h> diff --git a/usr.bin/colcrt/colcrt.c b/usr.bin/colcrt/colcrt.c index c2e4ff1b793..352e8842787 100644 --- a/usr.bin/colcrt/colcrt.c +++ b/usr.bin/colcrt/colcrt.c @@ -38,7 +38,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)colcrt.c 5.4 (Berkeley) 6/1/90"; +/*static char sccsid[] = "from: @(#)colcrt.c 5.4 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: colcrt.c,v 1.2 1993/08/01 18:17:31 mycroft Exp $"; #endif /* not lint */ #include <stdio.h> diff --git a/usr.bin/colrm/colrm.c b/usr.bin/colrm/colrm.c index 0fcf725b10a..58c83de25b5 100644 --- a/usr.bin/colrm/colrm.c +++ b/usr.bin/colrm/colrm.c @@ -38,7 +38,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)colrm.c 5.4 (Berkeley) 6/1/90"; +/*static char sccsid[] = "from: @(#)colrm.c 5.4 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: colrm.c,v 1.2 1993/08/01 18:17:28 mycroft Exp $"; #endif /* not lint */ #include <stdio.h> diff --git a/usr.bin/column/column.c b/usr.bin/column/column.c index 2b03dfa8898..8d5d23f5863 100644 --- a/usr.bin/column/column.c +++ b/usr.bin/column/column.c @@ -38,7 +38,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)column.c 5.7 (Berkeley) 2/24/91"; +/*static char sccsid[] = "from: @(#)column.c 5.7 (Berkeley) 2/24/91";*/ +static char rcsid[] = "$Id: column.c,v 1.2 1993/08/01 18:17:25 mycroft Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/comm/comm.c b/usr.bin/comm/comm.c index e09e1a0f601..fda8ac47f1b 100644 --- a/usr.bin/comm/comm.c +++ b/usr.bin/comm/comm.c @@ -41,7 +41,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)comm.c 5.7 (Berkeley) 11/1/90"; +/*static char sccsid[] = "from: @(#)comm.c 5.7 (Berkeley) 11/1/90";*/ +static char rcsid[] = "$Id: comm.c,v 1.2 1993/08/01 18:17:21 mycroft Exp $"; #endif /* not lint */ #include <sys/file.h> diff --git a/usr.bin/compress/compress.c b/usr.bin/compress/compress.c index 598f0c9eff3..e58efc6e43c 100644 --- a/usr.bin/compress/compress.c +++ b/usr.bin/compress/compress.c @@ -42,7 +42,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)compress.c 5.19 (Berkeley) 3/18/91"; +/*static char sccsid[] = "from: @(#)compress.c 5.19 (Berkeley) 3/18/91";*/ +static char rcsid[] = "$Id: compress.c,v 1.5 1993/08/01 18:17:18 mycroft Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/ctags/C.c b/usr.bin/ctags/C.c index 8c1c936c409..dd3142e056e 100644 --- a/usr.bin/ctags/C.c +++ b/usr.bin/ctags/C.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)C.c 5.5 (Berkeley) 2/26/91"; +/*static char sccsid[] = "from: @(#)C.c 5.5 (Berkeley) 2/26/91";*/ +static char rcsid[] = "$Id: C.c,v 1.2 1993/08/01 18:17:09 mycroft Exp $"; #endif /* not lint */ #include <stdio.h> diff --git a/usr.bin/ctags/ctags.c b/usr.bin/ctags/ctags.c index d61dd600fcb..60ee82baad5 100644 --- a/usr.bin/ctags/ctags.c +++ b/usr.bin/ctags/ctags.c @@ -38,7 +38,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)ctags.c 5.8 (Berkeley) 2/26/91"; +/*static char sccsid[] = "from: @(#)ctags.c 5.8 (Berkeley) 2/26/91";*/ +static char rcsid[] = "$Id: ctags.c,v 1.2 1993/08/01 18:17:07 mycroft Exp $"; #endif /* not lint */ #include <stdio.h> diff --git a/usr.bin/ctags/ctags.h b/usr.bin/ctags/ctags.h index c1a71732b48..3b29b2b9149 100644 --- a/usr.bin/ctags/ctags.h +++ b/usr.bin/ctags/ctags.h @@ -30,7 +30,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)ctags.h 5.4 (Berkeley) 2/26/91 + * from: @(#)ctags.h 5.4 (Berkeley) 2/26/91 + * $Id: ctags.h,v 1.2 1993/08/01 18:17:10 mycroft Exp $ */ #define bool char diff --git a/usr.bin/ctags/fortran.c b/usr.bin/ctags/fortran.c index 025a204b6b6..037abcabd8d 100644 --- a/usr.bin/ctags/fortran.c +++ b/usr.bin/ctags/fortran.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)fortran.c 5.5 (Berkeley) 2/26/91"; +/*static char sccsid[] = "from: @(#)fortran.c 5.5 (Berkeley) 2/26/91";*/ +static char rcsid[] = "$Id: fortran.c,v 1.2 1993/08/01 18:17:06 mycroft Exp $"; #endif /* not lint */ #include <stdio.h> diff --git a/usr.bin/ctags/lisp.c b/usr.bin/ctags/lisp.c index 652313d4fe2..b2f83a2b437 100644 --- a/usr.bin/ctags/lisp.c +++ b/usr.bin/ctags/lisp.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)lisp.c 5.5 (Berkeley) 2/26/91"; +/*static char sccsid[] = "from: @(#)lisp.c 5.5 (Berkeley) 2/26/91";*/ +static char rcsid[] = "$Id: lisp.c,v 1.2 1993/08/01 18:17:05 mycroft Exp $"; #endif /* not lint */ #include <stdio.h> diff --git a/usr.bin/ctags/print.c b/usr.bin/ctags/print.c index f39c283060b..eefa91bf367 100644 --- a/usr.bin/ctags/print.c +++ b/usr.bin/ctags/print.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)print.c 5.4 (Berkeley) 2/26/91"; +/*static char sccsid[] = "from: @(#)print.c 5.4 (Berkeley) 2/26/91";*/ +static char rcsid[] = "$Id: print.c,v 1.2 1993/08/01 18:17:04 mycroft Exp $"; #endif /* not lint */ #include <unistd.h> diff --git a/usr.bin/ctags/tree.c b/usr.bin/ctags/tree.c index da326ef3b91..e6de168dc60 100644 --- a/usr.bin/ctags/tree.c +++ b/usr.bin/ctags/tree.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)tree.c 5.5 (Berkeley) 2/26/91"; +/*static char sccsid[] = "from: @(#)tree.c 5.5 (Berkeley) 2/26/91";*/ +static char rcsid[] = "$Id: tree.c,v 1.2 1993/08/01 18:17:03 mycroft Exp $"; #endif /* not lint */ #include <errno.h> diff --git a/usr.bin/ctags/yacc.c b/usr.bin/ctags/yacc.c index f073f2bb7c8..eabce30bdd7 100644 --- a/usr.bin/ctags/yacc.c +++ b/usr.bin/ctags/yacc.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)yacc.c 5.6 (Berkeley) 2/26/91"; +/*static char sccsid[] = "from: @(#)yacc.c 5.6 (Berkeley) 2/26/91";*/ +static char rcsid[] = "$Id: yacc.c,v 1.2 1993/08/01 18:17:02 mycroft Exp $"; #endif /* not lint */ #include <stdio.h> diff --git a/usr.bin/cut/cut.c b/usr.bin/cut/cut.c index 925cf390f12..3faeb7e2c8c 100644 --- a/usr.bin/cut/cut.c +++ b/usr.bin/cut/cut.c @@ -41,7 +41,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)cut.c 5.4 (Berkeley) 10/30/90"; +/*static char sccsid[] = "from: @(#)cut.c 5.4 (Berkeley) 10/30/90";*/ +static char rcsid[] = "$Id: cut.c,v 1.3 1993/08/01 18:16:57 mycroft Exp $"; #endif /* not lint */ #include <limits.h> diff --git a/usr.bin/dirname/dirname.c b/usr.bin/dirname/dirname.c index 662cd5bfb42..76bc2095447 100644 --- a/usr.bin/dirname/dirname.c +++ b/usr.bin/dirname/dirname.c @@ -38,7 +38,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)dirname.c 5.6 (Berkeley) 3/9/91"; +/*static char sccsid[] = "from: @(#)dirname.c 5.6 (Berkeley) 3/9/91";*/ +static char rcsid[] = "$Id: dirname.c,v 1.2 1993/08/01 18:16:55 mycroft Exp $"; #endif /* not lint */ #include <stdio.h> diff --git a/usr.bin/du/du.c b/usr.bin/du/du.c index fd3babfcc06..dbd738d5db7 100644 --- a/usr.bin/du/du.c +++ b/usr.bin/du/du.c @@ -41,7 +41,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)du.c 5.12 (Berkeley) 6/20/91"; +/*static char sccsid[] = "from: @(#)du.c 5.12 (Berkeley) 6/20/91";*/ +static char rcsid[] = "$Id: du.c,v 1.2 1993/08/01 18:16:53 mycroft Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/env/env.c b/usr.bin/env/env.c index 7583a696bc5..e03f2c920d5 100644 --- a/usr.bin/env/env.c +++ b/usr.bin/env/env.c @@ -38,7 +38,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)env.c 5.3 (Berkeley) 6/1/90"; +/*static char sccsid[] = "from: @(#)env.c 5.3 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: env.c,v 1.3 1993/08/01 18:16:49 mycroft Exp $"; #endif /* not lint */ #include <stdio.h> diff --git a/usr.bin/error/error.h b/usr.bin/error/error.h index b3f3d965c2f..dece0086002 100644 --- a/usr.bin/error/error.h +++ b/usr.bin/error/error.h @@ -30,7 +30,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)error.h 5.5 (Berkeley) 6/1/90 + * from: @(#)error.h 5.5 (Berkeley) 6/1/90 + * $Id: error.h,v 1.2 1993/08/01 18:16:46 mycroft Exp $ */ typedef int boolean; diff --git a/usr.bin/error/filter.c b/usr.bin/error/filter.c index 7c4871b6512..1c882c9e604 100644 --- a/usr.bin/error/filter.c +++ b/usr.bin/error/filter.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)filter.c 5.7 (Berkeley) 2/26/91"; +/*static char sccsid[] = "from: @(#)filter.c 5.7 (Berkeley) 2/26/91";*/ +static char rcsid[] = "$Id: filter.c,v 1.2 1993/08/01 18:16:45 mycroft Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/error/input.c b/usr.bin/error/input.c index 1a7525df578..6c5a857e954 100644 --- a/usr.bin/error/input.c +++ b/usr.bin/error/input.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)input.c 5.5 (Berkeley) 2/26/91"; +/*static char sccsid[] = "from: @(#)input.c 5.5 (Berkeley) 2/26/91";*/ +static char rcsid[] = "$Id: input.c,v 1.2 1993/08/01 18:16:44 mycroft Exp $"; #endif /* not lint */ #include <stdio.h> diff --git a/usr.bin/error/main.c b/usr.bin/error/main.c index ea4a66049c4..7bbec1aefcf 100644 --- a/usr.bin/error/main.c +++ b/usr.bin/error/main.c @@ -38,7 +38,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)main.c 5.6 (Berkeley) 2/26/91"; +/*static char sccsid[] = "from: @(#)main.c 5.6 (Berkeley) 2/26/91";*/ +static char rcsid[] = "$Id: main.c,v 1.2 1993/08/01 18:16:43 mycroft Exp $"; #endif /* not lint */ #include <signal.h> diff --git a/usr.bin/error/pathnames.h b/usr.bin/error/pathnames.h index 3d74889568c..d294033191a 100644 --- a/usr.bin/error/pathnames.h +++ b/usr.bin/error/pathnames.h @@ -30,7 +30,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)pathnames.h 5.2 (Berkeley) 6/1/90 + * from: @(#)pathnames.h 5.2 (Berkeley) 6/1/90 + * $Id: pathnames.h,v 1.2 1993/08/01 18:16:46 mycroft Exp $ */ #include <paths.h> diff --git a/usr.bin/error/pi.c b/usr.bin/error/pi.c index 38e080ab4e0..9f3c4d934d5 100644 --- a/usr.bin/error/pi.c +++ b/usr.bin/error/pi.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)pi.c 5.5 (Berkeley) 2/26/91"; +/*static char sccsid[] = "from: @(#)pi.c 5.5 (Berkeley) 2/26/91";*/ +static char rcsid[] = "$Id: pi.c,v 1.2 1993/08/01 18:16:42 mycroft Exp $"; #endif /* not lint */ #include <stdio.h> diff --git a/usr.bin/error/subr.c b/usr.bin/error/subr.c index 584c016ec4f..d332d36c718 100644 --- a/usr.bin/error/subr.c +++ b/usr.bin/error/subr.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)subr.c 5.5 (Berkeley) 2/26/91"; +/*static char sccsid[] = "from: @(#)subr.c 5.5 (Berkeley) 2/26/91";*/ +static char rcsid[] = "$Id: subr.c,v 1.2 1993/08/01 18:16:41 mycroft Exp $"; #endif /* not lint */ #include <stdio.h> diff --git a/usr.bin/error/touch.c b/usr.bin/error/touch.c index 9a72b85ae21..7df35d997d0 100644 --- a/usr.bin/error/touch.c +++ b/usr.bin/error/touch.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)touch.c 5.7 (Berkeley) 2/26/91"; +/*static char sccsid[] = "from: @(#)touch.c 5.7 (Berkeley) 2/26/91";*/ +static char rcsid[] = "$Id: touch.c,v 1.2 1993/08/01 18:16:39 mycroft Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/expand/expand.c b/usr.bin/expand/expand.c index d3cfaed3a1c..53b1ac9a380 100644 --- a/usr.bin/expand/expand.c +++ b/usr.bin/expand/expand.c @@ -38,7 +38,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)expand.c 5.3 (Berkeley) 6/1/90"; +/*static char sccsid[] = "from: @(#)expand.c 5.3 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: expand.c,v 1.2 1993/08/01 18:16:35 mycroft Exp $"; #endif /* not lint */ #include <stdio.h> diff --git a/usr.bin/false/false.c b/usr.bin/false/false.c index 9b264cc3458..2fc795f31c2 100644 --- a/usr.bin/false/false.c +++ b/usr.bin/false/false.c @@ -38,7 +38,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)false.c 5.2 (Berkeley) 6/1/90"; +/*static char sccsid[] = "from: @(#)false.c 5.2 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: false.c,v 1.2 1993/08/01 18:16:32 mycroft Exp $"; #endif /* not lint */ main() diff --git a/usr.bin/file/apprentice.c b/usr.bin/file/apprentice.c index 42f05d56972..41c9c668119 100644 --- a/usr.bin/file/apprentice.c +++ b/usr.bin/file/apprentice.c @@ -25,17 +25,16 @@ * 4. This notice may not be removed or altered. */ +#ifndef lint +static char rcsid[] = "$Id: apprentice.c,v 1.3 1993/08/01 18:16:26 mycroft Exp $"; +#endif /* not lint */ + #include <stdio.h> #include <stdlib.h> #include <string.h> #include <ctype.h> #include "file.h" -#ifndef lint -static char *moduleid = - "@(#)$Id: apprentice.c,v 1.2 1993/06/10 00:38:02 jtc Exp $"; -#endif /* lint */ - #define EATAB {while (isascii((unsigned char) *l) && \ isspace((unsigned char) *l)) ++l;} diff --git a/usr.bin/file/ascmagic.c b/usr.bin/file/ascmagic.c index 3639b67ef7b..861edf83784 100644 --- a/usr.bin/file/ascmagic.c +++ b/usr.bin/file/ascmagic.c @@ -26,6 +26,10 @@ * 4. This notice may not be removed or altered. */ +#ifndef lint +static char rcsid[] = "$Id: ascmagic.c,v 1.3 1993/08/01 18:16:28 mycroft Exp $"; +#endif /* not lint */ + #include <stdio.h> #include <string.h> #include <ctype.h> @@ -34,11 +38,6 @@ #include "file.h" #include "names.h" -#ifndef lint -static char *moduleid = - "@(#)$Id: ascmagic.c,v 1.2 1993/06/10 00:38:04 jtc Exp $"; -#endif /* lint */ - /* an optimisation over plain strcmp() */ #define STREQ(a, b) (*(a) == *(b) && strcmp((a), (b)) == 0) diff --git a/usr.bin/file/file.c b/usr.bin/file/file.c index fea1b2e87ef..dd0e864590d 100644 --- a/usr.bin/file/file.c +++ b/usr.bin/file/file.c @@ -24,10 +24,10 @@ * * 4. This notice may not be removed or altered. */ + #ifndef lint -static char *moduleid = - "@(#)$Id: file.c,v 1.2 1993/06/10 00:38:08 jtc Exp $"; -#endif /* lint */ +static char rcsid[] = "$Id: file.c,v 1.3 1993/08/01 18:16:27 mycroft Exp $"; +#endif /* not lint */ #include <stdio.h> #include <stdlib.h> diff --git a/usr.bin/file/file.h b/usr.bin/file/file.h index 3768164e62d..04e29eaff49 100644 --- a/usr.bin/file/file.h +++ b/usr.bin/file/file.h @@ -1,6 +1,7 @@ /* * file.h - definitions for file(1) program - * @(#)$Id: file.h,v 1.2 1993/06/10 00:38:09 jtc Exp $ + * + * $Id: file.h,v 1.3 1993/08/01 18:16:29 mycroft Exp $ * * Copyright (c) Ian F. Darwin, 1987. * Written by Ian F. Darwin. diff --git a/usr.bin/file/fsmagic.c b/usr.bin/file/fsmagic.c index b051048dad5..926eb8b1690 100644 --- a/usr.bin/file/fsmagic.c +++ b/usr.bin/file/fsmagic.c @@ -25,6 +25,10 @@ * 4. This notice may not be removed or altered. */ +#ifndef lint +static char = "$Id: fsmagic.c,v 1.4 1993/08/01 18:16:25 mycroft Exp $"; +#endif /* not lint */ + #include <stdio.h> #include <string.h> #include <sys/types.h> @@ -44,11 +48,6 @@ #include "file.h" -#ifndef lint -static char *moduleid = - "@(#)$Id: fsmagic.c,v 1.3 1993/06/10 00:38:10 jtc Exp $"; -#endif /* lint */ - int fsmagic(fn, sb) const char *fn; diff --git a/usr.bin/file/is_tar.c b/usr.bin/file/is_tar.c index da43fc260f9..d224926245a 100644 --- a/usr.bin/file/is_tar.c +++ b/usr.bin/file/is_tar.c @@ -4,13 +4,15 @@ * Stolen (by the author!) from the public domain tar program: * Pubic Domain version written 26 Aug 1985 John Gilmore (ihnp4!hoptoad!gnu). * - * @(#)list.c 1.18 9/23/86 Public Domain - gnu - * $Id: is_tar.c,v 1.2 1993/06/10 00:38:12 jtc Exp $ - * * Comments changed and some code/comments reformatted * for file command by Ian Darwin. */ +#ifndef lint +/*static char sccsid[] = "from: @(#)list.c 1.18 9/23/86 Public Domain - gnu";*/ +static char rcsid[] = "$Id: is_tar.c,v 1.3 1993/08/01 18:16:24 mycroft Exp $"; +#endif /* not lint */ + #include <string.h> #include <ctype.h> #include <sys/types.h> diff --git a/usr.bin/file/print.c b/usr.bin/file/print.c index 63d8671c7e5..c16b0d9520e 100644 --- a/usr.bin/file/print.c +++ b/usr.bin/file/print.c @@ -25,6 +25,10 @@ * 4. This notice may not be removed or altered. */ +#ifndef lint +static char = "$Id: print.c,v 1.3 1993/08/01 18:16:24 mycroft Exp $"; +#endif /* not lint */ + #include <stdio.h> #include <errno.h> #include <string.h> @@ -37,11 +41,6 @@ #include <unistd.h> #include "file.h" -#ifndef lint -static char *moduleid = - "@(#)$Id: print.c,v 1.2 1993/06/10 00:38:17 jtc Exp $"; -#endif /* lint */ - void mdump(m) struct magic *m; diff --git a/usr.bin/file/softmagic.c b/usr.bin/file/softmagic.c index 4fce60f1479..25a16708a54 100644 --- a/usr.bin/file/softmagic.c +++ b/usr.bin/file/softmagic.c @@ -25,6 +25,10 @@ * 4. This notice may not be removed or altered. */ +#ifndef lint +static char = "$Id: softmagic.c,v 1.3 1993/08/01 18:16:23 mycroft Exp $"; +#endif /* not lint */ + #include <stdio.h> #include <string.h> #include <time.h> @@ -32,11 +36,6 @@ #include "file.h" -#ifndef lint -static char *moduleid = - "@(#)$Id: softmagic.c,v 1.2 1993/06/10 00:38:18 jtc Exp $"; -#endif /* lint */ - static int match __P((unsigned char *)); static int mcheck __P((unsigned char *, struct magic *)); static void mprint __P((struct magic *, unsigned char *)); diff --git a/usr.bin/file/tar.h b/usr.bin/file/tar.h index 876b4c091f9..b659c86e450 100644 --- a/usr.bin/file/tar.h +++ b/usr.bin/file/tar.h @@ -1,11 +1,10 @@ /* * Header file for public domain tar (tape archive) program. * - * @(#)tar.h 1.20 86/10/29 Public Domain. + * from: @(#)tar.h 1.20 86/10/29 Public Domain. + * $Id: tar.h,v 1.3 1993/08/01 18:16:29 mycroft Exp $ * * Created 25 August 1985 by John Gilmore, ihnp4!hoptoad!gnu. - * - * $Id: tar.h,v 1.2 1993/06/10 00:38:20 jtc Exp $ # checkin only */ /* diff --git a/usr.bin/find/extern.h b/usr.bin/find/extern.h index 750d633418c..9ebc72ebf9f 100644 --- a/usr.bin/find/extern.h +++ b/usr.bin/find/extern.h @@ -30,7 +30,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)extern.h 5.2 (Berkeley) 5/24/91 + * from: @(#)extern.h 5.2 (Berkeley) 5/24/91 + * $Id: extern.h,v 1.2 1993/08/01 18:16:18 mycroft Exp $ */ #include <sys/cdefs.h> diff --git a/usr.bin/find/find.c b/usr.bin/find/find.c index a332682a176..471fffabfa5 100644 --- a/usr.bin/find/find.c +++ b/usr.bin/find/find.c @@ -35,7 +35,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)find.c 5.3 (Berkeley) 5/25/91"; +/*static char sccsid[] = "from: @(#)find.c 5.3 (Berkeley) 5/25/91";*/ +static char rcsid[] = "$Id: find.c,v 1.2 1993/08/01 18:16:16 mycroft Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/find/find.h b/usr.bin/find/find.h index 8763f60c858..7d39ecff9bf 100644 --- a/usr.bin/find/find.h +++ b/usr.bin/find/find.h @@ -33,7 +33,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)find.h 5.8 (Berkeley) 5/24/91 + * from: @(#)find.h 5.8 (Berkeley) 5/24/91 + * $Id: find.h,v 1.3 1993/08/01 18:16:17 mycroft Exp $ */ /* node type */ diff --git a/usr.bin/find/function.c b/usr.bin/find/function.c index f7eb8fdd0cc..a700e541973 100644 --- a/usr.bin/find/function.c +++ b/usr.bin/find/function.c @@ -35,7 +35,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)function.c 5.17 (Berkeley) 5/24/91"; +/*static char sccsid[] = "from: @(#)function.c 5.17 (Berkeley) 5/24/91";*/ +static char rcsid[] = "$Id: function.c,v 1.6 1993/08/01 18:16:14 mycroft Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/find/ls.c b/usr.bin/find/ls.c index a404f1b9958..748d317701a 100644 --- a/usr.bin/find/ls.c +++ b/usr.bin/find/ls.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)ls.c 5.6 (Berkeley) 3/9/91"; +/*static char sccsid[] = "from: @(#)ls.c 5.6 (Berkeley) 3/9/91";*/ +static char rcsid[] = "$Id: ls.c,v 1.2 1993/08/01 18:16:13 mycroft Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/find/main.c b/usr.bin/find/main.c index 114e8ef08b7..cf5bc5a8b39 100644 --- a/usr.bin/find/main.c +++ b/usr.bin/find/main.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)main.c 5.9 (Berkeley) 5/24/91"; +/*static char sccsid[] = "from: @(#)main.c 5.9 (Berkeley) 5/24/91";*/ +static char rcsid[] = "$Id: main.c,v 1.2 1993/08/01 18:16:13 mycroft Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/find/misc.c b/usr.bin/find/misc.c index 3ff4d5a4383..344d7ae2bb3 100644 --- a/usr.bin/find/misc.c +++ b/usr.bin/find/misc.c @@ -35,7 +35,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)misc.c 5.8 (Berkeley) 5/24/91"; +/*static char sccsid[] = "from: @(#)misc.c 5.8 (Berkeley) 5/24/91";*/ +static char rcsid[] = "$Id: misc.c,v 1.2 1993/08/01 18:16:12 mycroft Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/find/operator.c b/usr.bin/find/operator.c index b62add6a2f9..8c4ccfb2539 100644 --- a/usr.bin/find/operator.c +++ b/usr.bin/find/operator.c @@ -35,7 +35,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)operator.c 5.4 (Berkeley) 5/24/91"; +/*static char sccsid[] = "from: @(#)operator.c 5.4 (Berkeley) 5/24/91";*/ +static char rcsid[] = "$Id: operator.c,v 1.2 1993/08/01 18:16:10 mycroft Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/find/option.c b/usr.bin/find/option.c index 158558230ab..cbbb9ddea58 100644 --- a/usr.bin/find/option.c +++ b/usr.bin/find/option.c @@ -35,7 +35,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)option.c 5.8 (Berkeley) 6/4/91"; +/*static char sccsid[] = "from: @(#)option.c 5.8 (Berkeley) 6/4/91";*/ +static char rcsid[] = "$Id: option.c,v 1.3 1993/08/01 18:16:08 mycroft Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/finger/finger.c b/usr.bin/finger/finger.c index 3d6b7cd09a3..e126cd1c08d 100644 --- a/usr.bin/finger/finger.c +++ b/usr.bin/finger/finger.c @@ -41,7 +41,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)finger.c 5.22 (Berkeley) 6/29/90"; +/*static char sccsid[] = "from: @(#)finger.c 5.22 (Berkeley) 6/29/90";*/ +static char rcsid[] = "$Id: finger.c,v 1.2 1993/08/01 18:16:02 mycroft Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/finger/finger.h b/usr.bin/finger/finger.h index aef0d1b8140..70e78e52bae 100644 --- a/usr.bin/finger/finger.h +++ b/usr.bin/finger/finger.h @@ -33,7 +33,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)finger.h 5.5 (Berkeley) 6/1/90 + * from: @(#)finger.h 5.5 (Berkeley) 6/1/90 + * $Id: finger.h,v 1.2 1993/08/01 18:16:03 mycroft Exp $ */ #include <pwd.h> diff --git a/usr.bin/finger/lprint.c b/usr.bin/finger/lprint.c index 25ea256500e..cb672c7a0b7 100644 --- a/usr.bin/finger/lprint.c +++ b/usr.bin/finger/lprint.c @@ -35,7 +35,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)lprint.c 5.13 (Berkeley) 10/31/90"; +/*static char sccsid[] = "from: @(#)lprint.c 5.13 (Berkeley) 10/31/90";*/ +static char rcsid[] = "$Id: lprint.c,v 1.2 1993/08/01 18:16:01 mycroft Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/finger/net.c b/usr.bin/finger/net.c index e78734c9ddc..327a59945b6 100644 --- a/usr.bin/finger/net.c +++ b/usr.bin/finger/net.c @@ -35,7 +35,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)net.c 5.5 (Berkeley) 6/1/90"; +/*static char sccsid[] = "from: @(#)net.c 5.5 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: net.c,v 1.2 1993/08/01 18:16:00 mycroft Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/finger/sprint.c b/usr.bin/finger/sprint.c index 784237017d9..2965c895e65 100644 --- a/usr.bin/finger/sprint.c +++ b/usr.bin/finger/sprint.c @@ -35,7 +35,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)sprint.c 5.8 (Berkeley) 12/4/90"; +/*static char sccsid[] = "from: @(#)sprint.c 5.8 (Berkeley) 12/4/90";*/ +static char rcsid[] = "$Id: sprint.c,v 1.2 1993/08/01 18:15:58 mycroft Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/finger/util.c b/usr.bin/finger/util.c index a2b6dd3e2dc..bf0ecdb67e2 100644 --- a/usr.bin/finger/util.c +++ b/usr.bin/finger/util.c @@ -35,7 +35,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)util.c 5.14 (Berkeley) 1/17/91"; +/*static char sccsid[] = "from: @(#)util.c 5.14 (Berkeley) 1/17/91";*/ +static char rcsid[] = "$Id: util.c,v 1.2 1993/08/01 18:15:57 mycroft Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/fmt/fmt.c b/usr.bin/fmt/fmt.c index 7ddc34e6cb1..77e88a8e562 100644 --- a/usr.bin/fmt/fmt.c +++ b/usr.bin/fmt/fmt.c @@ -38,7 +38,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)fmt.c 5.10 (Berkeley) 6/1/90"; +/*static char sccsid[] = "from: @(#)fmt.c 5.10 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: fmt.c,v 1.2 1993/08/01 18:15:53 mycroft Exp $"; #endif /* not lint */ #include <stdio.h> diff --git a/usr.bin/fold/fold.c b/usr.bin/fold/fold.c index f039d9ee71f..87c96b72c47 100644 --- a/usr.bin/fold/fold.c +++ b/usr.bin/fold/fold.c @@ -41,7 +41,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)fold.c 5.5 (Berkeley) 6/1/90"; +/*static char sccsid[] = "from: @(#)fold.c 5.5 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: fold.c,v 1.3 1993/08/01 18:15:50 mycroft Exp $"; #endif /* not lint */ #include <stdio.h> diff --git a/usr.bin/fpr/fpr.c b/usr.bin/fpr/fpr.c index 109d8e06f1f..7bb65f49127 100644 --- a/usr.bin/fpr/fpr.c +++ b/usr.bin/fpr/fpr.c @@ -41,7 +41,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)fpr.c 5.4 (Berkeley) 2/6/91"; +/*static char sccsid[] = "from: @(#)fpr.c 5.4 (Berkeley) 2/6/91";*/ +static char rcsid[] = "$Id: fpr.c,v 1.2 1993/08/01 18:15:47 mycroft Exp $"; #endif /* not lint */ #include <stdio.h> diff --git a/usr.bin/from/from.c b/usr.bin/from/from.c index ea5b849ae69..b30f09f58fb 100644 --- a/usr.bin/from/from.c +++ b/usr.bin/from/from.c @@ -38,7 +38,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)from.c 5.7 (Berkeley) 3/1/91"; +/*static char sccsid[] = "from: @(#)from.c 5.7 (Berkeley) 3/1/91";*/ +static char rcsid[] = "$Id: from.c,v 1.2 1993/08/01 18:15:43 mycroft Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/fsplit/fsplit.c b/usr.bin/fsplit/fsplit.c index 6e5ddb61ce7..e154300f196 100644 --- a/usr.bin/fsplit/fsplit.c +++ b/usr.bin/fsplit/fsplit.c @@ -41,7 +41,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)fsplit.c 5.5 (Berkeley) 3/12/91"; +/*static char sccsid[] = "from: @(#)fsplit.c 5.5 (Berkeley) 3/12/91";*/ +static char rcsid[] = "$Id: fsplit.c,v 1.2 1993/08/01 18:15:39 mycroft Exp $"; #endif /* not lint */ #include <ctype.h> diff --git a/usr.bin/fstat/fstat.c b/usr.bin/fstat/fstat.c index 3cfdac7d54f..f8cc35bcc7b 100644 --- a/usr.bin/fstat/fstat.c +++ b/usr.bin/fstat/fstat.c @@ -38,8 +38,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -/* from: static char sccsid[] = "@(#)fstat.c 5.32 (Berkeley) 6/17/91"; */ -static char rcsid[] = "$Id: fstat.c,v 1.4 1993/05/20 11:54:51 cgd Exp $"; +/*static char sccsid[] = "from: @(#)fstat.c 5.32 (Berkeley) 6/17/91";*/ +static char rcsid[] = "$Id: fstat.c,v 1.5 1993/08/01 18:15:37 mycroft Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/ftp/cmds.c b/usr.bin/ftp/cmds.c index 56cc42806f7..84940bfb2b2 100644 --- a/usr.bin/ftp/cmds.c +++ b/usr.bin/ftp/cmds.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)cmds.c 5.26 (Berkeley) 3/5/91"; +/*static char sccsid[] = "from: @(#)cmds.c 5.26 (Berkeley) 3/5/91";*/ +static char rcsid[] = "$Id: cmds.c,v 1.2 1993/08/01 18:15:31 mycroft Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/ftp/cmdtab.c b/usr.bin/ftp/cmdtab.c index 666122736d0..308ab314902 100644 --- a/usr.bin/ftp/cmdtab.c +++ b/usr.bin/ftp/cmdtab.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)cmdtab.c 5.10 (Berkeley) 6/1/90"; +/*static char sccsid[] = "from: @(#)cmdtab.c 5.10 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: cmdtab.c,v 1.2 1993/08/01 18:15:30 mycroft Exp $"; #endif /* not lint */ #include "ftp_var.h" diff --git a/usr.bin/ftp/domacro.c b/usr.bin/ftp/domacro.c index b8e92c176a0..b1e65627af0 100644 --- a/usr.bin/ftp/domacro.c +++ b/usr.bin/ftp/domacro.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)domacro.c 1.8 (Berkeley) 9/28/90"; +/*static char sccsid[] = "from: @(#)domacro.c 1.8 (Berkeley) 9/28/90";*/ +static char rcsid[] = "$Id: domacro.c,v 1.2 1993/08/01 18:15:29 mycroft Exp $"; #endif /* not lint */ #include "ftp_var.h" diff --git a/usr.bin/ftp/ftp.c b/usr.bin/ftp/ftp.c index a63c98636a9..12aeef64246 100644 --- a/usr.bin/ftp/ftp.c +++ b/usr.bin/ftp/ftp.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)ftp.c 5.38 (Berkeley) 4/22/91"; +/*static char sccsid[] = "from: @(#)ftp.c 5.38 (Berkeley) 4/22/91";*/ +static char rcsid[] = "$Id: ftp.c,v 1.2 1993/08/01 18:15:28 mycroft Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/ftp/ftp_var.h b/usr.bin/ftp/ftp_var.h index 81143d71c17..625a921df05 100644 --- a/usr.bin/ftp/ftp_var.h +++ b/usr.bin/ftp/ftp_var.h @@ -30,7 +30,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)ftp_var.h 5.9 (Berkeley) 6/1/90 + * from: @(#)ftp_var.h 5.9 (Berkeley) 6/1/90 + * $Id: ftp_var.h,v 1.2 1993/08/01 18:15:34 mycroft Exp $ */ /* diff --git a/usr.bin/ftp/glob.c b/usr.bin/ftp/glob.c index e09648f8295..56c2912d107 100644 --- a/usr.bin/ftp/glob.c +++ b/usr.bin/ftp/glob.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)glob.c 5.9 (Berkeley) 2/25/91"; +/*static char sccsid[] = "from: @(#)glob.c 5.9 (Berkeley) 2/25/91";*/ +static char rcsid[] = "$Id: glob.c,v 1.2 1993/08/01 18:15:27 mycroft Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/ftp/main.c b/usr.bin/ftp/main.c index d3744fd5ded..5c1ce8be817 100644 --- a/usr.bin/ftp/main.c +++ b/usr.bin/ftp/main.c @@ -38,7 +38,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)main.c 5.18 (Berkeley) 3/1/91"; +/*static char sccsid[] = "from: @(#)main.c 5.18 (Berkeley) 3/1/91";*/ +static char rcsid[] = "$Id: main.c,v 1.2 1993/08/01 18:15:26 mycroft Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/ftp/pathnames.h b/usr.bin/ftp/pathnames.h index ccd9aa6d268..ecc272b815f 100644 --- a/usr.bin/ftp/pathnames.h +++ b/usr.bin/ftp/pathnames.h @@ -30,7 +30,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)pathnames.h 5.2 (Berkeley) 6/1/90 + * from: @(#)pathnames.h 5.2 (Berkeley) 6/1/90 + * $Id: pathnames.h,v 1.2 1993/08/01 18:15:33 mycroft Exp $ */ #include <paths.h> diff --git a/usr.bin/ftp/ruserpass.c b/usr.bin/ftp/ruserpass.c index 666e1f48eb2..d17a0ded8b6 100644 --- a/usr.bin/ftp/ruserpass.c +++ b/usr.bin/ftp/ruserpass.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)ruserpass.c 5.3 (Berkeley) 3/1/91"; +/*static char sccsid[] = "from: @(#)ruserpass.c 5.3 (Berkeley) 3/1/91";*/ +static char rcsid[] = "$Id: ruserpass.c,v 1.2 1993/08/01 18:15:24 mycroft Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/gprof/arcs.c b/usr.bin/gprof/arcs.c index 715503c757d..c96a91356ac 100644 --- a/usr.bin/gprof/arcs.c +++ b/usr.bin/gprof/arcs.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)arcs.c 5.6 (Berkeley) 6/1/90"; +/*static char sccsid[] = "from: @(#)arcs.c 5.6 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: arcs.c,v 1.3 1993/08/01 18:15:13 mycroft Exp $"; #endif /* not lint */ #include "gprof.h" diff --git a/usr.bin/gprof/dfn.c b/usr.bin/gprof/dfn.c index f2c3d880c31..2c5194907bf 100644 --- a/usr.bin/gprof/dfn.c +++ b/usr.bin/gprof/dfn.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)dfn.c 5.4 (Berkeley) 6/1/90"; +/*static char sccsid[] = "from: @(#)dfn.c 5.4 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: dfn.c,v 1.2 1993/08/01 18:15:12 mycroft Exp $"; #endif /* not lint */ #include <stdio.h> diff --git a/usr.bin/gprof/gprof.c b/usr.bin/gprof/gprof.c index 7978aa355e7..f820e0861d1 100644 --- a/usr.bin/gprof/gprof.c +++ b/usr.bin/gprof/gprof.c @@ -38,7 +38,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)gprof.c 5.7 (Berkeley) 4/24/91"; +/*static char sccsid[] = "from: @(#)gprof.c 5.7 (Berkeley) 4/24/91";*/ +static char rcsid[] = "$Id: gprof.c,v 1.3 1993/08/01 18:15:11 mycroft Exp $"; #endif /* not lint */ #include "gprof.h" diff --git a/usr.bin/gprof/gprof.h b/usr.bin/gprof/gprof.h index 4cd9733e056..0fe69391321 100644 --- a/usr.bin/gprof/gprof.h +++ b/usr.bin/gprof/gprof.h @@ -30,7 +30,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)gprof.h 5.10 (Berkeley) 4/24/91 + * from: @(#)gprof.h 5.10 (Berkeley) 4/24/91 + * $Id: gprof.h,v 1.3 1993/08/01 18:15:19 mycroft Exp $ */ #include <sys/types.h> diff --git a/usr.bin/gprof/hertz.c b/usr.bin/gprof/hertz.c index bd367aabbe3..8855aede012 100644 --- a/usr.bin/gprof/hertz.c +++ b/usr.bin/gprof/hertz.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)hertz.c 5.4 (Berkeley) 6/1/90"; +/*static char sccsid[] = "from: @(#)hertz.c 5.4 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: hertz.c,v 1.2 1993/08/01 18:15:10 mycroft Exp $"; #endif /* not lint */ #include <sys/time.h> diff --git a/usr.bin/gprof/hp300.h b/usr.bin/gprof/hp300.h index 1227d890545..99acaae015d 100644 --- a/usr.bin/gprof/hp300.h +++ b/usr.bin/gprof/hp300.h @@ -30,7 +30,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)hp300.h 5.1 (Berkeley) 4/18/91 + * from: @(#)hp300.h 5.1 (Berkeley) 4/18/91 + * $Id: hp300.h,v 1.2 1993/08/01 18:15:18 mycroft Exp $ */ /* diff --git a/usr.bin/gprof/i386.h b/usr.bin/gprof/i386.h index bcb9d52c5d1..f05be48fd7e 100644 --- a/usr.bin/gprof/i386.h +++ b/usr.bin/gprof/i386.h @@ -30,7 +30,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)i386.h 5.1 (Berkeley) 4/18/91 + * from: @(#)i386.h 5.1 (Berkeley) 4/18/91 + * $Id: i386.h,v 1.2 1993/08/01 18:15:17 mycroft Exp $ */ /* diff --git a/usr.bin/gprof/lookup.c b/usr.bin/gprof/lookup.c index 7625024c06e..1dd723a3e73 100644 --- a/usr.bin/gprof/lookup.c +++ b/usr.bin/gprof/lookup.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)lookup.c 5.5 (Berkeley) 2/6/91"; +/*static char sccsid[] = "from: @(#)lookup.c 5.5 (Berkeley) 2/6/91";*/ +static char rcsid[] = "$Id: lookup.c,v 1.2 1993/08/01 18:15:09 mycroft Exp $"; #endif /* not lint */ #include "gprof.h" diff --git a/usr.bin/gprof/pathnames.h b/usr.bin/gprof/pathnames.h index 9acf7c452c0..87378c9a7d0 100644 --- a/usr.bin/gprof/pathnames.h +++ b/usr.bin/gprof/pathnames.h @@ -30,7 +30,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)pathnames.h 5.2 (Berkeley) 6/1/90 + * from: @(#)pathnames.h 5.2 (Berkeley) 6/1/90 + * $Id: pathnames.h,v 1.2 1993/08/01 18:15:16 mycroft Exp $ */ #define _PATH_FLAT_BLURB "/usr/share/misc/gprof.flat" diff --git a/usr.bin/gprof/printgprof.c b/usr.bin/gprof/printgprof.c index 241b1d4b71d..aec87bfb614 100644 --- a/usr.bin/gprof/printgprof.c +++ b/usr.bin/gprof/printgprof.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)printgprof.c 5.7 (Berkeley) 6/1/90"; +/*static char sccsid[] = "from: @(#)printgprof.c 5.7 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: printgprof.c,v 1.2 1993/08/01 18:15:08 mycroft Exp $"; #endif /* not lint */ #include "gprof.h" diff --git a/usr.bin/gprof/printlist.c b/usr.bin/gprof/printlist.c index b12e56faa72..18058039cbc 100644 --- a/usr.bin/gprof/printlist.c +++ b/usr.bin/gprof/printlist.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)printlist.c 5.5 (Berkeley) 6/1/90"; +/*static char sccsid[] = "from: @(#)printlist.c 5.5 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: printlist.c,v 1.2 1993/08/01 18:15:07 mycroft Exp $"; #endif /* not lint */ #include "gprof.h" diff --git a/usr.bin/gprof/tahoe.c b/usr.bin/gprof/tahoe.c index bfbd39550c3..bdc6147eb20 100644 --- a/usr.bin/gprof/tahoe.c +++ b/usr.bin/gprof/tahoe.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)tahoe.c 1.5 (Berkeley) 6/1/90"; +/*static char sccsid[] = "from: @(#)tahoe.c 1.5 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: tahoe.c,v 1.2 1993/08/01 18:15:06 mycroft Exp $"; #endif /* not lint */ #include "gprof.h" diff --git a/usr.bin/gprof/tahoe.h b/usr.bin/gprof/tahoe.h index 29e32735f3b..80708feb92d 100644 --- a/usr.bin/gprof/tahoe.h +++ b/usr.bin/gprof/tahoe.h @@ -30,7 +30,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)tahoe.h 1.4 (Berkeley) 6/1/90 + * from: @(#)tahoe.h 1.4 (Berkeley) 6/1/90 + * $Id: tahoe.h,v 1.2 1993/08/01 18:15:15 mycroft Exp $ */ /* diff --git a/usr.bin/gprof/vax.c b/usr.bin/gprof/vax.c index d8d9fa30be9..c1cc97b25de 100644 --- a/usr.bin/gprof/vax.c +++ b/usr.bin/gprof/vax.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)vax.c 5.6 (Berkeley) 6/1/90"; +/*static char sccsid[] = "from: @(#)vax.c 5.6 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: vax.c,v 1.2 1993/08/01 18:15:04 mycroft Exp $"; #endif /* not lint */ #include "gprof.h" diff --git a/usr.bin/gprof/vax.h b/usr.bin/gprof/vax.h index 6ededac6299..b193cb38999 100644 --- a/usr.bin/gprof/vax.h +++ b/usr.bin/gprof/vax.h @@ -30,7 +30,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)vax.h 5.4 (Berkeley) 6/1/90 + * from: @(#)vax.h 5.4 (Berkeley) 6/1/90 + * $Id: vax.h,v 1.2 1993/08/01 18:15:14 mycroft Exp $ */ /* diff --git a/usr.bin/groups/groups.c b/usr.bin/groups/groups.c index 6c1660575fc..88880d33428 100644 --- a/usr.bin/groups/groups.c +++ b/usr.bin/groups/groups.c @@ -38,7 +38,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)groups.c 5.4 (Berkeley) 6/1/90"; +/*static char sccsid[] = "from: @(#)groups.c 5.4 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: groups.c,v 1.2 1993/08/01 18:14:58 mycroft Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/head/head.c b/usr.bin/head/head.c index 2956fdb5e74..9985dca22a9 100644 --- a/usr.bin/head/head.c +++ b/usr.bin/head/head.c @@ -38,7 +38,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)head.c 5.5 (Berkeley) 6/1/90"; +/*static char sccsid[] = "from: @(#)head.c 5.5 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: head.c,v 1.3 1993/08/01 18:14:54 mycroft Exp $"; #endif /* not lint */ #include <stdio.h> diff --git a/usr.bin/hexdump/conv.c b/usr.bin/hexdump/conv.c index daae174cbd8..95e5b9fab57 100644 --- a/usr.bin/hexdump/conv.c +++ b/usr.bin/hexdump/conv.c @@ -1,6 +1,6 @@ /* - * Copyright (c) 1989, 1993 - * The Regents of the University of California. All rights reserved. + * Copyright (c) 1989 The Regents of the University of California. + * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -32,16 +32,14 @@ */ #ifndef lint -static char sccsid[] = "@(#)conv.c 8.1 (Berkeley) 6/6/93"; +/*static char sccsid[] = "from: @(#)conv.c 5.4 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: conv.c,v 1.2 1993/08/01 18:14:50 mycroft Exp $"; #endif /* not lint */ #include <sys/types.h> - -#include <stdio.h> #include <ctype.h> #include "hexdump.h" -void conv_c(pr, p) PR *pr; u_char *p; @@ -92,7 +90,6 @@ strpr: *pr->cchar = 's'; } } -void conv_u(pr, p) PR *pr; u_char *p; @@ -115,7 +112,7 @@ conv_u(pr, p) } else if (*p == 0x7f) { *pr->cchar = 's'; (void)printf(pr->fmt, "del"); - } else if (deprecated && *p == 0x20) { /* od replaced space with sp */ + } else if (deprecated && *p == 0x20) { /* od replace space with sp */ *pr->cchar = 's'; (void)printf(pr->fmt, " sp"); } else if (isprint(*p)) { diff --git a/usr.bin/hexdump/display.c b/usr.bin/hexdump/display.c index 8078e7119ae..040ca596681 100644 --- a/usr.bin/hexdump/display.c +++ b/usr.bin/hexdump/display.c @@ -1,6 +1,6 @@ /* - * Copyright (c) 1989, 1993 - * The Regents of the University of California. All rights reserved. + * Copyright (c) 1989 The Regents of the University of California. + * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -32,12 +32,12 @@ */ #ifndef lint -static char sccsid[] = "@(#)display.c 8.1 (Berkeley) 6/6/93"; +/*static char sccsid[] = "from: @(#)display.c 5.11 (Berkeley) 3/9/91";*/ +static char rcsid[] = "$Id: display.c,v 1.2 1993/08/01 18:14:49 mycroft Exp $"; #endif /* not lint */ #include <sys/param.h> #include <sys/stat.h> - #include <unistd.h> #include <errno.h> #include <ctype.h> @@ -50,10 +50,88 @@ enum _vflag vflag = FIRST; static off_t address; /* address/offset in stream */ static off_t eaddress; /* end address */ +static off_t savaddress; /* saved address/offset in stream */ -static inline void print __P((PR *, u_char *)); +#define PRINT { \ + switch(pr->flags) { \ + case F_ADDRESS: \ + (void)printf(pr->fmt, address); \ + break; \ + case F_BPAD: \ + (void)printf(pr->fmt, ""); \ + break; \ + case F_C: \ + conv_c(pr, bp); \ + break; \ + case F_CHAR: \ + (void)printf(pr->fmt, *bp); \ + break; \ + case F_DBL: { \ + double dval; \ + float fval; \ + switch(pr->bcnt) { \ + case 4: \ + bcopy((char *)bp, (char *)&fval, sizeof(fval)); \ + (void)printf(pr->fmt, fval); \ + break; \ + case 8: \ + bcopy((char *)bp, (char *)&dval, sizeof(dval)); \ + (void)printf(pr->fmt, dval); \ + break; \ + } \ + break; \ + } \ + case F_INT: { \ + int ival; \ + short sval; \ + switch(pr->bcnt) { \ + case 1: \ + (void)printf(pr->fmt, (int)*bp); \ + break; \ + case 2: \ + bcopy((char *)bp, (char *)&sval, sizeof(sval)); \ + (void)printf(pr->fmt, (int)sval); \ + break; \ + case 4: \ + bcopy((char *)bp, (char *)&ival, sizeof(ival)); \ + (void)printf(pr->fmt, ival); \ + break; \ + } \ + break; \ + } \ + case F_P: \ + (void)printf(pr->fmt, isprint(*bp) ? *bp : '.'); \ + break; \ + case F_STR: \ + (void)printf(pr->fmt, (char *)bp); \ + break; \ + case F_TEXT: \ + (void)printf(pr->fmt); \ + break; \ + case F_U: \ + conv_u(pr, bp); \ + break; \ + case F_UINT: { \ + u_int ival; \ + u_short sval; \ + switch(pr->bcnt) { \ + case 1: \ + (void)printf(pr->fmt, (u_int)*bp); \ + break; \ + case 2: \ + bcopy((char *)bp, (char *)&sval, sizeof(sval)); \ + (void)printf(pr->fmt, (u_int)sval); \ + break; \ + case 4: \ + bcopy((char *)bp, (char *)&ival, sizeof(ival)); \ + (void)printf(pr->fmt, ival); \ + break; \ + } \ + break; \ + } \ + } \ +} -void display() { extern FU *endfu; @@ -63,7 +141,7 @@ display() register int cnt; register u_char *bp; off_t saveaddress; - u_char savech, *savebp; + u_char savech, *savebp, *get(); while (bp = get()) for (fs = fshead, savebp = bp, saveaddress = address; fs; @@ -75,20 +153,20 @@ display() for (pr = fu->nextpr; pr; address += pr->bcnt, bp += pr->bcnt, pr = pr->nextpr) { if (eaddress && address >= eaddress && - !(pr->flags & (F_TEXT|F_BPAD))) + !(pr->flags&(F_TEXT|F_BPAD))) bpad(pr); if (cnt == 1 && pr->nospace) { savech = *pr->nospace; *pr->nospace = '\0'; } - print(pr, bp); + PRINT; if (cnt == 1 && pr->nospace) *pr->nospace = savech; } } if (endfu) { /* - * If eaddress not set, error or file size was multiple of + * if eaddress not set, error or file size was multiple of * blocksize, and no partial block ever found. */ if (!eaddress) { @@ -99,7 +177,7 @@ display() for (pr = endfu->nextpr; pr; pr = pr->nextpr) switch(pr->flags) { case F_ADDRESS: - (void)printf(pr->fmt, (quad_t)eaddress); + (void)printf(pr->fmt, eaddress); break; case F_TEXT: (void)printf(pr->fmt); @@ -108,99 +186,6 @@ display() } } -static inline void -print(pr, bp) - PR *pr; - u_char *bp; -{ - double f8; - float f4; - int16_t s2; - int8_t s8; - int32_t s4; - u_int16_t u2; - u_int32_t u4; - u_int64_t u8; - - switch(pr->flags) { - case F_ADDRESS: - (void)printf(pr->fmt, (quad_t)address); - break; - case F_BPAD: - (void)printf(pr->fmt, ""); - break; - case F_C: - conv_c(pr, bp); - break; - case F_CHAR: - (void)printf(pr->fmt, *bp); - break; - case F_DBL: - switch(pr->bcnt) { - case 4: - bcopy(bp, &f4, sizeof(f4)); - (void)printf(pr->fmt, f4); - break; - case 8: - bcopy(bp, &f8, sizeof(f8)); - (void)printf(pr->fmt, f8); - break; - } - break; - case F_INT: - switch(pr->bcnt) { - case 1: - (void)printf(pr->fmt, (quad_t)*bp); - break; - case 2: - bcopy(bp, &s2, sizeof(s2)); - (void)printf(pr->fmt, (quad_t)s2); - break; - case 4: - bcopy(bp, &s4, sizeof(s4)); - (void)printf(pr->fmt, (quad_t)s4); - break; - case 8: - bcopy(bp, &s8, sizeof(s8)); - (void)printf(pr->fmt, s8); - break; - } - break; - case F_P: - (void)printf(pr->fmt, isprint(*bp) ? *bp : '.'); - break; - case F_STR: - (void)printf(pr->fmt, (char *)bp); - break; - case F_TEXT: - (void)printf(pr->fmt); - break; - case F_U: - conv_u(pr, bp); - break; - case F_UINT: - switch(pr->bcnt) { - case 1: - (void)printf(pr->fmt, (u_quad_t)*bp); - break; - case 2: - bcopy(bp, &u2, sizeof(u2)); - (void)printf(pr->fmt, (u_quad_t)u2); - break; - case 4: - bcopy(bp, &u4, sizeof(u4)); - (void)printf(pr->fmt, (u_quad_t)u4); - break; - case 8: - bcopy(bp, &u8, sizeof(u8)); - (void)printf(pr->fmt, u8); - break; - } - break; - } -} - -void bpad(pr) PR *pr; { @@ -208,12 +193,11 @@ bpad(pr) register char *p1, *p2; /* - * Remove all conversion flags; '-' is the only one valid + * remove all conversion flags; '-' is the only one valid * with %s, and it's not useful here. */ pr->flags = F_BPAD; - pr->cchar[0] = 's'; - pr->cchar[1] = '\0'; + *pr->cchar = 's'; for (p1 = pr->fmt; *p1 != '%'; ++p1); for (p2 = ++p1; *p1 && index(spec, *p1); ++p1); while (*p2++ = *p1++); @@ -233,13 +217,13 @@ get() u_char *tmpp; if (!curp) { - curp = emalloc(blocksize); - savp = emalloc(blocksize); + curp = (u_char *)emalloc(blocksize); + savp = (u_char *)emalloc(blocksize); } else { tmpp = curp; curp = savp; savp = tmpp; - address += blocksize; + address = savaddress += blocksize; } for (need = blocksize, nread = 0;;) { /* @@ -281,7 +265,7 @@ get() if (vflag == WAIT) (void)printf("*\n"); vflag = DUP; - address += blocksize; + address = savaddress += blocksize; need = blocksize; nread = 0; } @@ -292,11 +276,10 @@ get() extern off_t skip; /* bytes to skip */ -int next(argv) char **argv; { - extern int exitval; + extern int errno, exitval; static int done; int statok; @@ -329,51 +312,50 @@ next(argv) /* NOTREACHED */ } -void doskip(fname, statok) char *fname; int statok; { - register int cnt; - struct stat sb; + extern int errno; + struct stat sbuf; if (statok) { - if (fstat(fileno(stdin), &sb)) - err("%s: %s", fname, strerror(errno)); - if (S_ISREG(sb.st_mode) && skip >= sb.st_size) { - address += sb.st_size; - skip -= sb.st_size; + if (fstat(fileno(stdin), &sbuf)) { + (void)fprintf(stderr, "hexdump: %s: %s.\n", + fname, strerror(errno)); + exit(1); + } + if (skip >= sbuf.st_size) { + skip -= sbuf.st_size; + address += sbuf.st_size; return; } } - if (S_ISREG(sb.st_mode)) { - if (fseek(stdin, skip, SEEK_SET)) - err("%s: %s", fname, strerror(errno)); - address += skip; - skip = 0; - } else { - for (cnt = 0; cnt < skip; ++cnt) - if (getchar() == EOF) - break; - address += cnt; - skip -= cnt; + if (fseek(stdin, skip, SEEK_SET)) { + (void)fprintf(stderr, "hexdump: %s: %s.\n", + fname, strerror(errno)); + exit(1); } + savaddress = address += skip; + skip = 0; } -void * +char * emalloc(size) int size; { - void *p; + char *p; - if ((p = malloc((u_int)size)) == NULL) + if (!(p = malloc((u_int)size))) nomem(); bzero(p, size); return(p); } -void nomem() { - err("%s", strerror(errno)); + extern int errno; + + (void)fprintf(stderr, "hexdump: %s.\n", strerror(errno)); + exit(1); } diff --git a/usr.bin/hexdump/hexdump.c b/usr.bin/hexdump/hexdump.c index fec0b10f216..e67d046234e 100644 --- a/usr.bin/hexdump/hexdump.c +++ b/usr.bin/hexdump/hexdump.c @@ -1,6 +1,6 @@ /* - * Copyright (c) 1989, 1993 - * The Regents of the University of California. All rights reserved. + * Copyright (c) 1989 The Regents of the University of California. + * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -32,21 +32,18 @@ */ #ifndef lint -static char copyright[] = -"@(#) Copyright (c) 1989, 1993\n\ - The Regents of the University of California. All rights reserved.\n"; +char copyright[] = +"@(#) Copyright (c) 1989 The Regents of the University of California.\n\ + All rights reserved.\n"; #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)hexdump.c 8.1 (Berkeley) 6/6/93"; +/*static char sccsid[] = "from: @(#)hexdump.c 5.5 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: hexdump.c,v 1.2 1993/08/01 18:14:48 mycroft Exp $"; #endif /* not lint */ #include <sys/types.h> - -#include <errno.h> -#include <stdlib.h> #include <stdio.h> -#include <string.h> #include "hexdump.h" FS *fshead; /* head of format strings */ @@ -54,13 +51,13 @@ int blocksize; /* data block size */ int exitval; /* final exit value */ int length = -1; /* max bytes to read */ -int main(argc, argv) int argc; - char *argv[]; + char **argv; { + extern int errno; register FS *tfs; - char *p; + char *p, *rindex(); if (!(p = rindex(argv[0], 'o')) || strcmp(p, "od")) newsyntax(argc, &argv); @@ -81,32 +78,3 @@ main(argc, argv) display(); exit(exitval); } - -#if __STDC__ -#include <stdarg.h> -#else -#include <varargs.h> -#endif - -void -#if __STDC__ -err(const char *fmt, ...) -#else -err(fmt, va_alist) - char *fmt; - va_dcl -#endif -{ - va_list ap; -#if __STDC__ - va_start(ap, fmt); -#else - va_start(ap); -#endif - (void)fprintf(stderr, "hexdump: "); - (void)vfprintf(stderr, fmt, ap); - va_end(ap); - (void)fprintf(stderr, "\n"); - exit(1); - /* NOTREACHED */ -} diff --git a/usr.bin/hexdump/hexdump.h b/usr.bin/hexdump/hexdump.h index 82ec51d265f..a374f56982d 100644 --- a/usr.bin/hexdump/hexdump.h +++ b/usr.bin/hexdump/hexdump.h @@ -1,6 +1,6 @@ /* - * Copyright (c) 1989, 1993 - * The Regents of the University of California. All rights reserved. + * Copyright (c) 1989 The Regents of the University of California. + * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -30,7 +30,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)hexdump.h 8.1 (Berkeley) 6/6/93 + * from: @(#)hexdump.h 5.4 (Berkeley) 6/1/90 + * $Id: hexdump.h,v 1.2 1993/08/01 18:14:51 mycroft Exp $ */ typedef struct _pr { @@ -73,26 +74,4 @@ typedef struct _fs { /* format strings */ extern FS *fshead; /* head of format strings list */ extern int blocksize; /* data block size */ enum _vflag { ALL, DUP, FIRST, WAIT }; /* -v values */ - -void add __P((char *)); -void addfile __P((char *)); -void badcnt __P((char *)); -void badconv __P((char *)); -void badfmt __P((char *)); -void badsfmt __P((void)); -void bpad __P((PR *)); -void conv_c __P((PR *, u_char *)); -void conv_u __P((PR *, u_char *)); -void display __P((void)); -void doskip __P((char *, int)); -void err __P((const char *, ...)); -void *emalloc __P((int)); -void escape __P((char *)); -u_char *get __P((void)); -void newsyntax __P((int, char ***)); -int next __P((char **)); -void nomem __P((void)); -void oldsyntax __P((int, char ***)); -void rewrite __P((FS *)); -int size __P((FS *)); -void usage __P((void)); +char *emalloc(); diff --git a/usr.bin/hexdump/hexsyntax.c b/usr.bin/hexdump/hexsyntax.c index 3812e979eae..93f1f1f3293 100644 --- a/usr.bin/hexdump/hexsyntax.c +++ b/usr.bin/hexdump/hexsyntax.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)hexsyntax.c 5.2 (Berkeley) 5/8/90"; +/*static char sccsid[] = "from: @(#)hexsyntax.c 5.2 (Berkeley) 5/8/90";*/ +static char rcsid[] = "$Id: hexsyntax.c,v 1.2 1993/08/01 18:14:47 mycroft Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/hexdump/odsyntax.c b/usr.bin/hexdump/odsyntax.c index a712b3df7a8..adf17f779b1 100644 --- a/usr.bin/hexdump/odsyntax.c +++ b/usr.bin/hexdump/odsyntax.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)odsyntax.c 5.4 (Berkeley) 3/8/91"; +/*static char sccsid[] = "from: @(#)odsyntax.c 5.4 (Berkeley) 3/8/91";*/ +static char rcsid[] = "$Id: odsyntax.c,v 1.4 1993/08/01 18:14:46 mycroft Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/hexdump/parse.c b/usr.bin/hexdump/parse.c index 99c207a6ee8..3f4cd50ff01 100644 --- a/usr.bin/hexdump/parse.c +++ b/usr.bin/hexdump/parse.c @@ -1,6 +1,6 @@ /* - * Copyright (c) 1989, 1993 - * The Regents of the University of California. All rights reserved. + * Copyright (c) 1989 The Regents of the University of California. + * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -32,13 +32,12 @@ */ #ifndef lint -static char sccsid[] = "@(#)parse.c 8.1 (Berkeley) 6/6/93"; +/*static char sccsid[] = "from: @(#)parse.c 5.6 (Berkeley) 3/9/91";*/ +static char rcsid[] = "$Id: parse.c,v 1.2 1993/08/01 18:14:45 mycroft Exp $"; #endif /* not lint */ #include <sys/types.h> - -#include <errno.h> -#include <fcntl.h> +#include <sys/file.h> #include <stdio.h> #include <stdlib.h> #include <ctype.h> @@ -47,7 +46,6 @@ static char sccsid[] = "@(#)parse.c 8.1 (Berkeley) 6/6/93"; FU *endfu; /* format at end-of-data */ -void addfile(name) char *name; { @@ -56,8 +54,10 @@ addfile(name) int ch; char buf[2048 + 1]; - if ((fp = fopen(name, "r")) == NULL) - err("%s: %s\n", name, strerror(errno)); + if (!(fp = fopen(name, "r"))) { + (void)fprintf(stderr, "hexdump: can't read %s.\n", name); + exit(1); + } while (fgets(buf, sizeof(buf), fp)) { if (!(p = index(buf, '\n'))) { (void)fprintf(stderr, "hexdump: line too long.\n"); @@ -73,7 +73,6 @@ addfile(name) (void)fclose(fp); } -void add(fmt) char *fmt; { @@ -81,10 +80,11 @@ add(fmt) static FS **nextfs; FS *tfs; FU *tfu, **nextfu; - char *savep; + char *savep, *emalloc(); /* start new linked list of format units */ - tfs = emalloc(sizeof(FS)); + /* NOSTRICT */ + tfs = (FS *)emalloc(sizeof(FS)); if (!fshead) fshead = tfs; else @@ -100,7 +100,8 @@ add(fmt) break; /* allocate a new format unit and link it in */ - tfu = emalloc(sizeof(FU)); + /* NOSTRICT */ + tfu = (FU *)emalloc(sizeof(FU)); *nextfu = tfu; nextfu = &tfu->nextfu; tfu->reps = 1; @@ -147,8 +148,6 @@ add(fmt) } static char *spec = ".#-+ 0123456789"; - -int size(fs) FS *fs; { @@ -199,10 +198,9 @@ size(fs) } cursize += bcnt * fu->reps; } - return (cursize); + return(cursize); } -void rewrite(fs) FS *fs; { @@ -210,25 +208,26 @@ rewrite(fs) register PR *pr, **nextpr; register FU *fu; register char *p1, *p2; - char savech, *fmtp, cs[3]; + char savech, *fmtp; int nconv, prec; for (fu = fs->nextfu; fu; fu = fu->nextfu) { /* - * Break each format unit into print units; each conversion - * character gets its own. + * break each format unit into print units; each + * conversion character gets its own. */ for (nconv = 0, fmtp = fu->fmt; *fmtp; nextpr = &pr->nextpr) { - pr = emalloc(sizeof(PR)); + /* NOSTRICT */ + pr = (PR *)emalloc(sizeof(PR)); if (!fu->nextpr) fu->nextpr = pr; else *nextpr = pr; - /* Skip preceding text and up to the next % sign. */ + /* skip preceding text and up to the next % sign */ for (p1 = fmtp; *p1 && *p1 != '%'; ++p1); - /* Only text in the string. */ + /* only text in the string */ if (!*p1) { pr->fmt = fmtp; pr->flags = F_TEXT; @@ -236,34 +235,33 @@ rewrite(fs) } /* - * Get precision for %s -- if have a byte count, don't + * get precision for %s -- if have a byte count, don't * need it. */ if (fu->bcnt) { sokay = USEBCNT; - /* Skip to conversion character. */ + /* skip to conversion character */ for (++p1; index(spec, *p1); ++p1); } else { - /* Skip any special chars, field width. */ + /* skip any special chars, field width */ while (index(spec + 1, *++p1)); if (*p1 == '.' && isdigit(*++p1)) { sokay = USEPREC; prec = atoi(p1); while (isdigit(*++p1)); - } else + } + else sokay = NOTOKAY; } - p2 = p1 + 1; /* Set end pointer. */ - cs[0] = *p1; /* Set conversion string. */ - cs[1] = '\0'; + p2 = p1 + 1; /* set end pointer */ /* - * Figure out the byte count for each conversion; + * figure out the byte count for each conversion; * rewrite the format as necessary, set up blank- * padding for end of data. */ - switch(cs[0]) { + switch(*p1) { case 'c': pr->flags = F_CHAR; switch(fu->bcnt) { @@ -277,13 +275,26 @@ rewrite(fs) break; case 'd': case 'i': pr->flags = F_INT; - goto isint; + goto sw1; + case 'l': + ++p2; + switch(p1[1]) { + case 'd': case 'i': + ++p1; + pr->flags = F_INT; + goto sw1; + case 'o': case 'u': case 'x': case 'X': + ++p1; + pr->flags = F_UINT; + goto sw1; + default: + p1[2] = '\0'; + badconv(p1); + } + /* NOTREACHED */ case 'o': case 'u': case 'x': case 'X': pr->flags = F_UINT; -isint: cs[2] = '\0'; - cs[1] = cs[0]; - cs[0] = 'q'; - switch(fu->bcnt) { +sw1: switch(fu->bcnt) { case 0: case 4: pr->bcnt = 4; break; @@ -337,9 +348,7 @@ isint: cs[2] = '\0'; ++p2; switch(p1[2]) { case 'd': case 'o': case'x': - cs[0] = 'q'; - cs[1] = p1[2]; - cs[2] = '\0'; + *p1 = p1[2]; break; default: p1[3] = '\0'; @@ -348,16 +357,16 @@ isint: cs[2] = '\0'; break; case 'c': pr->flags = F_C; - /* cs[0] = 'c'; set in conv_c */ - goto isint2; + /* *p1 = 'c'; set in conv_c */ + goto sw2; case 'p': pr->flags = F_P; - cs[0] = 'c'; - goto isint2; + *p1 = 'c'; + goto sw2; case 'u': pr->flags = F_U; - /* cs[0] = 'c'; set in conv_u */ -isint2: switch(fu->bcnt) { + /* *p1 = 'c'; set in conv_u */ +sw2: switch(fu->bcnt) { case 0: case 1: pr->bcnt = 1; break; @@ -377,24 +386,26 @@ isint2: switch(fu->bcnt) { } /* - * Copy to PR format string, set conversion character + * copy to PR format string, set conversion character * pointer, update original. */ savech = *p2; - p1[0] = '\0'; - pr->fmt = emalloc(strlen(fmtp) + 2); - (void)strcpy(pr->fmt, fmtp); - (void)strcat(pr->fmt, cs); + p1[1] = '\0'; + if (!(pr->fmt = strdup(fmtp))) + nomem(); *p2 = savech; pr->cchar = pr->fmt + (p1 - fmtp); fmtp = p2; - /* Only one conversion character if byte count. */ - if (!(pr->flags&F_ADDRESS) && fu->bcnt && nconv++) - err("byte count with multiple conversion characters"); + /* only one conversion character if byte count */ + if (!(pr->flags&F_ADDRESS) && fu->bcnt && nconv++) { + (void)fprintf(stderr, + "hexdump: byte count with multiple conversion characters.\n"); + exit(1); + } } /* - * If format unit byte count not specified, figure it out + * if format unit byte count not specified, figure it out * so can adjust rep count later. */ if (!fu->bcnt) @@ -402,12 +413,12 @@ isint2: switch(fu->bcnt) { fu->bcnt += pr->bcnt; } /* - * If the format string interprets any data at all, and it's + * if the format string interprets any data at all, and it's * not the same as the blocksize, and its last format unit * interprets any data at all, and has no iteration count, * repeat it as necessary. * - * If, rep count is greater than 1, no trailing whitespace + * if, rep count is greater than 1, no trailing whitespace * gets output from the last iteration of the format unit. */ for (fu = fs->nextfu;; fu = fu->nextfu) { @@ -426,17 +437,9 @@ isint2: switch(fu->bcnt) { if (!fu->nextfu) break; } -#ifdef DEBUG - for (fu = fs->nextfu; fu; fu = fu->nextfu) { - (void)printf("fmt:"); - for (pr = fu->nextpr; pr; pr = pr->nextpr) - (void)printf(" {%s}", pr->fmt); - (void)printf("\n"); - } -#endif } -void + escape(p1) register char *p1; { @@ -479,29 +482,31 @@ escape(p1) } } -void badcnt(s) char *s; { - err("%s: bad byte count", s); + (void)fprintf(stderr, + "hexdump: bad byte count for conversion character %s.\n", s); + exit(1); } -void badsfmt() { - err("%%s: requires a precision or a byte count\n"); + (void)fprintf(stderr, + "hexdump: %%s requires a precision or a byte count.\n"); + exit(1); } -void badfmt(fmt) char *fmt; { - err("\"%s\": bad format\n", fmt); + (void)fprintf(stderr, "hexdump: bad format {%s}\n", fmt); + exit(1); } -void badconv(ch) char *ch; { - err("%%%s: bad conversion character\n", ch); + (void)fprintf(stderr, "hexdump: bad conversion character %%%s.\n", ch); + exit(1); } diff --git a/usr.bin/id/id.c b/usr.bin/id/id.c index 5f946625ff3..08e0cc622f7 100644 --- a/usr.bin/id/id.c +++ b/usr.bin/id/id.c @@ -38,7 +38,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)id.c 5.1 (Berkeley) 6/29/91"; +/*static char sccsid[] = "from: @(#)id.c 5.1 (Berkeley) 6/29/91";*/ +static char rcsid[] = "$Id: id.c,v 1.2 1993/08/01 18:14:41 mycroft Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/indent/args.c b/usr.bin/indent/args.c index e62f0382bca..397cb7b01e5 100644 --- a/usr.bin/indent/args.c +++ b/usr.bin/indent/args.c @@ -1,7 +1,7 @@ /* * Copyright (c) 1985 Sun Microsystems, Inc. - * Copyright (c) 1980, 1993 - * The Regents of the University of California. All rights reserved. + * Copyright (c) 1980 The Regents of the University of California. + * Copyright (c) 1976 Board of Trustees of the University of Illinois. * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -34,7 +34,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)args.c 8.1 (Berkeley) 6/6/93"; +/*static char sccsid[] = "from: @(#)args.c 5.10 (Berkeley) 2/26/91";*/ +static char rcsid[] = "$Id: args.c,v 1.2 1993/08/01 18:14:36 mycroft Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/indent/indent.c b/usr.bin/indent/indent.c index 132d21fbbb8..451209de1fb 100644 --- a/usr.bin/indent/indent.c +++ b/usr.bin/indent/indent.c @@ -1,8 +1,8 @@ /* * Copyright (c) 1985 Sun Microsystems, Inc. + * Copyright (c) 1980 The Regents of the University of California. * Copyright (c) 1976 Board of Trustees of the University of Illinois. - * Copyright (c) 1980, 1993 - * The Regents of the University of California. All rights reserved. + * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -36,13 +36,14 @@ #ifndef lint char copyright[] = "@(#) Copyright (c) 1985 Sun Microsystems, Inc.\n\ -@(#) Copyright (c) 1976 Board of Trustees of the University of Illinois.\n\ -@(#) Copyright (c) 1980, 1993\n\ - The Regents of the University of California. All rights reserved.\n"; + @(#) Copyright (c) 1980 The Regents of the University of California.\n\ + @(#) Copyright (c) 1976 Board of Trustees of the University of Illinois.\n\ + All rights reserved.\n"; #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)indent.c 5.17 (Berkeley) 6/7/93"; +/*static char sccsid[] = "from: @(#)indent.c 5.16 (Berkeley) 2/26/91";*/ +static char rcsid[] = "$Id: indent.c,v 1.2 1993/08/01 18:14:33 mycroft Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/indent/indent_codes.h b/usr.bin/indent/indent_codes.h index 8373d4e933a..149fa9b6e19 100644 --- a/usr.bin/indent/indent_codes.h +++ b/usr.bin/indent/indent_codes.h @@ -1,7 +1,7 @@ /* * Copyright (c) 1985 Sun Microsystems, Inc. - * Copyright (c) 1980, 1993 - * The Regents of the University of California. All rights reserved. + * Copyright (c) 1980 The Regents of the University of California. + * Copyright (c) 1976 Board of Trustees of the University of Illinois. * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -32,7 +32,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)indent_codes.h 8.1 (Berkeley) 6/6/93 + * from: @(#)indent_codes.h 5.7 (Berkeley) 6/1/90 + * $Id: indent_codes.h,v 1.2 1993/08/01 18:14:35 mycroft Exp $ */ #define newline 1 diff --git a/usr.bin/indent/indent_globs.h b/usr.bin/indent/indent_globs.h index 8f911eca031..0c0bd714987 100644 --- a/usr.bin/indent/indent_globs.h +++ b/usr.bin/indent/indent_globs.h @@ -1,7 +1,7 @@ /* * Copyright (c) 1985 Sun Microsystems, Inc. - * Copyright (c) 1980, 1993 - * The Regents of the University of California. All rights reserved. + * Copyright (c) 1980 The Regents of the University of California. + * Copyright (c) 1976 Board of Trustees of the University of Illinois. * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -32,7 +32,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)indent_globs.h 8.1 (Berkeley) 6/6/93 + * from: @(#)indent_globs.h 5.11 (Berkeley) 2/26/91 + * $Id: indent_globs.h,v 1.2 1993/08/01 18:14:34 mycroft Exp $ */ #define BACKSLASH '\\' diff --git a/usr.bin/indent/io.c b/usr.bin/indent/io.c index 4615db2a9ff..8f65c051d6e 100644 --- a/usr.bin/indent/io.c +++ b/usr.bin/indent/io.c @@ -1,7 +1,7 @@ /* * Copyright (c) 1985 Sun Microsystems, Inc. - * Copyright (c) 1980, 1993 - * The Regents of the University of California. All rights reserved. + * Copyright (c) 1980 The Regents of the University of California. + * Copyright (c) 1976 Board of Trustees of the University of Illinois. * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -34,7 +34,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)io.c 8.1 (Berkeley) 6/6/93"; +/*static char sccsid[] = "from: @(#)io.c 5.15 (Berkeley) 2/26/91";*/ +static char rcsid[] = "$Id: io.c,v 1.2 1993/08/01 18:14:32 mycroft Exp $"; #endif /* not lint */ #include <stdio.h> diff --git a/usr.bin/indent/lexi.c b/usr.bin/indent/lexi.c index 8da9d2c46ca..1e356f2167d 100644 --- a/usr.bin/indent/lexi.c +++ b/usr.bin/indent/lexi.c @@ -1,7 +1,7 @@ /* * Copyright (c) 1985 Sun Microsystems, Inc. - * Copyright (c) 1980, 1993 - * The Regents of the University of California. All rights reserved. + * Copyright (c) 1980 The Regents of the University of California. + * Copyright (c) 1976 Board of Trustees of the University of Illinois. * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -34,7 +34,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)lexi.c 8.1 (Berkeley) 6/6/93"; +/*static char sccsid[] = "from: @(#)lexi.c 5.16 (Berkeley) 2/26/91";*/ +static char rcsid[] = "$Id: lexi.c,v 1.2 1993/08/01 18:14:31 mycroft Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/indent/parse.c b/usr.bin/indent/parse.c index fef22cf877a..d822c0f0637 100644 --- a/usr.bin/indent/parse.c +++ b/usr.bin/indent/parse.c @@ -1,7 +1,7 @@ /* * Copyright (c) 1985 Sun Microsystems, Inc. - * Copyright (c) 1980, 1993 - * The Regents of the University of California. All rights reserved. + * Copyright (c) 1980 The Regents of the University of California. + * Copyright (c) 1976 Board of Trustees of the University of Illinois. * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -34,7 +34,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)parse.c 8.1 (Berkeley) 6/6/93"; +/*static char sccsid[] = "from: @(#)parse.c 5.12 (Berkeley) 2/26/91";*/ +static char rcsid[] = "$Id: parse.c,v 1.2 1993/08/01 18:14:30 mycroft Exp $"; #endif /* not lint */ #include <stdio.h> diff --git a/usr.bin/indent/pr_comment.c b/usr.bin/indent/pr_comment.c index 2d4bc90567e..38e7cd11d9d 100644 --- a/usr.bin/indent/pr_comment.c +++ b/usr.bin/indent/pr_comment.c @@ -1,7 +1,7 @@ /* * Copyright (c) 1985 Sun Microsystems, Inc. - * Copyright (c) 1980, 1993 - * The Regents of the University of California. All rights reserved. + * Copyright (c) 1980 The Regents of the University of California. + * Copyright (c) 1976 Board of Trustees of the University of Illinois. * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -34,7 +34,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)pr_comment.c 8.1 (Berkeley) 6/6/93"; +/*static char sccsid[] = "from: @(#)pr_comment.c 5.12 (Berkeley) 2/26/91";*/ +static char rcsid[] = "$Id: pr_comment.c,v 1.2 1993/08/01 18:14:28 mycroft Exp $"; #endif /* not lint */ #include <stdio.h> diff --git a/usr.bin/join/join.c b/usr.bin/join/join.c index 14bbc4cd1a2..61f7c574b85 100644 --- a/usr.bin/join/join.c +++ b/usr.bin/join/join.c @@ -42,7 +42,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)join.c 5.1 (Berkeley) 11/18/91"; +/*static char sccsid[] = "from: @(#)join.c 5.1 (Berkeley) 11/18/91";*/ +static char rcsid[] = "$Id: join.c,v 1.2 1993/08/01 18:14:22 mycroft Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/ktrace/kdump/kdump.c b/usr.bin/ktrace/kdump/kdump.c index fe7f86830fa..c142683860f 100644 --- a/usr.bin/ktrace/kdump/kdump.c +++ b/usr.bin/ktrace/kdump/kdump.c @@ -38,8 +38,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -/* from: static char sccsid[] = "@(#)kdump.c 5.3 (Berkeley) 1/17/91"; */ -static char rcsid[] = "$Id: kdump.c,v 1.4 1993/06/22 00:49:03 mycroft Exp $"; +/*static char sccsid[] = "from: @(#)kdump.c 5.3 (Berkeley) 1/17/91";*/ +static char rcsid[] = "$Id: kdump.c,v 1.5 1993/08/01 18:14:18 mycroft Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/ktrace/ktrace/ktrace.c b/usr.bin/ktrace/ktrace/ktrace.c index e67cae59379..3dc1d8d9f2c 100644 --- a/usr.bin/ktrace/ktrace/ktrace.c +++ b/usr.bin/ktrace/ktrace/ktrace.c @@ -38,7 +38,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)ktrace.c 5.2 (Berkeley) 3/5/91"; +/*static char sccsid[] = "from: @(#)ktrace.c 5.2 (Berkeley) 3/5/91";*/ +static char rcsid[] = "$Id: ktrace.c,v 1.3 1993/08/01 18:14:14 mycroft Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/ktrace/ktrace/ktrace.h b/usr.bin/ktrace/ktrace/ktrace.h index 73576388f3a..27871d29057 100644 --- a/usr.bin/ktrace/ktrace/ktrace.h +++ b/usr.bin/ktrace/ktrace/ktrace.h @@ -30,7 +30,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)ktrace.h 5.1 (Berkeley) 1/17/91 + * from: @(#)ktrace.h 5.1 (Berkeley) 1/17/91 + * $Id: ktrace.h,v 1.2 1993/08/01 18:14:15 mycroft Exp $ */ #define ALL_POINTS (KTRFAC_SYSCALL | KTRFAC_SYSRET | KTRFAC_NAMEI | \ diff --git a/usr.bin/ktrace/ktrace/subr.c b/usr.bin/ktrace/ktrace/subr.c index 1ca2a7a1d8a..fda48008447 100644 --- a/usr.bin/ktrace/ktrace/subr.c +++ b/usr.bin/ktrace/ktrace/subr.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)subr.c 5.1 (Berkeley) 1/17/91"; +/*static char sccsid[] = "from: @(#)subr.c 5.1 (Berkeley) 1/17/91";*/ +static char rcsid[] = "$Id: subr.c,v 1.2 1993/08/01 18:14:12 mycroft Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/last/last.c b/usr.bin/last/last.c index 99a46527b6a..cbd357cf116 100644 --- a/usr.bin/last/last.c +++ b/usr.bin/last/last.c @@ -38,7 +38,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)last.c 5.18 (Berkeley) 3/1/91"; +/*static char sccsid[] = "from: @(#)last.c 5.18 (Berkeley) 3/1/91";*/ +static char rcsid[] = "$Id: last.c,v 1.2 1993/08/01 18:14:08 mycroft Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/lastcomm/lastcomm.c b/usr.bin/lastcomm/lastcomm.c index f43512e5772..13432fd71e3 100644 --- a/usr.bin/lastcomm/lastcomm.c +++ b/usr.bin/lastcomm/lastcomm.c @@ -38,7 +38,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)lastcomm.c 5.11 (Berkeley) 6/1/90"; +/*static char sccsid[] = "from: @(#)lastcomm.c 5.11 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: lastcomm.c,v 1.3 1993/08/01 18:14:04 mycroft Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/lastcomm/pathnames.h b/usr.bin/lastcomm/pathnames.h index fc7f53d8bc1..61966cd8c38 100644 --- a/usr.bin/lastcomm/pathnames.h +++ b/usr.bin/lastcomm/pathnames.h @@ -30,7 +30,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)pathnames.h 5.3 (Berkeley) 6/1/90 + * from: @(#)pathnames.h 5.3 (Berkeley) 6/1/90 + * $Id: pathnames.h,v 1.2 1993/08/01 18:14:03 mycroft Exp $ */ #include <paths.h> diff --git a/usr.bin/leave/leave.c b/usr.bin/leave/leave.c index cf52f6e262b..91df65aa33e 100644 --- a/usr.bin/leave/leave.c +++ b/usr.bin/leave/leave.c @@ -38,7 +38,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)leave.c 5.6 (Berkeley) 3/1/91"; +/*static char sccsid[] = "from: @(#)leave.c 5.6 (Berkeley) 3/1/91";*/ +static char rcsid[] = "$Id: leave.c,v 1.2 1993/08/01 18:13:59 mycroft Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/lex/ccl.c b/usr.bin/lex/ccl.c index 4ac2699af3a..5a2c380771e 100644 --- a/usr.bin/lex/ccl.c +++ b/usr.bin/lex/ccl.c @@ -27,8 +27,7 @@ */ #ifndef lint -static char rcsid[] = - "@(#) $Header: /cvsroot/src/usr.bin/lex/Attic/ccl.c,v 1.2 1993/05/04 07:44:41 cgd Exp $ (LBL)"; +static char rcsid[] = "$Id: ccl.c,v 1.3 1993/08/01 18:46:46 mycroft Exp $"; #endif #include "flexdef.h" diff --git a/usr.bin/lex/dfa.c b/usr.bin/lex/dfa.c index e090a88b4ac..ed1d70d6364 100644 --- a/usr.bin/lex/dfa.c +++ b/usr.bin/lex/dfa.c @@ -27,8 +27,7 @@ */ #ifndef lint -static char rcsid[] = - "@(#) $Header: /cvsroot/src/usr.bin/lex/Attic/dfa.c,v 1.2 1993/05/04 07:44:42 cgd Exp $ (LBL)"; +static char rcsid[] = "$Id: dfa.c,v 1.3 1993/08/01 18:46:47 mycroft Exp $"; #endif #include "flexdef.h" diff --git a/usr.bin/lex/ecs.c b/usr.bin/lex/ecs.c index 2e66232aa41..2ef30962a94 100644 --- a/usr.bin/lex/ecs.c +++ b/usr.bin/lex/ecs.c @@ -27,8 +27,7 @@ */ #ifndef lint -static char rcsid[] = - "@(#) $Header: /cvsroot/src/usr.bin/lex/Attic/ecs.c,v 1.2 1993/05/04 07:44:45 cgd Exp $ (LBL)"; +static char rcsid[] = "$Id: ecs.c,v 1.3 1993/08/01 18:46:46 mycroft Exp $"; #endif #include "flexdef.h" diff --git a/usr.bin/lex/flexdef.h b/usr.bin/lex/flexdef.h index 3cea7a0eaa8..2770fe34185 100644 --- a/usr.bin/lex/flexdef.h +++ b/usr.bin/lex/flexdef.h @@ -24,10 +24,10 @@ * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. + * + * $Id: flexdef.h,v 1.3 1993/08/01 18:46:50 mycroft Exp $ */ -/* @(#) $Header: /cvsroot/src/usr.bin/lex/Attic/flexdef.h,v 1.2 1993/05/04 07:44:46 cgd Exp $ (LBL) */ - #ifndef FILE #include <stdio.h> #endif diff --git a/usr.bin/lex/gen.c b/usr.bin/lex/gen.c index d3d0d489cc6..db558d5bac3 100644 --- a/usr.bin/lex/gen.c +++ b/usr.bin/lex/gen.c @@ -27,8 +27,7 @@ */ #ifndef lint -static char rcsid[] = - "@(#) $Header: /cvsroot/src/usr.bin/lex/Attic/gen.c,v 1.2 1993/05/04 07:44:53 cgd Exp $ (LBL)"; +static char rcsid[] = "$Id: gen.c,v 1.3 1993/08/01 18:46:44 mycroft Exp $"; #endif #include "flexdef.h" diff --git a/usr.bin/lex/initscan.c b/usr.bin/lex/initscan.c index fe7ed6d7d03..e8bfeec2540 100644 --- a/usr.bin/lex/initscan.c +++ b/usr.bin/lex/initscan.c @@ -1,8 +1,8 @@ /* A lexical scanner generated by flex */ -/* scanner skeleton version: - * $Header: /cvsroot/src/usr.bin/lex/Attic/initscan.c,v 1.2 1993/05/04 07:44:55 cgd Exp $ - */ +#ifndef lint +static char rcsid[] = "$Id: initscan.c,v 1.3 1993/08/01 18:46:42 mycroft Exp $"; +#endif /* not lint */ #define FLEX_SCANNER @@ -196,7 +196,7 @@ typedef struct yy_buffer_state *YY_BUFFER_STATE; #ifndef lint static char rcsid[] = - "@(#) $Header: /cvsroot/src/usr.bin/lex/Attic/initscan.c,v 1.2 1993/05/04 07:44:55 cgd Exp $ (LBL)"; + "@(#) $Header: /cvsroot/src/usr.bin/lex/Attic/initscan.c,v 1.3 1993/08/01 18:46:42 mycroft Exp $ (LBL)"; #endif #undef yywrap diff --git a/usr.bin/lex/main.c b/usr.bin/lex/main.c index 28c377256f7..11a9f9b213e 100644 --- a/usr.bin/lex/main.c +++ b/usr.bin/lex/main.c @@ -33,8 +33,7 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char rcsid[] = - "@(#) $Header: /cvsroot/src/usr.bin/lex/Attic/main.c,v 1.2 1993/05/04 07:45:05 cgd Exp $ (LBL)"; +static char rcsid[] = "$Id: main.c,v 1.3 1993/08/01 18:46:39 mycroft Exp $"; #endif diff --git a/usr.bin/lex/misc.c b/usr.bin/lex/misc.c index 97592358719..87221ca8a29 100644 --- a/usr.bin/lex/misc.c +++ b/usr.bin/lex/misc.c @@ -27,8 +27,7 @@ */ #ifndef lint -static char rcsid[] = - "@(#) $Header: /cvsroot/src/usr.bin/lex/Attic/misc.c,v 1.2 1993/05/04 07:45:06 cgd Exp $ (LBL)"; +static char rcsid[] = "$Id: misc.c,v 1.3 1993/08/01 18:46:37 mycroft Exp $"; #endif #include <ctype.h> diff --git a/usr.bin/lex/nfa.c b/usr.bin/lex/nfa.c index 48edebf93ca..ad473a6913f 100644 --- a/usr.bin/lex/nfa.c +++ b/usr.bin/lex/nfa.c @@ -27,8 +27,7 @@ */ #ifndef lint -static char rcsid[] = - "@(#) $Header: /cvsroot/src/usr.bin/lex/Attic/nfa.c,v 1.2 1993/05/04 07:45:08 cgd Exp $ (LBL)"; +static char rcsid[] = "$Id: nfa.c,v 1.3 1993/08/01 18:46:38 mycroft Exp $"; #endif #include "flexdef.h" diff --git a/usr.bin/lex/parse.y b/usr.bin/lex/parse.y index cddb5bebb40..75282a14a22 100644 --- a/usr.bin/lex/parse.y +++ b/usr.bin/lex/parse.y @@ -31,8 +31,7 @@ */ #ifndef lint -static char rcsid[] = - "@(#) $Header: /cvsroot/src/usr.bin/lex/Attic/parse.y,v 1.2 1993/05/04 07:45:09 cgd Exp $ (LBL)"; +static char rcsid[] = "$Id: parse.y,v 1.3 1993/08/01 18:46:36 mycroft Exp $"; #endif #include "flexdef.h" diff --git a/usr.bin/lex/pathnames.h b/usr.bin/lex/pathnames.h index 0a7f8270695..b06281f0c5f 100644 --- a/usr.bin/lex/pathnames.h +++ b/usr.bin/lex/pathnames.h @@ -30,7 +30,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)pathnames.h 5.1 (Berkeley) 6/18/90 + * from: @(#)pathnames.h 5.1 (Berkeley) 6/18/90 + * $Id: pathnames.h,v 1.2 1993/08/01 18:46:49 mycroft Exp $ */ #define _PATH_SKELETONFILE "/usr/share/misc/lex.skel" diff --git a/usr.bin/lex/scan.l b/usr.bin/lex/scan.l index c9908366be3..1a10acc4c14 100644 --- a/usr.bin/lex/scan.l +++ b/usr.bin/lex/scan.l @@ -29,8 +29,7 @@ */ #ifndef lint -static char rcsid[] = - "@(#) $Header: /cvsroot/src/usr.bin/lex/Attic/scan.l,v 1.2 1993/05/04 07:45:11 cgd Exp $ (LBL)"; +static char rcsid[] = "$Id: scan.l,v 1.3 1993/08/01 18:46:35 mycroft Exp $"; #endif #undef yywrap diff --git a/usr.bin/lex/sym.c b/usr.bin/lex/sym.c index c5039451978..c00cba674b8 100644 --- a/usr.bin/lex/sym.c +++ b/usr.bin/lex/sym.c @@ -27,8 +27,7 @@ */ #ifndef lint -static char rcsid[] = - "@(#) $Header: /cvsroot/src/usr.bin/lex/Attic/sym.c,v 1.2 1993/05/04 07:45:12 cgd Exp $ (LBL)"; +static char rcsid[] = "$Id: sym.c,v 1.3 1993/08/01 18:46:33 mycroft Exp $"; #endif #include "flexdef.h" diff --git a/usr.bin/lex/tblcmp.c b/usr.bin/lex/tblcmp.c index 981309d2caf..b8fd86a5f55 100644 --- a/usr.bin/lex/tblcmp.c +++ b/usr.bin/lex/tblcmp.c @@ -27,8 +27,7 @@ */ #ifndef lint -static char rcsid[] = - "@(#) $Header: /cvsroot/src/usr.bin/lex/Attic/tblcmp.c,v 1.2 1993/05/04 07:45:15 cgd Exp $ (LBL)"; +static char rcsid[] = "$Id: tblcmp.c,v 1.3 1993/08/01 18:46:32 mycroft Exp $"; #endif #include "flexdef.h" diff --git a/usr.bin/lex/yylex.c b/usr.bin/lex/yylex.c index 2c428ad691f..089a0754ac8 100644 --- a/usr.bin/lex/yylex.c +++ b/usr.bin/lex/yylex.c @@ -27,8 +27,7 @@ */ #ifndef lint -static char rcsid[] = - "@(#) $Header: /cvsroot/src/usr.bin/lex/Attic/yylex.c,v 1.2 1993/05/04 07:45:17 cgd Exp $ (LBL)"; +static char rcsid[] = "$Id: yylex.c,v 1.3 1993/08/01 18:46:30 mycroft Exp $"; #endif #include <ctype.h> diff --git a/usr.bin/locate/bigram/locate.bigram.c b/usr.bin/locate/bigram/locate.bigram.c index afc3b5a9949..01ae206d4e0 100644 --- a/usr.bin/locate/bigram/locate.bigram.c +++ b/usr.bin/locate/bigram/locate.bigram.c @@ -41,7 +41,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)locate.bigram.c 4.7 (Berkeley) 6/1/90"; +/*static char sccsid[] = "from: @(#)locate.bigram.c 4.7 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: locate.bigram.c,v 1.2 1993/08/01 18:13:55 mycroft Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/locate/code/locate.code.c b/usr.bin/locate/code/locate.code.c index 4666ff40f4e..1f56cfb1c5f 100644 --- a/usr.bin/locate/code/locate.code.c +++ b/usr.bin/locate/code/locate.code.c @@ -41,7 +41,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)locate.code.c 4.8 (Berkeley) 6/1/90"; +/*static char sccsid[] = "from: @(#)locate.code.c 4.8 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: locate.code.c,v 1.2 1993/08/01 18:13:52 mycroft Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/locate/locate/locate.c b/usr.bin/locate/locate/locate.c index d97f32f4aa7..a3f92495449 100644 --- a/usr.bin/locate/locate/locate.c +++ b/usr.bin/locate/locate/locate.c @@ -41,7 +41,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)locate.c 5.2 (Berkeley) 6/1/90"; +/*static char sccsid[] = "from: @(#)locate.c 5.2 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: locate.c,v 1.5 1993/08/01 18:13:45 mycroft Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/locate/locate/locate.h b/usr.bin/locate/locate/locate.h index a2d5776cbfc..8f27dcfd345 100644 --- a/usr.bin/locate/locate/locate.h +++ b/usr.bin/locate/locate/locate.h @@ -30,7 +30,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)locate.h 5.3 (Berkeley) 6/1/90 + * from: @(#)locate.h 5.3 (Berkeley) 6/1/90 + * $Id: locate.h,v 1.2 1993/08/01 18:13:49 mycroft Exp $ */ /* Symbolic constants shared by locate.c and code.c */ diff --git a/usr.bin/locate/locate/pathnames.h b/usr.bin/locate/locate/pathnames.h index defb84c3382..c3fe54dced8 100644 --- a/usr.bin/locate/locate/pathnames.h +++ b/usr.bin/locate/locate/pathnames.h @@ -30,7 +30,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)pathnames.h 5.5 (Berkeley) 6/1/90 + * from: @(#)pathnames.h 5.5 (Berkeley) 6/1/90 + * $Id: pathnames.h,v 1.2 1993/08/01 18:13:47 mycroft Exp $ */ #define _PATH_FCODES "/var/db/locate.database" diff --git a/usr.bin/lock/lock.c b/usr.bin/lock/lock.c index c7e54f1e5d6..c4cc1d9ba5f 100644 --- a/usr.bin/lock/lock.c +++ b/usr.bin/lock/lock.c @@ -38,7 +38,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)lock.c 5.13 (Berkeley) 6/1/90"; +/*static char sccsid[] = "from: @(#)lock.c 5.13 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: lock.c,v 1.2 1993/08/01 18:13:41 mycroft Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/logger/logger.c b/usr.bin/logger/logger.c index 319032dec25..0d848eba2e6 100644 --- a/usr.bin/logger/logger.c +++ b/usr.bin/logger/logger.c @@ -38,7 +38,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)logger.c 6.15 (Berkeley) 3/1/91"; +/*static char sccsid[] = "from: @(#)logger.c 6.15 (Berkeley) 3/1/91";*/ +static char rcsid[] = "$Id: logger.c,v 1.3 1993/08/01 18:13:37 mycroft Exp $"; #endif /* not lint */ #include <stdio.h> diff --git a/usr.bin/login/klogin.c b/usr.bin/login/klogin.c index faf5aa63adf..3aadfa95e1d 100644 --- a/usr.bin/login/klogin.c +++ b/usr.bin/login/klogin.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)klogin.c 5.11 (Berkeley) 7/12/92"; +/*static char sccsid[] = "from: @(#)klogin.c 5.11 (Berkeley) 7/12/92";*/ +static char rcsid[] = "$Id: klogin.c,v 1.2 1993/08/01 18:13:33 mycroft Exp $"; #endif /* not lint */ #ifdef KERBEROS diff --git a/usr.bin/login/login.c b/usr.bin/login/login.c index 3aa6883e99e..9fbd229cd41 100644 --- a/usr.bin/login/login.c +++ b/usr.bin/login/login.c @@ -38,7 +38,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)login.c 5.78 (Berkeley) 6/29/92"; +/*static char sccsid[] = "from: @(#)login.c 5.78 (Berkeley) 6/29/92";*/ +static char rcsid[] = "$Id: login.c,v 1.6 1993/08/01 18:13:31 mycroft Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/login/pathnames.h b/usr.bin/login/pathnames.h index 1c8ff9dd07b..f23ae5265a1 100644 --- a/usr.bin/login/pathnames.h +++ b/usr.bin/login/pathnames.h @@ -30,7 +30,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)pathnames.h 5.7 (Berkeley) 4/18/91 + * from: @(#)pathnames.h 5.7 (Berkeley) 4/18/91 + * $Id: pathnames.h,v 1.2 1993/08/01 18:13:34 mycroft Exp $ */ #include <paths.h> diff --git a/usr.bin/logname/logname.c b/usr.bin/logname/logname.c index 31dd64d9475..b47bccd1ca5 100644 --- a/usr.bin/logname/logname.c +++ b/usr.bin/logname/logname.c @@ -38,7 +38,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)logname.c 5.1 (Berkeley) 6/28/91"; +/*static char sccsid[] = "from: @(#)logname.c 5.1 (Berkeley) 6/28/91";*/ +static char rcsid[] = "$Id: logname.c,v 1.2 1993/08/01 18:13:28 mycroft Exp $"; #endif /* not lint */ #include <errno.h> diff --git a/usr.bin/look/look.c b/usr.bin/look/look.c index cfda7f51ff3..31e75688993 100644 --- a/usr.bin/look/look.c +++ b/usr.bin/look/look.c @@ -41,7 +41,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)look.c 5.1 (Berkeley) 7/21/91"; +/*static char sccsid[] = "from: @(#)look.c 5.1 (Berkeley) 7/21/91";*/ +static char rcsid[] = "$Id: look.c,v 1.3 1993/08/01 18:13:24 mycroft Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/look/pathnames.h b/usr.bin/look/pathnames.h index aa27d029101..d5e808d009c 100644 --- a/usr.bin/look/pathnames.h +++ b/usr.bin/look/pathnames.h @@ -30,7 +30,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)pathnames.h 5.2 (Berkeley) 6/1/90 + * from: @(#)pathnames.h 5.2 (Berkeley) 6/1/90 + * $Id: pathnames.h,v 1.2 1993/08/01 18:13:23 mycroft Exp $ */ #define _PATH_WORDS "/usr/share/dict/words" diff --git a/usr.bin/machine/machine.c b/usr.bin/machine/machine.c index 5337132b6cc..7416aa7c364 100644 --- a/usr.bin/machine/machine.c +++ b/usr.bin/machine/machine.c @@ -38,7 +38,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)machine.c 5.5 (Berkeley) 6/1/90"; +/*static char sccsid[] = "from: @(#)machine.c 5.5 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: machine.c,v 1.2 1993/08/01 18:13:21 mycroft Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/mail/aux.c b/usr.bin/mail/aux.c index d74be578bbc..8ae37c456d2 100644 --- a/usr.bin/mail/aux.c +++ b/usr.bin/mail/aux.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)aux.c 5.20 (Berkeley) 6/25/90"; +/*static char sccsid[] = "from: @(#)aux.c 5.20 (Berkeley) 6/25/90";*/ +static char rcsid[] = "$Id: aux.c,v 1.2 1993/08/01 18:13:15 mycroft Exp $"; #endif /* not lint */ #include "rcv.h" diff --git a/usr.bin/mail/cmd1.c b/usr.bin/mail/cmd1.c index 0b306e030e2..1da2c0a21be 100644 --- a/usr.bin/mail/cmd1.c +++ b/usr.bin/mail/cmd1.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)cmd1.c 5.22 (Berkeley) 4/1/91"; +/*static char sccsid[] = "from: @(#)cmd1.c 5.22 (Berkeley) 4/1/91";*/ +static char rcsid[] = "$Id: cmd1.c,v 1.2 1993/08/01 18:13:14 mycroft Exp $"; #endif /* not lint */ #include "rcv.h" diff --git a/usr.bin/mail/cmd2.c b/usr.bin/mail/cmd2.c index 9efbe4f3e57..d23b2700ada 100644 --- a/usr.bin/mail/cmd2.c +++ b/usr.bin/mail/cmd2.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)cmd2.c 5.14 (Berkeley) 6/25/90"; +/*static char sccsid[] = "from: @(#)cmd2.c 5.14 (Berkeley) 6/25/90";*/ +static char rcsid[] = "$Id: cmd2.c,v 1.2 1993/08/01 18:13:13 mycroft Exp $"; #endif /* not lint */ #include "rcv.h" diff --git a/usr.bin/mail/cmd3.c b/usr.bin/mail/cmd3.c index a5b2df537d4..d027e4bd60c 100644 --- a/usr.bin/mail/cmd3.c +++ b/usr.bin/mail/cmd3.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)cmd3.c 5.24 (Berkeley) 6/25/90"; +/*static char sccsid[] = "from: @(#)cmd3.c 5.24 (Berkeley) 6/25/90";*/ +static char rcsid[] = "$Id: cmd3.c,v 1.2 1993/08/01 18:13:11 mycroft Exp $"; #endif /* not lint */ #include "rcv.h" diff --git a/usr.bin/mail/cmdtab.c b/usr.bin/mail/cmdtab.c index 20aea47ec2e..8b45bc2b8bb 100644 --- a/usr.bin/mail/cmdtab.c +++ b/usr.bin/mail/cmdtab.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)cmdtab.c 5.11 (Berkeley) 6/1/90"; +/*static char sccsid[] = "from: @(#)cmdtab.c 5.11 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: cmdtab.c,v 1.2 1993/08/01 18:13:10 mycroft Exp $"; #endif /* not lint */ #include "def.h" diff --git a/usr.bin/mail/collect.c b/usr.bin/mail/collect.c index 4c4038a5a5c..7268cb0d27c 100644 --- a/usr.bin/mail/collect.c +++ b/usr.bin/mail/collect.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)collect.c 5.24 (Berkeley) 4/1/91"; +/*static char sccsid[] = "from: @(#)collect.c 5.24 (Berkeley) 4/1/91";*/ +static char rcsid[] = "$Id: collect.c,v 1.2 1993/08/01 18:13:09 mycroft Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/mail/def.h b/usr.bin/mail/def.h index a0bdc7974ac..4cc2ea6c1d0 100644 --- a/usr.bin/mail/def.h +++ b/usr.bin/mail/def.h @@ -30,7 +30,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)def.h 5.22 (Berkeley) 6/25/90 + * from: @(#)def.h 5.22 (Berkeley) 6/25/90 + * $Id: def.h,v 1.2 1993/08/01 18:13:19 mycroft Exp $ */ #include <sys/param.h> /* includes <sys/types.h> */ diff --git a/usr.bin/mail/edit.c b/usr.bin/mail/edit.c index 8af0437b59b..67f5d6d1750 100644 --- a/usr.bin/mail/edit.c +++ b/usr.bin/mail/edit.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)edit.c 5.15 (Berkeley) 6/25/90"; +/*static char sccsid[] = "from: @(#)edit.c 5.15 (Berkeley) 6/25/90";*/ +static char rcsid[] = "$Id: edit.c,v 1.2 1993/08/01 18:13:08 mycroft Exp $"; #endif /* not lint */ #include "rcv.h" diff --git a/usr.bin/mail/fio.c b/usr.bin/mail/fio.c index 4eff69bf7cd..ca8d9cc6d7f 100644 --- a/usr.bin/mail/fio.c +++ b/usr.bin/mail/fio.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)fio.c 5.24 (Berkeley) 2/3/91"; +/*static char sccsid[] = "from: @(#)fio.c 5.24 (Berkeley) 2/3/91";*/ +static char rcsid[] = "$Id: fio.c,v 1.2 1993/08/01 18:13:07 mycroft Exp $"; #endif /* not lint */ #include "rcv.h" diff --git a/usr.bin/mail/getname.c b/usr.bin/mail/getname.c index c25ad121b73..330ce3f61ed 100644 --- a/usr.bin/mail/getname.c +++ b/usr.bin/mail/getname.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)getname.c 5.8 (Berkeley) 6/1/90"; +/*static char sccsid[] = "from: @(#)getname.c 5.8 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: getname.c,v 1.2 1993/08/01 18:13:05 mycroft Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/mail/glob.h b/usr.bin/mail/glob.h index 314c1f41c58..2912ee58cc1 100644 --- a/usr.bin/mail/glob.h +++ b/usr.bin/mail/glob.h @@ -30,7 +30,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)glob.h 5.20 (Berkeley) 6/25/90 + * from: @(#)glob.h 5.20 (Berkeley) 6/25/90 + * $Id: glob.h,v 1.2 1993/08/01 18:13:18 mycroft Exp $ */ /* diff --git a/usr.bin/mail/head.c b/usr.bin/mail/head.c index b521d1b618f..4c1513debb2 100644 --- a/usr.bin/mail/head.c +++ b/usr.bin/mail/head.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)head.c 5.7 (Berkeley) 6/1/90"; +/*static char sccsid[] = "from: @(#)head.c 5.7 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: head.c,v 1.2 1993/08/01 18:13:04 mycroft Exp $"; #endif /* not lint */ #include "rcv.h" diff --git a/usr.bin/mail/lex.c b/usr.bin/mail/lex.c index e700c8bb56e..22a12b1aff1 100644 --- a/usr.bin/mail/lex.c +++ b/usr.bin/mail/lex.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)lex.c 5.23 (Berkeley) 4/1/91"; +/*static char sccsid[] = "from: @(#)lex.c 5.23 (Berkeley) 4/1/91";*/ +static char rcsid[] = "$Id: lex.c,v 1.2 1993/08/01 18:13:03 mycroft Exp $"; #endif /* not lint */ #include "rcv.h" diff --git a/usr.bin/mail/list.c b/usr.bin/mail/list.c index 15ebf34002b..d011dd412ca 100644 --- a/usr.bin/mail/list.c +++ b/usr.bin/mail/list.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)list.c 5.14 (Berkeley) 6/1/90"; +/*static char sccsid[] = "from: @(#)list.c 5.14 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: list.c,v 1.2 1993/08/01 18:13:02 mycroft Exp $"; #endif /* not lint */ #include "rcv.h" diff --git a/usr.bin/mail/main.c b/usr.bin/mail/main.c index 0a8cc7d7e70..bb0d1231ade 100644 --- a/usr.bin/mail/main.c +++ b/usr.bin/mail/main.c @@ -38,7 +38,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)main.c 5.28 (Berkeley) 4/1/91"; +/*static char sccsid[] = "from: @(#)main.c 5.28 (Berkeley) 4/1/91";*/ +static char rcsid[] = "$Id: main.c,v 1.2 1993/08/01 18:13:01 mycroft Exp $"; #endif /* not lint */ #include "rcv.h" diff --git a/usr.bin/mail/names.c b/usr.bin/mail/names.c index a16fcf5b31f..233c253e207 100644 --- a/usr.bin/mail/names.c +++ b/usr.bin/mail/names.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)names.c 5.16 (Berkeley) 6/25/90"; +/*static char sccsid[] = "from: @(#)names.c 5.16 (Berkeley) 6/25/90";*/ +static char rcsid[] = "$Id: names.c,v 1.2 1993/08/01 18:13:00 mycroft Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/mail/pathnames.h b/usr.bin/mail/pathnames.h index 6f21e00e2e9..135b76524be 100644 --- a/usr.bin/mail/pathnames.h +++ b/usr.bin/mail/pathnames.h @@ -30,7 +30,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)pathnames.h 5.14 (Berkeley) 6/19/91 + * from: @(#)pathnames.h 5.14 (Berkeley) 6/19/91 + * $Id: pathnames.h,v 1.2 1993/08/01 18:13:17 mycroft Exp $ */ #include <paths.h> diff --git a/usr.bin/mail/popen.c b/usr.bin/mail/popen.c index 969c1d2e6ee..0d5fb0d5ba2 100644 --- a/usr.bin/mail/popen.c +++ b/usr.bin/mail/popen.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)popen.c 5.16 (Berkeley) 4/1/91"; +/*static char sccsid[] = "from: @(#)popen.c 5.16 (Berkeley) 4/1/91";*/ +static char rcsid[] = "$Id: popen.c,v 1.2 1993/08/01 18:12:59 mycroft Exp $"; #endif /* not lint */ #include "rcv.h" diff --git a/usr.bin/mail/quit.c b/usr.bin/mail/quit.c index 2a4fb005a9d..77ea0be1183 100644 --- a/usr.bin/mail/quit.c +++ b/usr.bin/mail/quit.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)quit.c 5.16 (Berkeley) 2/9/91"; +/*static char sccsid[] = "from: @(#)quit.c 5.16 (Berkeley) 2/9/91";*/ +static char rcsid[] = "$Id: quit.c,v 1.2 1993/08/01 18:12:58 mycroft Exp $"; #endif /* not lint */ #include "rcv.h" diff --git a/usr.bin/mail/rcv.h b/usr.bin/mail/rcv.h index 0ecb4bc9fc2..d6edf69abe9 100644 --- a/usr.bin/mail/rcv.h +++ b/usr.bin/mail/rcv.h @@ -30,7 +30,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)rcv.h 5.5 (Berkeley) 6/1/90 + * from: @(#)rcv.h 5.5 (Berkeley) 6/1/90 + * $Id: rcv.h,v 1.2 1993/08/01 18:13:16 mycroft Exp $ */ /* diff --git a/usr.bin/mail/send.c b/usr.bin/mail/send.c index 06588b53fa6..54c6d8db363 100644 --- a/usr.bin/mail/send.c +++ b/usr.bin/mail/send.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)send.c 5.23 (Berkeley) 2/9/91"; +/*static char sccsid[] = "from: @(#)send.c 5.23 (Berkeley) 2/9/91";*/ +static char rcsid[] = "$Id: send.c,v 1.2 1993/08/01 18:12:57 mycroft Exp $"; #endif /* not lint */ #include "rcv.h" diff --git a/usr.bin/mail/strings.c b/usr.bin/mail/strings.c index 4ed7d91d1eb..01b8b736e1c 100644 --- a/usr.bin/mail/strings.c +++ b/usr.bin/mail/strings.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)strings.c 5.9 (Berkeley) 6/1/90"; +/*static char sccsid[] = "from: @(#)strings.c 5.9 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: strings.c,v 1.2 1993/08/01 18:12:56 mycroft Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/mail/temp.c b/usr.bin/mail/temp.c index c03684f251a..b3038ecc71c 100644 --- a/usr.bin/mail/temp.c +++ b/usr.bin/mail/temp.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)temp.c 5.15 (Berkeley) 2/3/91"; +/*static char sccsid[] = "from: @(#)temp.c 5.15 (Berkeley) 2/3/91";*/ +static char rcsid[] = "$Id: temp.c,v 1.2 1993/08/01 18:12:54 mycroft Exp $"; #endif /* not lint */ #include "rcv.h" diff --git a/usr.bin/mail/tty.c b/usr.bin/mail/tty.c index c74d127024f..1c620b8b68f 100644 --- a/usr.bin/mail/tty.c +++ b/usr.bin/mail/tty.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)tty.c 5.12 (Berkeley) 4/1/91"; +/*static char sccsid[] = "from: @(#)tty.c 5.12 (Berkeley) 4/1/91";*/ +static char rcsid[] = "$Id: tty.c,v 1.2 1993/08/01 18:12:53 mycroft Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/mail/v7.local.c b/usr.bin/mail/v7.local.c index fb088ee348f..c51dd9d81c4 100644 --- a/usr.bin/mail/v7.local.c +++ b/usr.bin/mail/v7.local.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)v7.local.c 5.12 (Berkeley) 2/3/91"; +/*static char sccsid[] = "from: @(#)v7.local.c 5.12 (Berkeley) 2/3/91";*/ +static char rcsid[] = "$Id: v7.local.c,v 1.4 1993/08/01 18:12:50 mycroft Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/mail/vars.c b/usr.bin/mail/vars.c index 2626aee5c02..3311742df84 100644 --- a/usr.bin/mail/vars.c +++ b/usr.bin/mail/vars.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)vars.c 5.6 (Berkeley) 6/1/90"; +/*static char sccsid[] = "from: @(#)vars.c 5.6 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: vars.c,v 1.2 1993/08/01 18:12:52 mycroft Exp $"; #endif /* not lint */ #include "rcv.h" diff --git a/usr.bin/mail/version.c b/usr.bin/mail/version.c index 3b8a1baee6d..6b384ad3c10 100644 --- a/usr.bin/mail/version.c +++ b/usr.bin/mail/version.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)version.c 5.5 (Berkeley) 6/1/90"; +/*static char sccsid[] = "from: @(#)version.c 5.5 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: version.c,v 1.2 1993/08/01 18:12:51 mycroft Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/make/arch.c b/usr.bin/make/arch.c index 434397bd3d0..d166da62a9d 100644 --- a/usr.bin/make/arch.c +++ b/usr.bin/make/arch.c @@ -37,7 +37,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)arch.c 5.7 (Berkeley) 12/28/90"; +/*static char sccsid[] = "from: @(#)arch.c 5.7 (Berkeley) 12/28/90";*/ +static char rcsid[] = "$Id: arch.c,v 1.3 1993/08/01 18:11:56 mycroft Exp $"; #endif /* not lint */ /*- diff --git a/usr.bin/make/bit.h b/usr.bin/make/bit.h index 710c1f6e424..76bad137b81 100644 --- a/usr.bin/make/bit.h +++ b/usr.bin/make/bit.h @@ -35,7 +35,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)bit.h 5.3 (Berkeley) 6/1/90 + * from: @(#)bit.h 5.3 (Berkeley) 6/1/90 + * $Id: bit.h,v 1.2 1993/08/01 18:12:06 mycroft Exp $ */ /* diff --git a/usr.bin/make/buf.c b/usr.bin/make/buf.c index fd0b7071a01..8a8b8807123 100644 --- a/usr.bin/make/buf.c +++ b/usr.bin/make/buf.c @@ -37,7 +37,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)buf.c 5.5 (Berkeley) 12/28/90"; +/*static char sccsid[] = "from: @(#)buf.c 5.5 (Berkeley) 12/28/90";*/ +static char rcsid[] = "$Id: buf.c,v 1.2 1993/08/01 18:11:55 mycroft Exp $"; #endif /* not lint */ /*- diff --git a/usr.bin/make/buf.h b/usr.bin/make/buf.h index 4b7d5ac76b3..c025f4f9d90 100644 --- a/usr.bin/make/buf.h +++ b/usr.bin/make/buf.h @@ -35,7 +35,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)buf.h 5.4 (Berkeley) 12/28/90 + * from: @(#)buf.h 5.4 (Berkeley) 12/28/90 + * $Id: buf.h,v 1.2 1993/08/01 18:12:06 mycroft Exp $ */ /*- diff --git a/usr.bin/make/compat.c b/usr.bin/make/compat.c index 6450f6dc59d..913fe2a6b08 100644 --- a/usr.bin/make/compat.c +++ b/usr.bin/make/compat.c @@ -34,17 +34,11 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * PATCHES MAGIC LEVEL PATCH THAT GOT US HERE - * -------------------- ----- ---------------------- - * CURRENT PATCH LEVEL: 1 00039 - * -------------------- ----- ---------------------- - * - * 10 Aug 92 David Dawes Fixed "remove directory" bug */ #ifndef lint -static char sccsid[] = "@(#)compat.c 5.7 (Berkeley) 3/1/91"; +/*static char sccsid[] = "from: @(#)compat.c 5.7 (Berkeley) 3/1/91";*/ +static char rcsid[] = "$Id: compat.c,v 1.3 1993/08/01 18:11:53 mycroft Exp $"; #endif /* not lint */ /*- diff --git a/usr.bin/make/cond.c b/usr.bin/make/cond.c index d9b376ef944..a5fc4d1669c 100644 --- a/usr.bin/make/cond.c +++ b/usr.bin/make/cond.c @@ -37,7 +37,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)cond.c 5.6 (Berkeley) 6/1/90"; +/*static char sccsid[] = "from: @(#)cond.c 5.6 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: cond.c,v 1.2 1993/08/01 18:11:52 mycroft Exp $"; #endif /* not lint */ /*- diff --git a/usr.bin/make/config.h b/usr.bin/make/config.h index 450d16b1803..28949868927 100644 --- a/usr.bin/make/config.h +++ b/usr.bin/make/config.h @@ -35,7 +35,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)config.h 5.9 (Berkeley) 6/1/90 + * from: @(#)config.h 5.9 (Berkeley) 6/1/90 + * $Id: config.h,v 1.2 1993/08/01 18:12:05 mycroft Exp $ */ #define DEFSHELL 1 /* Bourne shell */ diff --git a/usr.bin/make/dir.c b/usr.bin/make/dir.c index be200cba2b5..b57589ded1b 100644 --- a/usr.bin/make/dir.c +++ b/usr.bin/make/dir.c @@ -37,7 +37,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)dir.c 5.6 (Berkeley) 12/28/90"; +/*static char sccsid[] = "from: @(#)dir.c 5.6 (Berkeley) 12/28/90";*/ +static char rcsid[] = "$Id: dir.c,v 1.2 1993/08/01 18:11:51 mycroft Exp $"; #endif /* not lint */ /*- diff --git a/usr.bin/make/hash.c b/usr.bin/make/hash.c index dd7a9874311..903b9358c3a 100644 --- a/usr.bin/make/hash.c +++ b/usr.bin/make/hash.c @@ -37,7 +37,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)hash.c 5.5 (Berkeley) 12/28/90"; +/*static char sccsid[] = "from: @(#)hash.c 5.5 (Berkeley) 12/28/90";*/ +static char rcsid[] = "$Id: hash.c,v 1.2 1993/08/01 18:11:50 mycroft Exp $"; #endif /* not lint */ /* hash.c -- diff --git a/usr.bin/make/hash.h b/usr.bin/make/hash.h index 419b60df474..23e9d982a3d 100644 --- a/usr.bin/make/hash.h +++ b/usr.bin/make/hash.h @@ -35,7 +35,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)hash.h 5.4 (Berkeley) 12/28/90 + * from: @(#)hash.h 5.4 (Berkeley) 12/28/90 + * $Id: hash.h,v 1.2 1993/08/01 18:12:04 mycroft Exp $ */ /* hash.h -- diff --git a/usr.bin/make/job.c b/usr.bin/make/job.c index 82b5f3f8845..ff27fe7935b 100644 --- a/usr.bin/make/job.c +++ b/usr.bin/make/job.c @@ -34,17 +34,11 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * PATCHES MAGIC LEVEL PATCH THAT GOT US HERE - * -------------------- ----- ---------------------- - * CURRENT PATCH LEVEL: 1 00039 - * -------------------- ----- ---------------------- - * - * 10 Aug 92 David Dawes Fixed "remove directory" bug */ #ifndef lint -static char sccsid[] = "@(#)job.c 5.15 (Berkeley) 3/1/91"; +/*static char sccsid[] = "from: @(#)job.c 5.15 (Berkeley) 3/1/91";*/ +static char rcsid[] = "$Id: job.c,v 1.3 1993/08/01 18:11:48 mycroft Exp $"; #endif /* not lint */ /*- diff --git a/usr.bin/make/job.h b/usr.bin/make/job.h index 25e81dcf2a1..1442cab7b5b 100644 --- a/usr.bin/make/job.h +++ b/usr.bin/make/job.h @@ -35,7 +35,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)job.h 5.3 (Berkeley) 6/1/90 + * from: @(#)job.h 5.3 (Berkeley) 6/1/90 + * $Id: job.h,v 1.2 1993/08/01 18:12:03 mycroft Exp $ */ /*- diff --git a/usr.bin/make/list.h b/usr.bin/make/list.h index 95ef8664666..520d2cba660 100644 --- a/usr.bin/make/list.h +++ b/usr.bin/make/list.h @@ -35,7 +35,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)list.h 5.3 (Berkeley) 6/1/90 + * from: @(#)list.h 5.3 (Berkeley) 6/1/90 + * $Id: list.h,v 1.2 1993/08/01 18:12:02 mycroft Exp $ */ /* diff --git a/usr.bin/make/lst.h b/usr.bin/make/lst.h index 11b6d15145a..1dace269679 100644 --- a/usr.bin/make/lst.h +++ b/usr.bin/make/lst.h @@ -35,7 +35,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)lst.h 5.3 (Berkeley) 6/1/90 + * from: @(#)lst.h 5.3 (Berkeley) 6/1/90 + * $Id: lst.h,v 1.2 1993/08/01 18:12:01 mycroft Exp $ */ /*- diff --git a/usr.bin/make/lst.lib/lstAppend.c b/usr.bin/make/lst.lib/lstAppend.c index 411ed803f9c..f20ad6d1823 100644 --- a/usr.bin/make/lst.lib/lstAppend.c +++ b/usr.bin/make/lst.lib/lstAppend.c @@ -35,7 +35,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)lstAppend.c 5.3 (Berkeley) 6/1/90"; +/*static char sccsid[] = "from: @(#)lstAppend.c 5.3 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: lstAppend.c,v 1.2 1993/08/01 18:12:40 mycroft Exp $"; #endif /* not lint */ /*- diff --git a/usr.bin/make/lst.lib/lstAtEnd.c b/usr.bin/make/lst.lib/lstAtEnd.c index 23d63a321c0..dadfab460ce 100644 --- a/usr.bin/make/lst.lib/lstAtEnd.c +++ b/usr.bin/make/lst.lib/lstAtEnd.c @@ -35,7 +35,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)lstAtEnd.c 5.3 (Berkeley) 6/1/90"; +/*static char sccsid[] = "from: @(#)lstAtEnd.c 5.3 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: lstAtEnd.c,v 1.2 1993/08/01 18:12:39 mycroft Exp $"; #endif /* not lint */ /*- diff --git a/usr.bin/make/lst.lib/lstAtFront.c b/usr.bin/make/lst.lib/lstAtFront.c index 298b6e3c872..3b105d896e6 100644 --- a/usr.bin/make/lst.lib/lstAtFront.c +++ b/usr.bin/make/lst.lib/lstAtFront.c @@ -35,7 +35,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)lstAtFront.c 5.3 (Berkeley) 6/1/90"; +/*static char sccsid[] = "from: @(#)lstAtFront.c 5.3 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: lstAtFront.c,v 1.2 1993/08/01 18:12:38 mycroft Exp $"; #endif /* not lint */ /*- diff --git a/usr.bin/make/lst.lib/lstClose.c b/usr.bin/make/lst.lib/lstClose.c index 43de3dcf703..8ea6fb518da 100644 --- a/usr.bin/make/lst.lib/lstClose.c +++ b/usr.bin/make/lst.lib/lstClose.c @@ -35,7 +35,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)lstClose.c 5.3 (Berkeley) 6/1/90"; +/*static char sccsid[] = "from: @(#)lstClose.c 5.3 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: lstClose.c,v 1.2 1993/08/01 18:12:37 mycroft Exp $"; #endif /* not lint */ /*- diff --git a/usr.bin/make/lst.lib/lstConcat.c b/usr.bin/make/lst.lib/lstConcat.c index 6f013821bde..2f1399db9dd 100644 --- a/usr.bin/make/lst.lib/lstConcat.c +++ b/usr.bin/make/lst.lib/lstConcat.c @@ -35,7 +35,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)lstConcat.c 5.3 (Berkeley) 6/1/90"; +/*static char sccsid[] = "from: @(#)lstConcat.c 5.3 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: lstConcat.c,v 1.2 1993/08/01 18:12:36 mycroft Exp $"; #endif /* not lint */ /*- diff --git a/usr.bin/make/lst.lib/lstDatum.c b/usr.bin/make/lst.lib/lstDatum.c index 225a030a384..3a81792d8db 100644 --- a/usr.bin/make/lst.lib/lstDatum.c +++ b/usr.bin/make/lst.lib/lstDatum.c @@ -35,7 +35,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)lstDatum.c 5.3 (Berkeley) 6/1/90"; +/*static char sccsid[] = "from: @(#)lstDatum.c 5.3 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: lstDatum.c,v 1.2 1993/08/01 18:12:35 mycroft Exp $"; #endif /* not lint */ /*- diff --git a/usr.bin/make/lst.lib/lstDeQueue.c b/usr.bin/make/lst.lib/lstDeQueue.c index cce1f6593de..de54538843c 100644 --- a/usr.bin/make/lst.lib/lstDeQueue.c +++ b/usr.bin/make/lst.lib/lstDeQueue.c @@ -35,7 +35,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)lstDeQueue.c 5.3 (Berkeley) 6/1/90"; +/*static char sccsid[] = "from: @(#)lstDeQueue.c 5.3 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: lstDeQueue.c,v 1.2 1993/08/01 18:12:34 mycroft Exp $"; #endif /* not lint */ /*- diff --git a/usr.bin/make/lst.lib/lstDestroy.c b/usr.bin/make/lst.lib/lstDestroy.c index 4d528b1ebeb..4cdb4ac78d1 100644 --- a/usr.bin/make/lst.lib/lstDestroy.c +++ b/usr.bin/make/lst.lib/lstDestroy.c @@ -35,7 +35,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)lstDestroy.c 5.3 (Berkeley) 6/1/90"; +/*static char sccsid[] = "from: @(#)lstDestroy.c 5.3 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: lstDestroy.c,v 1.2 1993/08/01 18:12:33 mycroft Exp $"; #endif /* not lint */ /*- diff --git a/usr.bin/make/lst.lib/lstDupl.c b/usr.bin/make/lst.lib/lstDupl.c index 5eac424119c..e99d14aac3e 100644 --- a/usr.bin/make/lst.lib/lstDupl.c +++ b/usr.bin/make/lst.lib/lstDupl.c @@ -35,7 +35,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)lstDupl.c 5.3 (Berkeley) 6/1/90"; +/*static char sccsid[] = "from: @(#)lstDupl.c 5.3 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: lstDupl.c,v 1.2 1993/08/01 18:12:32 mycroft Exp $"; #endif /* not lint */ /*- diff --git a/usr.bin/make/lst.lib/lstEnQueue.c b/usr.bin/make/lst.lib/lstEnQueue.c index 3210e70f960..0461c71570a 100644 --- a/usr.bin/make/lst.lib/lstEnQueue.c +++ b/usr.bin/make/lst.lib/lstEnQueue.c @@ -35,7 +35,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)lstEnQueue.c 5.3 (Berkeley) 6/1/90"; +/*static char sccsid[] = "from: @(#)lstEnQueue.c 5.3 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: lstEnQueue.c,v 1.2 1993/08/01 18:12:31 mycroft Exp $"; #endif /* not lint */ /*- diff --git a/usr.bin/make/lst.lib/lstFind.c b/usr.bin/make/lst.lib/lstFind.c index d5a1ef4c3de..94c6e666f96 100644 --- a/usr.bin/make/lst.lib/lstFind.c +++ b/usr.bin/make/lst.lib/lstFind.c @@ -35,7 +35,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)lstFind.c 5.3 (Berkeley) 6/1/90"; +/*static char sccsid[] = "from: @(#)lstFind.c 5.3 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: lstFind.c,v 1.2 1993/08/01 18:12:30 mycroft Exp $"; #endif /* not lint */ /*- diff --git a/usr.bin/make/lst.lib/lstFindFrom.c b/usr.bin/make/lst.lib/lstFindFrom.c index bf4c36b0bf3..fb5b331af3d 100644 --- a/usr.bin/make/lst.lib/lstFindFrom.c +++ b/usr.bin/make/lst.lib/lstFindFrom.c @@ -35,7 +35,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)lstFindFrom.c 5.3 (Berkeley) 6/1/90"; +/*static char sccsid[] = "from: @(#)lstFindFrom.c 5.3 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: lstFindFrom.c,v 1.2 1993/08/01 18:12:29 mycroft Exp $"; #endif /* not lint */ /*- diff --git a/usr.bin/make/lst.lib/lstFirst.c b/usr.bin/make/lst.lib/lstFirst.c index 64feee2580f..4e5b1f44d56 100644 --- a/usr.bin/make/lst.lib/lstFirst.c +++ b/usr.bin/make/lst.lib/lstFirst.c @@ -35,7 +35,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)lstFirst.c 5.3 (Berkeley) 6/1/90"; +/*static char sccsid[] = "from: @(#)lstFirst.c 5.3 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: lstFirst.c,v 1.2 1993/08/01 18:12:29 mycroft Exp $"; #endif /* not lint */ /*- diff --git a/usr.bin/make/lst.lib/lstForEach.c b/usr.bin/make/lst.lib/lstForEach.c index 68510b0c841..69ebf95b8fe 100644 --- a/usr.bin/make/lst.lib/lstForEach.c +++ b/usr.bin/make/lst.lib/lstForEach.c @@ -35,7 +35,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)lstForEach.c 5.3 (Berkeley) 6/1/90"; +/*static char sccsid[] = "from: @(#)lstForEach.c 5.3 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: lstForEach.c,v 1.2 1993/08/01 18:12:28 mycroft Exp $"; #endif /* not lint */ /*- diff --git a/usr.bin/make/lst.lib/lstForEachFrom.c b/usr.bin/make/lst.lib/lstForEachFrom.c index 0165e87ecf7..dc52a1e439a 100644 --- a/usr.bin/make/lst.lib/lstForEachFrom.c +++ b/usr.bin/make/lst.lib/lstForEachFrom.c @@ -35,7 +35,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)lstForEachFrom.c 5.3 (Berkeley) 6/1/90"; +/*static char sccsid[] = "from: @(#)lstForEachFrom.c 5.3 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: lstForEachFrom.c,v 1.2 1993/08/01 18:12:27 mycroft Exp $"; #endif /* not lint */ /*- diff --git a/usr.bin/make/lst.lib/lstInit.c b/usr.bin/make/lst.lib/lstInit.c index 7747662d539..dcb2c86b5df 100644 --- a/usr.bin/make/lst.lib/lstInit.c +++ b/usr.bin/make/lst.lib/lstInit.c @@ -35,7 +35,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)lstInit.c 5.4 (Berkeley) 12/28/90"; +/*static char sccsid[] = "from: @(#)lstInit.c 5.4 (Berkeley) 12/28/90";*/ +static char rcsid[] = "$Id: lstInit.c,v 1.2 1993/08/01 18:12:26 mycroft Exp $"; #endif /* not lint */ /*- diff --git a/usr.bin/make/lst.lib/lstInsert.c b/usr.bin/make/lst.lib/lstInsert.c index 003211dbe05..341d35f2508 100644 --- a/usr.bin/make/lst.lib/lstInsert.c +++ b/usr.bin/make/lst.lib/lstInsert.c @@ -35,7 +35,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)lstInsert.c 5.3 (Berkeley) 6/1/90"; +/*static char sccsid[] = "from: @(#)lstInsert.c 5.3 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: lstInsert.c,v 1.2 1993/08/01 18:12:25 mycroft Exp $"; #endif /* not lint */ /*- diff --git a/usr.bin/make/lst.lib/lstInt.h b/usr.bin/make/lst.lib/lstInt.h index 5ed983d3299..ef5d10b84aa 100644 --- a/usr.bin/make/lst.lib/lstInt.h +++ b/usr.bin/make/lst.lib/lstInt.h @@ -33,7 +33,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)lstInt.h 5.4 (Berkeley) 12/28/90 + * from: @(#)lstInt.h 5.4 (Berkeley) 12/28/90 + * $Id: lstInt.h,v 1.2 1993/08/01 18:12:41 mycroft Exp $ */ /*- diff --git a/usr.bin/make/lst.lib/lstIsAtEnd.c b/usr.bin/make/lst.lib/lstIsAtEnd.c index e8e25b3267f..a8b68d80485 100644 --- a/usr.bin/make/lst.lib/lstIsAtEnd.c +++ b/usr.bin/make/lst.lib/lstIsAtEnd.c @@ -35,7 +35,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)lstIsAtEnd.c 5.3 (Berkeley) 6/1/90"; +/*static char sccsid[] = "from: @(#)lstIsAtEnd.c 5.3 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: lstIsAtEnd.c,v 1.2 1993/08/01 18:12:24 mycroft Exp $"; #endif /* not lint */ /*- diff --git a/usr.bin/make/lst.lib/lstIsEmpty.c b/usr.bin/make/lst.lib/lstIsEmpty.c index dc92ae1136f..2e3382c1a90 100644 --- a/usr.bin/make/lst.lib/lstIsEmpty.c +++ b/usr.bin/make/lst.lib/lstIsEmpty.c @@ -35,7 +35,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)lstIsEmpty.c 5.3 (Berkeley) 6/1/90"; +/*static char sccsid[] = "from: @(#)lstIsEmpty.c 5.3 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: lstIsEmpty.c,v 1.2 1993/08/01 18:12:23 mycroft Exp $"; #endif /* not lint */ /*- diff --git a/usr.bin/make/lst.lib/lstLast.c b/usr.bin/make/lst.lib/lstLast.c index 42f4e67ea42..8b4dcb19b6c 100644 --- a/usr.bin/make/lst.lib/lstLast.c +++ b/usr.bin/make/lst.lib/lstLast.c @@ -35,7 +35,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)lstLast.c 5.3 (Berkeley) 6/1/90"; +/*static char sccsid[] = "from: @(#)lstLast.c 5.3 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: lstLast.c,v 1.2 1993/08/01 18:12:22 mycroft Exp $"; #endif /* not lint */ /*- diff --git a/usr.bin/make/lst.lib/lstMember.c b/usr.bin/make/lst.lib/lstMember.c index 56e4e3b2458..57db47fa6e5 100644 --- a/usr.bin/make/lst.lib/lstMember.c +++ b/usr.bin/make/lst.lib/lstMember.c @@ -35,7 +35,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)lstMember.c 5.3 (Berkeley) 6/1/90"; +/*static char sccsid[] = "from: @(#)lstMember.c 5.3 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: lstMember.c,v 1.2 1993/08/01 18:12:20 mycroft Exp $"; #endif /* not lint */ /*- diff --git a/usr.bin/make/lst.lib/lstNext.c b/usr.bin/make/lst.lib/lstNext.c index 789d04b8fa7..35c0415e0a9 100644 --- a/usr.bin/make/lst.lib/lstNext.c +++ b/usr.bin/make/lst.lib/lstNext.c @@ -35,7 +35,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)lstNext.c 5.3 (Berkeley) 6/1/90"; +/*static char sccsid[] = "from: @(#)lstNext.c 5.3 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: lstNext.c,v 1.2 1993/08/01 18:12:19 mycroft Exp $"; #endif /* not lint */ /*- diff --git a/usr.bin/make/lst.lib/lstOpen.c b/usr.bin/make/lst.lib/lstOpen.c index be0ab899e5d..7e8cfcc7241 100644 --- a/usr.bin/make/lst.lib/lstOpen.c +++ b/usr.bin/make/lst.lib/lstOpen.c @@ -35,7 +35,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)lstOpen.c 5.3 (Berkeley) 6/1/90"; +/*static char sccsid[] = "from: @(#)lstOpen.c 5.3 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: lstOpen.c,v 1.2 1993/08/01 18:12:18 mycroft Exp $"; #endif /* not lint */ /*- diff --git a/usr.bin/make/lst.lib/lstRemove.c b/usr.bin/make/lst.lib/lstRemove.c index 89853acaf81..69b89168f31 100644 --- a/usr.bin/make/lst.lib/lstRemove.c +++ b/usr.bin/make/lst.lib/lstRemove.c @@ -35,7 +35,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)lstRemove.c 5.3 (Berkeley) 6/1/90"; +/*static char sccsid[] = "from: @(#)lstRemove.c 5.3 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: lstRemove.c,v 1.2 1993/08/01 18:12:17 mycroft Exp $"; #endif /* not lint */ /*- diff --git a/usr.bin/make/lst.lib/lstReplace.c b/usr.bin/make/lst.lib/lstReplace.c index 3600b3807bb..9ee0031d66a 100644 --- a/usr.bin/make/lst.lib/lstReplace.c +++ b/usr.bin/make/lst.lib/lstReplace.c @@ -35,7 +35,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)lstReplace.c 5.3 (Berkeley) 6/1/90"; +/*static char sccsid[] = "from: @(#)lstReplace.c 5.3 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: lstReplace.c,v 1.2 1993/08/01 18:12:16 mycroft Exp $"; #endif /* not lint */ /*- diff --git a/usr.bin/make/lst.lib/lstSucc.c b/usr.bin/make/lst.lib/lstSucc.c index 115e896e7e9..cfbbf3a9857 100644 --- a/usr.bin/make/lst.lib/lstSucc.c +++ b/usr.bin/make/lst.lib/lstSucc.c @@ -35,7 +35,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)lstSucc.c 5.3 (Berkeley) 6/1/90"; +/*static char sccsid[] = "from: @(#)lstSucc.c 5.3 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: lstSucc.c,v 1.2 1993/08/01 18:12:14 mycroft Exp $"; #endif /* not lint */ /*- diff --git a/usr.bin/make/main.c b/usr.bin/make/main.c index bcb59ee7409..2d1bfcacf8b 100644 --- a/usr.bin/make/main.c +++ b/usr.bin/make/main.c @@ -34,13 +34,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * PATCHES MAGIC LEVEL PATCH THAT GOT US HERE - * -------------------- ----- ---------------------- - * CURRENT PATCH LEVEL: 1 00015 - * -------------------- ----- ---------------------- - * - * 17 Mar 92 John Woods Fix "make - make" bug */ #ifndef lint @@ -50,7 +43,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)main.c 5.25 (Berkeley) 4/1/91"; +/*static char sccsid[] = "from: @(#)main.c 5.25 (Berkeley) 4/1/91";*/ +static char rcsid[] = "$Id: main.c,v 1.5 1993/08/01 18:11:47 mycroft Exp $"; #endif /* not lint */ /*- diff --git a/usr.bin/make/make.c b/usr.bin/make/make.c index 2ed94f97a6a..0d20f9e0440 100644 --- a/usr.bin/make/make.c +++ b/usr.bin/make/make.c @@ -37,7 +37,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)make.c 5.3 (Berkeley) 6/1/90"; +/*static char sccsid[] = "from: @(#)make.c 5.3 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: make.c,v 1.2 1993/08/01 18:11:46 mycroft Exp $"; #endif /* not lint */ /*- diff --git a/usr.bin/make/make.h b/usr.bin/make/make.h index d76e524b499..e1a8cdcd521 100644 --- a/usr.bin/make/make.h +++ b/usr.bin/make/make.h @@ -35,7 +35,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)make.h 5.13 (Berkeley) 3/1/91 + * from: @(#)make.h 5.13 (Berkeley) 3/1/91 + * $Id: make.h,v 1.2 1993/08/01 18:12:00 mycroft Exp $ */ /*- diff --git a/usr.bin/make/nonints.h b/usr.bin/make/nonints.h index 0b2e30445df..91a6a5a31ca 100644 --- a/usr.bin/make/nonints.h +++ b/usr.bin/make/nonints.h @@ -35,7 +35,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)nonints.h 5.6 (Berkeley) 4/18/91 + * from: @(#)nonints.h 5.6 (Berkeley) 4/18/91 + * $Id: nonints.h,v 1.2 1993/08/01 18:11:59 mycroft Exp $ */ char **brk_string(), *emalloc(), *str_concat(); diff --git a/usr.bin/make/parse.c b/usr.bin/make/parse.c index c5578a62bd5..4ce382b243e 100644 --- a/usr.bin/make/parse.c +++ b/usr.bin/make/parse.c @@ -37,7 +37,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)parse.c 5.18 (Berkeley) 2/19/91"; +/*static char sccsid[] = "from: @(#)parse.c 5.18 (Berkeley) 2/19/91";*/ +static char rcsid[] = "$Id: parse.c,v 1.2 1993/08/01 18:11:44 mycroft Exp $"; #endif /* not lint */ /*- diff --git a/usr.bin/make/pathnames.h b/usr.bin/make/pathnames.h index 645e8c138fa..fc580306abb 100644 --- a/usr.bin/make/pathnames.h +++ b/usr.bin/make/pathnames.h @@ -30,7 +30,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)pathnames.h 5.2 (Berkeley) 6/1/90 + * from: @(#)pathnames.h 5.2 (Berkeley) 6/1/90 + * $Id: pathnames.h,v 1.2 1993/08/01 18:11:58 mycroft Exp $ */ #define _PATH_OBJDIR "obj" diff --git a/usr.bin/make/sprite.h b/usr.bin/make/sprite.h index 32ef1e0a91d..5ae51adac58 100644 --- a/usr.bin/make/sprite.h +++ b/usr.bin/make/sprite.h @@ -35,7 +35,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)sprite.h 5.3 (Berkeley) 6/1/90 + * from: @(#)sprite.h 5.3 (Berkeley) 6/1/90 + * $Id: sprite.h,v 1.2 1993/08/01 18:11:57 mycroft Exp $ */ /* diff --git a/usr.bin/make/str.c b/usr.bin/make/str.c index bb746dcecd1..675d1201ded 100644 --- a/usr.bin/make/str.c +++ b/usr.bin/make/str.c @@ -37,7 +37,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)str.c 5.8 (Berkeley) 6/1/90"; +/*static char sccsid[] = "from: @(#)str.c 5.8 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: str.c,v 1.2 1993/08/01 18:11:43 mycroft Exp $"; #endif /* not lint */ #include "make.h" diff --git a/usr.bin/make/suff.c b/usr.bin/make/suff.c index ebb7714da7b..73121c6b65d 100644 --- a/usr.bin/make/suff.c +++ b/usr.bin/make/suff.c @@ -37,7 +37,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)suff.c 5.6 (Berkeley) 6/1/90"; +/*static char sccsid[] = "from: @(#)suff.c 5.6 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: suff.c,v 1.2 1993/08/01 18:11:41 mycroft Exp $"; #endif /* not lint */ /*- diff --git a/usr.bin/make/targ.c b/usr.bin/make/targ.c index 824a3d6cd0a..8501ca6aaf0 100644 --- a/usr.bin/make/targ.c +++ b/usr.bin/make/targ.c @@ -37,7 +37,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)targ.c 5.9 (Berkeley) 3/1/91"; +/*static char sccsid[] = "from: @(#)targ.c 5.9 (Berkeley) 3/1/91";*/ +static char rcsid[] = "$Id: targ.c,v 1.2 1993/08/01 18:11:39 mycroft Exp $"; #endif /* not lint */ /*- diff --git a/usr.bin/make/var.c b/usr.bin/make/var.c index 86a8b87675e..c239fae8a52 100644 --- a/usr.bin/make/var.c +++ b/usr.bin/make/var.c @@ -37,7 +37,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)var.c 5.7 (Berkeley) 6/1/90"; +/*static char sccsid[] = "from: @(#)var.c 5.7 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: var.c,v 1.2 1993/08/01 18:11:37 mycroft Exp $"; #endif /* not lint */ /*- diff --git a/usr.bin/man/apropos/apropos.c b/usr.bin/man/apropos/apropos.c index 18e05311a97..c4bcfba27cf 100644 --- a/usr.bin/man/apropos/apropos.c +++ b/usr.bin/man/apropos/apropos.c @@ -38,7 +38,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)apropos.c 5.12 (Berkeley) 6/1/90"; +/*static char sccsid[] = "from: @(#)apropos.c 5.12 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: apropos.c,v 1.3 1993/08/01 18:11:25 mycroft Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/man/man/config.c b/usr.bin/man/man/config.c index 4b2c34ef10f..90972296541 100644 --- a/usr.bin/man/man/config.c +++ b/usr.bin/man/man/config.c @@ -29,17 +29,11 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * PATCHES MAGIC LEVEL PATCH THAT GOT US HERE - * -------------------- ----- ---------------------- - * CURRENT PATCH LEVEL: 1 00008 - * -------------------- ----- ---------------------- - * - * 03 Sep 92 James Dolter Fixed 1K pathbuf bug */ #ifndef lint -static char sccsid[] = "@(#)config.c 5.6 (Berkeley) 3/1/91"; +/*static char sccsid[] = "from: @(#)config.c 5.6 (Berkeley) 3/1/91";*/ +static char rcsid[] = "$Id: config.c,v 1.4 1993/08/01 18:11:20 mycroft Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/man/man/man.c b/usr.bin/man/man/man.c index 490cfe4618f..f7d814c08f6 100644 --- a/usr.bin/man/man/man.c +++ b/usr.bin/man/man/man.c @@ -38,8 +38,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)man.c 5.24 (Berkeley) 7/21/90"; -static char rcsid[] = "$Header: /cvsroot/src/usr.bin/man/man/Attic/man.c,v 1.2 1993/07/26 23:05:36 jtc Exp $"; +/*static char sccsid[] = "from: @(#)man.c 5.24 (Berkeley) 7/21/90";*/ +static char rcsid[] = "$Id: man.c,v 1.3 1993/08/01 18:11:22 mycroft Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/man/man/pathnames.h b/usr.bin/man/man/pathnames.h index a23c2f91f39..d17186f51c1 100644 --- a/usr.bin/man/man/pathnames.h +++ b/usr.bin/man/man/pathnames.h @@ -30,7 +30,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)pathnames.h 5.4 (Berkeley) 6/1/90 + * from: @(#)pathnames.h 5.4 (Berkeley) 6/1/90 + * $Id: pathnames.h,v 1.2 1993/08/01 18:11:22 mycroft Exp $ */ #define _PATH_MANCONF "/etc/man.conf" diff --git a/usr.bin/man/whatis/whatis.c b/usr.bin/man/whatis/whatis.c index b8e65aee440..3b53c6aab15 100644 --- a/usr.bin/man/whatis/whatis.c +++ b/usr.bin/man/whatis/whatis.c @@ -45,7 +45,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)whatis.c 5.6 (Berkeley) 6/1/90"; +/*static char sccsid[] = "from: @(#)whatis.c 5.6 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: whatis.c,v 1.4 1993/08/01 18:11:16 mycroft Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/mesg/mesg.c b/usr.bin/mesg/mesg.c index 2ecd4e9c15b..16dc1f6467d 100644 --- a/usr.bin/mesg/mesg.c +++ b/usr.bin/mesg/mesg.c @@ -1 +1 @@ -revision 1.1.1.1 intentionally removed +revision 1.2 intentionally removed diff --git a/usr.bin/mkfifo/mkfifo.c b/usr.bin/mkfifo/mkfifo.c index e0f48ed271a..4166b09fdaa 100644 --- a/usr.bin/mkfifo/mkfifo.c +++ b/usr.bin/mkfifo/mkfifo.c @@ -38,8 +38,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)mkfifo.c 5.3 (Berkeley) 6/1/90"; -static char rcsid[] = "$Header: /cvsroot/src/usr.bin/mkfifo/mkfifo.c,v 1.2 1993/07/22 16:30:08 jtc Exp $"; +/*static char sccsid[] = "from: @(#)mkfifo.c 5.3 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: mkfifo.c,v 1.3 1993/08/01 18:11:11 mycroft Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/mkstr/mkstr.c b/usr.bin/mkstr/mkstr.c index efcae64af16..e7812f2db81 100644 --- a/usr.bin/mkstr/mkstr.c +++ b/usr.bin/mkstr/mkstr.c @@ -38,7 +38,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)mkstr.c 5.4 (Berkeley) 6/1/90"; +/*static char sccsid[] = "from: @(#)mkstr.c 5.4 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: mkstr.c,v 1.2 1993/08/01 18:11:07 mycroft Exp $"; #endif /* not lint */ #include <stdio.h> diff --git a/usr.bin/more/more.c b/usr.bin/more/more.c index 19b3ccc0793..db6f55bae7b 100644 --- a/usr.bin/more/more.c +++ b/usr.bin/more/more.c @@ -38,7 +38,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)more.c 5.26 (Berkeley) 4/18/91"; +/*static char sccsid[] = "from: @(#)more.c 5.26 (Berkeley) 4/18/91";*/ +static char rcsid[] = "$Id: more.c,v 1.4 1993/08/01 18:11:04 mycroft Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/more/pathnames.h b/usr.bin/more/pathnames.h index 296d60aba3e..d62c9e8515c 100644 --- a/usr.bin/more/pathnames.h +++ b/usr.bin/more/pathnames.h @@ -30,7 +30,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)pathnames.h 5.2 (Berkeley) 4/18/91 + * from: @(#)pathnames.h 5.2 (Berkeley) 4/18/91 + * $Id: pathnames.h,v 1.2 1993/08/01 18:11:02 mycroft Exp $ */ #include <paths.h> diff --git a/usr.bin/msgs/msgs.c b/usr.bin/msgs/msgs.c index 28208e01c1b..c4c07c81a46 100644 --- a/usr.bin/msgs/msgs.c +++ b/usr.bin/msgs/msgs.c @@ -38,7 +38,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)msgs.c 5.8 (Berkeley) 2/4/91"; +/*static char sccsid[] = "from: @(#)msgs.c 5.8 (Berkeley) 2/4/91";*/ +static char rcsid[] = "$Id: msgs.c,v 1.2 1993/08/01 18:10:58 mycroft Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/msgs/pathnames.h b/usr.bin/msgs/pathnames.h index a569c7ed1d2..75be813f75c 100644 --- a/usr.bin/msgs/pathnames.h +++ b/usr.bin/msgs/pathnames.h @@ -30,7 +30,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)pathnames.h 5.3 (Berkeley) 6/1/90 + * from: @(#)pathnames.h 5.3 (Berkeley) 6/1/90 + * $Id: pathnames.h,v 1.2 1993/08/01 18:10:57 mycroft Exp $ */ #define _PATH_MSGS "/var/msgs" diff --git a/usr.bin/netstat/host.c b/usr.bin/netstat/host.c index b459fb06b04..86595b0ec5a 100644 --- a/usr.bin/netstat/host.c +++ b/usr.bin/netstat/host.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)host.c 5.12 (Berkeley) 2/2/91"; +/*static char sccsid[] = "from: @(#)host.c 5.12 (Berkeley) 2/2/91";*/ +static char rcsid[] = "$Id: host.c,v 1.2 1993/08/01 18:10:55 mycroft Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/netstat/if.c b/usr.bin/netstat/if.c index 4af3a8cce70..155d47dfc87 100644 --- a/usr.bin/netstat/if.c +++ b/usr.bin/netstat/if.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)if.c 5.15 (Berkeley) 3/1/91"; +/*static char sccsid[] = "from: @(#)if.c 5.15 (Berkeley) 3/1/91";*/ +static char rcsid[] = "$Id: if.c,v 1.3 1993/08/01 18:10:53 mycroft Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/netstat/inet.c b/usr.bin/netstat/inet.c index 34134273697..70c360d4d52 100644 --- a/usr.bin/netstat/inet.c +++ b/usr.bin/netstat/inet.c @@ -32,8 +32,8 @@ */ #ifndef lint -/* from: static char sccsid[] = "@(#)inet.c 5.15 (Berkeley) 6/18/90"; */ -static char rcsid[] = "$Id: inet.c,v 1.4 1993/05/20 12:03:49 cgd Exp $"; +/*static char sccsid[] = "from: @(#)inet.c 5.15 (Berkeley) 6/18/90";*/ +static char rcsid[] = "$Id: inet.c,v 1.5 1993/08/01 18:10:52 mycroft Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/netstat/iso.c b/usr.bin/netstat/iso.c index 9724a70f4e0..934c2416ee2 100644 --- a/usr.bin/netstat/iso.c +++ b/usr.bin/netstat/iso.c @@ -32,8 +32,8 @@ */ #ifndef lint -/* from: static char sccsid[] = "@(#)iso.c 5.6 (Berkeley) 4/27/91"; */ -static char rcsid[] = "$Id: iso.c,v 1.3 1993/05/20 12:03:51 cgd Exp $"; +/*static char sccsid[] = "from: @(#)iso.c 5.6 (Berkeley) 4/27/91";*/ +static char rcsid[] = "$Id: iso.c,v 1.4 1993/08/01 18:10:51 mycroft Exp $"; #endif /* not lint */ /******************************************************************************* diff --git a/usr.bin/netstat/main.c b/usr.bin/netstat/main.c index 95bc1e5d575..c2c7e0d9ff8 100644 --- a/usr.bin/netstat/main.c +++ b/usr.bin/netstat/main.c @@ -38,7 +38,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)main.c 5.23 (Berkeley) 7/1/91"; +/*static char sccsid[] = "from: @(#)main.c 5.23 (Berkeley) 7/1/91";*/ +static char rcsid[] = "$Id: main.c,v 1.2 1993/08/01 18:10:50 mycroft Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/netstat/mbuf.c b/usr.bin/netstat/mbuf.c index 36c10037145..c7b6743dd19 100644 --- a/usr.bin/netstat/mbuf.c +++ b/usr.bin/netstat/mbuf.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)mbuf.c 5.10 (Berkeley) 1/30/91"; +/*static char sccsid[] = "from: @(#)mbuf.c 5.10 (Berkeley) 1/30/91";*/ +static char rcsid[] = "$Id: mbuf.c,v 1.2 1993/08/01 18:10:50 mycroft Exp $"; #endif /* not lint */ #include <stdio.h> diff --git a/usr.bin/netstat/ns.c b/usr.bin/netstat/ns.c index d4eb1425528..2ff83bb4f39 100644 --- a/usr.bin/netstat/ns.c +++ b/usr.bin/netstat/ns.c @@ -32,8 +32,8 @@ */ #ifndef lint -/* from: static char sccsid[] = "@(#)ns.c 5.13 (Berkeley) 3/1/91"; */ -static char rcsid[] = "$Id: ns.c,v 1.3 1993/05/20 12:03:53 cgd Exp $"; +/*static char sccsid[] = "from: @(#)ns.c 5.13 (Berkeley) 3/1/91";*/ +static char rcsid[] = "$Id: ns.c,v 1.4 1993/08/01 18:10:49 mycroft Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/netstat/route.c b/usr.bin/netstat/route.c index 259a946efd3..86b6882af78 100644 --- a/usr.bin/netstat/route.c +++ b/usr.bin/netstat/route.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)route.c 5.20 (Berkeley) 11/29/90"; +/*static char sccsid[] = "from: @(#)route.c 5.20 (Berkeley) 11/29/90";*/ +static char rcsid[] = "$Id: route.c,v 1.5 1993/08/01 18:10:48 mycroft Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/netstat/unix.c b/usr.bin/netstat/unix.c index eabda4b1e6e..0e4e34520c0 100644 --- a/usr.bin/netstat/unix.c +++ b/usr.bin/netstat/unix.c @@ -32,8 +32,8 @@ */ #ifndef lint -/* from: static char sccsid[] = "@(#)unix.c 5.11 (Berkeley) 7/1/91"; */ -static char rcsid[] = "$Id: unix.c,v 1.5 1993/05/21 12:51:14 cgd Exp $"; +/*static char sccsid[] = "from: @(#)unix.c 5.11 (Berkeley) 7/1/91";*/ +static char rcsid[] = "$Id: unix.c,v 1.6 1993/08/01 18:10:46 mycroft Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/newsyslog/newsyslog.c b/usr.bin/newsyslog/newsyslog.c index 9218cb3cdd7..2dbfcfae040 100644 --- a/usr.bin/newsyslog/newsyslog.c +++ b/usr.bin/newsyslog/newsyslog.c @@ -1,7 +1,7 @@ /* * This file contains changes from the Open Software Foundation. - * The RCS history log will appear at the end of this file. - * @(#)newsyslog.c $Revision: 1.3 $ $Date: 1993/05/22 03:52:20 $ $Locker: $ + * + * $Id: newsyslog.c,v 1.4 1993/08/01 18:10:40 mycroft Exp $ */ /* @@ -27,11 +27,11 @@ provided "as is" without express or implied warranty. * keeping the a specified number of backup files around. * * $Source: /cvsroot/src/usr.bin/newsyslog/newsyslog.c,v $ - * $Author: cgd $ + * $Author: mycroft $ */ #if !defined(lint) && !defined(_NOIDENT) -static char rcsid[] = "@(#)$RCSfile: newsyslog.c,v $ $Revision: 1.3 $ (OSF) $Date: 1993/05/22 03:52:20 $"; +static char rcsid[] = "@(#)$RCSfile: newsyslog.c,v $ $Revision: 1.4 $ (OSF) $Date: 1993/08/01 18:10:40 $"; #endif #ifndef CONF @@ -572,32 +572,5 @@ char *string; } #if !defined(__SABER__) && !defined(lint) && !defined(NO_WHAT_STRINGS) -static char *what_string = "@(#)newsyslog.c\t$Revision: 1.3 $ $Date: 1993/05/22 03:52:20 $ $Locker: $"; +static char rcsid[] = "$Id: newsyslog.c,v 1.4 1993/08/01 18:10:40 mycroft Exp $"; #endif - -/* - * HISTORY - * $Log: newsyslog.c,v $ - * Revision 1.3 1993/05/22 03:52:20 cgd - * add use of "COMPRESS_POSTFIX" define, to determine what postfix - * (e.g. ".Z", ".z", etc.) to append to compressed log files. - * - * Revision 1.2 1993/05/21 14:47:30 cgd - * use the correct (or so john brezak says) copyright. - * - * Revision 1.1 1993/05/21 14:44:02 cgd - * initial import of this log-rotation program to NetBSD - * - * Revision 3.0.2.2 1993/02/06 04:14:51 brezak - * Fix up rcsid. - * [1993/02/06 04:14:03 brezak] - * - * Revision 3.0 1993/01/01 07:39:17 ede - * Initial revision for OSF/1 R1.3 - * - * Revision 1.2 1991/08/16 09:50:26 devrcs - * From John Brezak, brezak@apollo.com, originally from Project Athena - * [91/07/24 09:33:18 meissner] - * - * $EndLog$ - */ diff --git a/usr.bin/nfsstat/nfsstat.c b/usr.bin/nfsstat/nfsstat.c index cdaafcdca8f..c45c1d4d347 100644 --- a/usr.bin/nfsstat/nfsstat.c +++ b/usr.bin/nfsstat/nfsstat.c @@ -41,7 +41,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)nfsstat.c 5.9 (Berkeley) 7/1/91"; +/*static char sccsid[] = "from: @(#)nfsstat.c 5.9 (Berkeley) 7/1/91";*/ +static char rcsid[] = "$Id: nfsstat.c,v 1.2 1993/08/01 18:10:36 mycroft Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/nice/nice.c b/usr.bin/nice/nice.c index be481743210..a992a9ec657 100644 --- a/usr.bin/nice/nice.c +++ b/usr.bin/nice/nice.c @@ -38,7 +38,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)nice.c 5.4 (Berkeley) 6/1/90"; +/*static char sccsid[] = "from: @(#)nice.c 5.4 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: nice.c,v 1.3 1993/08/01 18:10:32 mycroft Exp $"; #endif /* not lint */ #include <sys/time.h> diff --git a/usr.bin/nm/nm.c b/usr.bin/nm/nm.c index e72285bafa7..501999a7781 100644 --- a/usr.bin/nm/nm.c +++ b/usr.bin/nm/nm.c @@ -41,7 +41,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)nm.c 5.8 (Berkeley) 5/2/91"; +/*static char sccsid[] = "from: @(#)nm.c 5.8 (Berkeley) 5/2/91";*/ +static char rcsid[] = "$Id: nm.c,v 1.2 1993/08/01 18:10:27 mycroft Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/nohup/nohup.c b/usr.bin/nohup/nohup.c index b38b9f69fa9..ba0a9756ae8 100644 --- a/usr.bin/nohup/nohup.c +++ b/usr.bin/nohup/nohup.c @@ -38,7 +38,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)nohup.c 5.4 (Berkeley) 6/1/90"; +/*static char sccsid[] = "from: @(#)nohup.c 5.4 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: nohup.c,v 1.4 1993/08/01 18:10:24 mycroft Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/pagesize/pagesize.c b/usr.bin/pagesize/pagesize.c index 40b9499cb4a..24ee8decd9d 100644 --- a/usr.bin/pagesize/pagesize.c +++ b/usr.bin/pagesize/pagesize.c @@ -38,8 +38,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)pagesize.c 5.4 (Berkeley) 6/1/90"; -static char rcsid[] = "$Header: /cvsroot/src/usr.bin/pagesize/Attic/pagesize.c,v 1.2 1993/07/22 16:33:32 jtc Exp $"; +/*static char sccsid[] = "from: @(#)pagesize.c 5.4 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: pagesize.c,v 1.3 1993/08/01 18:10:22 mycroft Exp $"; #endif /* not lint */ main() diff --git a/usr.bin/passwd/local_passwd.c b/usr.bin/passwd/local_passwd.c index 23a44944438..e6c4ac77eff 100644 --- a/usr.bin/passwd/local_passwd.c +++ b/usr.bin/passwd/local_passwd.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)local_passwd.c 5.5 (Berkeley) 5/6/91"; +/*static char sccsid[] = "from: @(#)local_passwd.c 5.5 (Berkeley) 5/6/91";*/ +static char rcsid[] = "$Id: local_passwd.c,v 1.5 1993/08/01 18:10:19 mycroft Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/passwd/passwd.c b/usr.bin/passwd/passwd.c index 53d37dff531..6117bb59577 100644 --- a/usr.bin/passwd/passwd.c +++ b/usr.bin/passwd/passwd.c @@ -38,7 +38,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)passwd.c 5.5 (Berkeley) 7/6/91"; +/*static char sccsid[] = "from: @(#)passwd.c 5.5 (Berkeley) 7/6/91";*/ +static char rcsid[] = "$Id: passwd.c,v 1.4 1993/08/01 18:10:20 mycroft Exp $"; #endif /* not lint */ #include <stdio.h> diff --git a/usr.bin/passwd/yp_passwd.c b/usr.bin/passwd/yp_passwd.c index 4a835b8f915..26db10a06b1 100644 --- a/usr.bin/passwd/yp_passwd.c +++ b/usr.bin/passwd/yp_passwd.c @@ -31,7 +31,8 @@ * SUCH DAMAGE. */ #ifndef lint -static char sccsid[] = "@(#)yp_passwd.c 1.0 2/2/93"; +/*static char sccsid[] = "from: @(#)yp_passwd.c 1.0 2/2/93";*/ +static char rcsid[] = "$Id: yp_passwd.c,v 1.3 1993/08/01 18:10:17 mycroft Exp $"; #endif /* not lint */ #ifdef YP diff --git a/usr.bin/paste/paste.c b/usr.bin/paste/paste.c index 83051c1a62c..014d9fb97dd 100644 --- a/usr.bin/paste/paste.c +++ b/usr.bin/paste/paste.c @@ -41,7 +41,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)paste.c 5.7 (Berkeley) 10/30/90"; +/*static char sccsid[] = "from: @(#)paste.c 5.7 (Berkeley) 10/30/90";*/ +static char rcsid[] = "$Id: paste.c,v 1.2 1993/08/01 18:10:14 mycroft Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/patch/malloc.c b/usr.bin/patch/malloc.c index 3145bd43433..de0f1ba99b6 100644 --- a/usr.bin/patch/malloc.c +++ b/usr.bin/patch/malloc.c @@ -1,5 +1,6 @@ /* - * @(#)nmalloc.c 1 (Caltech) 2/21/82 + * from: @(#)nmalloc.c 1 (Caltech) 2/21/82 + * $Id: malloc.c,v 1.2 1993/08/01 18:10:10 mycroft Exp $ * * U of M Modified: 20 Jun 1983 ACT: strange hacks for Emacs * diff --git a/usr.bin/printenv/printenv.c b/usr.bin/printenv/printenv.c index d8d007c6889..4affd92510d 100644 --- a/usr.bin/printenv/printenv.c +++ b/usr.bin/printenv/printenv.c @@ -38,7 +38,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)printenv.c 5.4 (Berkeley) 6/1/90"; +/*static char sccsid[] = "from: @(#)printenv.c 5.4 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: printenv.c,v 1.2 1993/08/01 18:10:06 mycroft Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/printf/printf.c b/usr.bin/printf/printf.c index 055ad0c9171..78628b19170 100644 --- a/usr.bin/printf/printf.c +++ b/usr.bin/printf/printf.c @@ -38,7 +38,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)printf.c 5.9 (Berkeley) 6/1/90"; +/*static char sccsid[] = "from: @(#)printf.c 5.9 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: printf.c,v 1.3 1993/08/01 18:10:03 mycroft Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/quota/quota.c b/usr.bin/quota/quota.c index f8587e927a9..7022c3e5821 100644 --- a/usr.bin/quota/quota.c +++ b/usr.bin/quota/quota.c @@ -41,7 +41,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)quota.c 5.12 (Berkeley) 9/27/90"; +/*static char sccsid[] = "from: @(#)quota.c 5.12 (Berkeley) 9/27/90";*/ +static char rcsid[] = "$Id: quota.c,v 1.2 1993/08/01 18:10:00 mycroft Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/ranlib/build.c b/usr.bin/ranlib/build.c index 6d57268ae43..205b5ad6065 100644 --- a/usr.bin/ranlib/build.c +++ b/usr.bin/ranlib/build.c @@ -35,7 +35,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)build.c 5.3 (Berkeley) 3/12/91"; +/*static char sccsid[] = "from: @(#)build.c 5.3 (Berkeley) 3/12/91";*/ +static char rcsid[] = "$Id: build.c,v 1.2 1993/08/01 18:09:57 mycroft Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/ranlib/misc.c b/usr.bin/ranlib/misc.c index 2f724fb2dbe..83e70035854 100644 --- a/usr.bin/ranlib/misc.c +++ b/usr.bin/ranlib/misc.c @@ -35,7 +35,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)misc.c 5.2 (Berkeley) 2/26/91"; +/*static char sccsid[] = "from: @(#)misc.c 5.2 (Berkeley) 2/26/91";*/ +static char rcsid[] = "$Id: misc.c,v 1.2 1993/08/01 18:09:55 mycroft Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/ranlib/pathnames.h b/usr.bin/ranlib/pathnames.h index a40a880b94e..9308c59de44 100644 --- a/usr.bin/ranlib/pathnames.h +++ b/usr.bin/ranlib/pathnames.h @@ -30,7 +30,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)pathnames.h 5.2 (Berkeley) 4/16/91 + * from: @(#)pathnames.h 5.2 (Berkeley) 4/16/91 + * $Id: pathnames.h,v 1.2 1993/08/01 18:09:56 mycroft Exp $ */ #define _PATH_RANTMP "/tmp/ranlib.XXXXXX" diff --git a/usr.bin/ranlib/ranlib.c b/usr.bin/ranlib/ranlib.c index 75635ce5a74..e0269ce5db5 100644 --- a/usr.bin/ranlib/ranlib.c +++ b/usr.bin/ranlib/ranlib.c @@ -41,7 +41,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)ranlib.c 5.6 (Berkeley) 2/26/91"; +/*static char sccsid[] = "from: @(#)ranlib.c 5.6 (Berkeley) 2/26/91";*/ +static char rcsid[] = "$Id: ranlib.c,v 1.2 1993/08/01 18:09:54 mycroft Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/ranlib/touch.c b/usr.bin/ranlib/touch.c index 6189454f4fd..ab123ad39b6 100644 --- a/usr.bin/ranlib/touch.c +++ b/usr.bin/ranlib/touch.c @@ -35,7 +35,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)touch.c 5.3 (Berkeley) 3/12/91"; +/*static char sccsid[] = "from: @(#)touch.c 5.3 (Berkeley) 3/12/91";*/ +static char rcsid[] = "$Id: touch.c,v 1.2 1993/08/01 18:09:52 mycroft Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/rdist/defs.h b/usr.bin/rdist/defs.h index 42c249ac77b..d57e08642ac 100644 --- a/usr.bin/rdist/defs.h +++ b/usr.bin/rdist/defs.h @@ -30,7 +30,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)defs.h 5.9 (Berkeley) 8/27/90 + * from: @(#)defs.h 5.9 (Berkeley) 8/27/90 + * $Id: defs.h,v 1.3 1993/08/01 18:09:48 mycroft Exp $ */ #include <sys/param.h> diff --git a/usr.bin/rdist/docmd.c b/usr.bin/rdist/docmd.c index 0422a3791e3..58c281769d0 100644 --- a/usr.bin/rdist/docmd.c +++ b/usr.bin/rdist/docmd.c @@ -1,6 +1,6 @@ /* - * Copyright (c) 1983, 1993 - * The Regents of the University of California. All rights reserved. + * Copyright (c) 1983 Regents of the University of California. + * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)docmd.c 8.1 (Berkeley) 6/9/93"; +/*static char sccsid[] = "from: @(#)docmd.c 5.8 (Berkeley) 3/1/91";*/ +static char rcsid[] = "$Id: docmd.c,v 1.2 1993/08/01 18:09:47 mycroft Exp $"; #endif /* not lint */ #include "defs.h" @@ -43,21 +44,11 @@ FILE *lfp; /* log file for recording files updated */ struct subcmd *subcmds; /* list of sub-commands for current cmd */ jmp_buf env; -static int makeconn __P((char *)); -static int okname __P((char *)); -static void closeconn __P((void)); -static void cmptime __P((char *)); -static void doarrow __P((char **, - struct namelist *, char *, struct subcmd *)); -static void dodcolon __P((char **, - struct namelist *, char *, struct subcmd *)); -static void notify __P((char *, char *, struct namelist *, time_t)); -static void rcmptime __P((struct stat *)); +void cleanup(), lostconn(); /* * Do the commands in cmds (initialized by yyparse). */ -void docmds(dhosts, argc, argv) char **dhosts; int argc; @@ -113,7 +104,6 @@ docmds(dhosts, argc, argv) /* * Process commands for sending files to other machines. */ -static void doarrow(filev, files, rhost, cmds) char **filev; struct namelist *files; @@ -194,7 +184,6 @@ done: /* * Create a connection to the rdist server on the machine rhost. */ -static int makeconn(rhost) char *rhost; { @@ -247,18 +236,18 @@ makeconn(rhost) } fflush(stdout); - seteuid(0); + setreuid(userid, 0); rem = rcmd(&rhost, port, user, ruser, buf, 0); - seteuid(userid); + setreuid(0, userid); if (rem < 0) return(0); cp = buf; if (read(rem, cp, 1) != 1) - lostconn(0); + lostconn(); if (*cp == 'V') { do { if (read(rem, cp, 1) != 1) - lostconn(0); + lostconn(); } while (*cp++ != '\n' && cp < &buf[BUFSIZ]); *--cp = '\0'; cp = buf; @@ -268,13 +257,8 @@ makeconn(rhost) if (*cp == '\0' && n == VERSION) return(1); error("connection failed: version numbers don't match (local %d, remote %d)\n", VERSION, n); - } else { + } else error("connection failed: version numbers don't match\n"); - error("got unexpected input:"); - do { - error("%c", *cp); - } while (*cp != '\n' && read(rem, cp, 1) == 1); - } closeconn(); return(0); } @@ -282,7 +266,6 @@ makeconn(rhost) /* * Signal end of previous connection. */ -static void closeconn() { if (debug) @@ -296,16 +279,14 @@ closeconn() } void -lostconn(signo) - int signo; +lostconn() { if (iamremote) - cleanup(0); + cleanup(); log(lfp, "rdist: lost connection\n"); longjmp(env, 1); } -static int okname(name) register char *name; { @@ -333,7 +314,6 @@ extern char target[], *tp; /* * Process commands for comparing files to time stamp files. */ -static void dodcolon(filev, files, stamp, cmds) char **filev; struct namelist *files; @@ -359,7 +339,7 @@ dodcolon(filev, files, stamp, cmds) return; } if (debug) - printf("%s: %ld\n", stamp, stb.st_mtime); + printf("%s: %d\n", stamp, stb.st_mtime); subcmds = cmds; lastmod = stb.st_mtime; @@ -399,7 +379,6 @@ dodcolon(filev, files, stamp, cmds) /* * Compare the mtime of file to the list of time stamps. */ -static void cmptime(name) char *name; { @@ -448,7 +427,6 @@ cmptime(name) log(tfp, "new: %s\n", name); } -static void rcmptime(st) struct stat *st; { @@ -492,15 +470,14 @@ rcmptime(st) * rhost == NULL if we are mailing a list of changes compared to at time * stamp file. */ -static void notify(file, rhost, to, lmod) char *file, *rhost; register struct namelist *to; time_t lmod; { register int fd, len; + FILE *pf, *popen(); struct stat stb; - FILE *pf; if ((options & VERIFY) || to == NULL) return; @@ -570,7 +547,6 @@ notify(file, rhost, to, lmod) /* * Return true if name is in the list. */ -int inlist(list, file) struct namelist *list; char *file; @@ -586,7 +562,6 @@ inlist(list, file) /* * Return TRUE if file is in the exception list. */ -int except(file) char *file; { @@ -605,8 +580,7 @@ except(file) return(1); continue; } - re_comp(nl->n_name); - if (re_exec(file) > 0) + if (regexec(file, regcomp(nl->n_name)) > 0) return(1); } } diff --git a/usr.bin/rdist/expand.c b/usr.bin/rdist/expand.c index 11d8def0bbf..6142ad188f6 100644 --- a/usr.bin/rdist/expand.c +++ b/usr.bin/rdist/expand.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)expand.c 5.6 (Berkeley) 6/1/90"; +/*static char sccsid[] = "from: @(#)expand.c 5.6 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: expand.c,v 1.3 1993/08/01 18:09:45 mycroft Exp $"; #endif /* not lint */ #include "defs.h" diff --git a/usr.bin/rdist/gram.y b/usr.bin/rdist/gram.y index 7f40f87738b..c20a69f30b6 100644 --- a/usr.bin/rdist/gram.y +++ b/usr.bin/rdist/gram.y @@ -1,7 +1,7 @@ %{ /* - * Copyright (c) 1983, 1993 - * The Regents of the University of California. All rights reserved. + * Copyright (c) 1983 Regents of the University of California. + * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -33,7 +33,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)gram.y 8.1 (Berkeley) 6/9/93"; +/*static char sccsid[] = "from: @(#)gram.y 5.6 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: gram.y,v 1.2 1993/08/01 18:09:44 mycroft Exp $"; #endif /* not lint */ #include "defs.h" @@ -43,8 +44,6 @@ struct cmd *last_cmd; struct namelist *last_n; struct subcmd *last_sc; -static char *makestr __P((char *)); - %} %term EQUAL 1 @@ -163,11 +162,13 @@ cmd: INSTALL options opt_namelist SM = { } | PATTERN namelist SM = { struct namelist *nl; +#ifdef nope char *cp, *re_comp(); for (nl = $2; nl != NULL; nl = nl->n_next) if ((cp = re_comp(nl->n_name)) != NULL) yyerror(cp); +#endif $1->sc_args = expand($2, E_VARS); $$ = $1; } @@ -200,7 +201,6 @@ opt_namelist: /* VOID */ = { int yylineno = 1; extern FILE *fin; -int yylex() { static char yytext[INMAX]; @@ -351,7 +351,6 @@ again: return(c); } -int any(c, str) register int c; register char *str; @@ -365,7 +364,6 @@ any(c, str) /* * Insert or append ARROW command to list of hosts to be updated. */ -void insert(label, files, hosts, subcmds) char *label; struct namelist *files, *hosts; @@ -416,7 +414,6 @@ insert(label, files, hosts, subcmds) * Append DCOLON command to the end of the command list since these are always * executed in the order they appear in the distfile. */ -void append(label, files, stamp, subcmds) char *label; struct namelist *files; @@ -445,11 +442,12 @@ append(label, files, stamp, subcmds) /* * Error printing routine in parser. */ -void yyerror(s) char *s; { - ++nerrs; + extern int yychar; + + nerrs++; fflush(stdout); fprintf(stderr, "rdist: line %d: %s\n", yylineno, s); } @@ -457,7 +455,7 @@ yyerror(s) /* * Return a copy of the string. */ -static char * +char * makestr(str) char *str; { @@ -492,9 +490,11 @@ makenl(name) * Make a sub command for lists of variables, commands, etc. */ struct subcmd * -makesubcmd(type) +makesubcmd(type, name) int type; + register char *name; { + register char *cp; register struct subcmd *sc; sc = ALLOC(subcmd); diff --git a/usr.bin/rdist/lookup.c b/usr.bin/rdist/lookup.c index 9819e68c69a..a506a52f198 100644 --- a/usr.bin/rdist/lookup.c +++ b/usr.bin/rdist/lookup.c @@ -1,6 +1,6 @@ /* - * Copyright (c) 1983, 1993 - * The Regents of the University of California. All rights reserved. + * Copyright (c) 1983 Regents of the University of California. + * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)lookup.c 8.1 (Berkeley) 6/9/93"; +/*static char sccsid[] = "from: @(#)lookup.c 5.5 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: lookup.c,v 1.2 1993/08/01 18:09:43 mycroft Exp $"; #endif /* not lint */ #include "defs.h" @@ -53,7 +54,6 @@ static struct syment *hashtab[HASHSIZE]; /* * Define a variable from a command line argument. */ -void define(name) char *name; { diff --git a/usr.bin/rdist/main.c b/usr.bin/rdist/main.c index 44b3279a265..2cac4eb572c 100644 --- a/usr.bin/rdist/main.c +++ b/usr.bin/rdist/main.c @@ -1,6 +1,6 @@ /* - * Copyright (c) 1983, 1993 - * The Regents of the University of California. All rights reserved. + * Copyright (c) 1983 Regents of the University of California. + * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -32,13 +32,14 @@ */ #ifndef lint -static char copyright[] = -"@(#) Copyright (c) 1983, 1993\n\ - The Regents of the University of California. All rights reserved.\n"; +char copyright[] = +"@(#) Copyright (c) 1983 Regents of the University of California.\n\ + All rights reserved.\n"; #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)main.c 8.1 (Berkeley) 6/9/93"; +/*static char sccsid[] = "from: @(#)main.c 5.6 (Berkeley) 8/27/90";*/ +static char rcsid[] = "$Id: main.c,v 1.2 1993/08/01 18:09:42 mycroft Exp $"; #endif /* not lint */ #include "defs.h" @@ -72,10 +73,6 @@ int groupid; /* user's group ID */ struct passwd *pw; /* pointer to static area used by getpwent */ struct group *gr; /* pointer to static area used by getgrent */ -static void usage __P((void)); -static void docmdargs __P((int, char *[])); - -int main(argc, argv) int argc; char *argv[]; @@ -189,7 +186,7 @@ main(argc, argv) } *hp = NULL; - seteuid(userid); + setreuid(0, userid); mktemp(tempfile); if (iamremote) { @@ -219,7 +216,6 @@ main(argc, argv) exit(nerrs != 0); } -static void usage() { printf("Usage: rdist [-nqbhirvwyD] [-f distfile] [-d var=value] [-m host] [file ...]\n"); @@ -230,7 +226,6 @@ usage() /* * rcp like interface for distributing files. */ -static void docmdargs(nargs, args) int nargs; char *args[]; @@ -286,7 +281,6 @@ docmdargs(nargs, args) /* * Print a list of NAME blocks (mostly for debugging). */ -void prnames(nl) register struct namelist *nl; { @@ -298,30 +292,13 @@ prnames(nl) printf(")\n"); } -#if __STDC__ -#include <stdarg.h> -#else -#include <varargs.h> -#endif - -void -#if __STDC__ -warn(const char *fmt, ...) -#else -warn(fmt, va_alist) +/*VARARGS*/ +warn(fmt, a1, a2,a3) char *fmt; - va_dcl -#endif { extern int yylineno; - va_list ap; -#if __STDC__ - va_start(ap, fmt); -#else - va_start(ap); -#endif - (void)fprintf(stderr, "rdist: line %d: Warning: ", yylineno); - (void)vfprintf(stderr, fmt, ap); - (void)fprintf(stderr, "\n"); - va_end(ap); + + fprintf(stderr, "rdist: line %d: Warning: ", yylineno); + fprintf(stderr, fmt, a1, a2, a3); + fputc('\n', stderr); } diff --git a/usr.bin/rdist/pathnames.h b/usr.bin/rdist/pathnames.h index 2e1b067840d..de47ab5df59 100644 --- a/usr.bin/rdist/pathnames.h +++ b/usr.bin/rdist/pathnames.h @@ -1,6 +1,6 @@ /* - * Copyright (c) 1989, 1993 - * The Regents of the University of California. All rights reserved. + * Copyright (c) 1989 The Regents of the University of California. + * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -30,7 +30,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)pathnames.h 8.1 (Berkeley) 6/9/93 + * from: @(#)pathnames.h 5.4 (Berkeley) 8/27/90 + * $Id: pathnames.h,v 1.2 1993/08/01 18:09:48 mycroft Exp $ */ #include <paths.h> diff --git a/usr.bin/rdist/server.c b/usr.bin/rdist/server.c index aa33936fc4b..68470e4425b 100644 --- a/usr.bin/rdist/server.c +++ b/usr.bin/rdist/server.c @@ -1,6 +1,6 @@ /* - * Copyright (c) 1983, 1993 - * The Regents of the University of California. All rights reserved. + * Copyright (c) 1983 Regents of the University of California. + * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -32,10 +32,10 @@ */ #ifndef lint -static char sccsid[] = "@(#)server.c 8.1 (Berkeley) 6/9/93"; +/*static char sccsid[] = "from: @(#)server.c 5.15 (Berkeley) 3/1/91";*/ +static char rcsid[] = "$Id: server.c,v 1.2 1993/08/01 18:09:40 mycroft Exp $"; #endif /* not lint */ -#include <sys/wait.h> #include "defs.h" #define ack() (void) write(rem, "\0\n", 2) @@ -52,22 +52,8 @@ int oumask; /* old umask for creating files */ extern FILE *lfp; /* log file for mailing changes */ -static int chkparent __P((char *)); -static void clean __P((char *)); -static void comment __P((char *)); -static void dospecial __P((char *)); -static int fchog __P((int, char *, char *, char *, int)); -static void hardlink __P((char *)); -static void note __P((const char *, ...)); -static void query __P((char *)); -static void recvf __P((char *, int)); -static void removeit __P((struct stat *)); -static int response __P((void)); -static void rmchk __P((int)); -static struct linkbuf * - savelink __P((struct stat *)); -static void sendf __P((char *, int)); -static int update __P((char *, int, struct stat *)); +void cleanup(); +struct linkbuf *savelink(); /* * Server routine to read requests and process them. @@ -76,7 +62,6 @@ static int update __P((char *, int, struct stat *)); * Vname - Verify if file out of date or not * Qname - Query if file exists. Return mtime & size if it does. */ -void server() { char cmdbuf[BUFSIZ]; @@ -103,7 +88,7 @@ server() } do { if (read(rem, cp, 1) != 1) - cleanup(0); + cleanup(); } while (*cp++ != '\n' && cp < &cmdbuf[BUFSIZ]); *--cp = '\0'; cp = cmdbuf; @@ -225,7 +210,6 @@ server() * destdir = 1 if destination should be a directory * (i.e., more than one source is being copied to the same destination). */ -void install(src, dest, destdir, opts) char *src, *dest; int destdir, opts; @@ -296,7 +280,6 @@ install(src, dest, destdir, opts) * Transfer the file or directory in target[]. * rname is the name of the file on the remote host. */ -static void sendf(rname, opts) char *rname; int opts; @@ -331,14 +314,14 @@ sendf(rname, opts) log(lfp, "%s: no password entry for uid %d \n", target, stb.st_uid); pw = NULL; - (void)sprintf(user, ":%lu", stb.st_uid); + sprintf(user, ":%d", stb.st_uid); } if (gr == NULL || gr->gr_gid != stb.st_gid) if ((gr = getgrgid(stb.st_gid)) == NULL) { log(lfp, "%s: no name for group %d\n", target, stb.st_gid); gr = NULL; - (void)sprintf(group, ":%lu", stb.st_gid); + sprintf(group, ":%d", stb.st_gid); } if (u == 1) { if (opts & VERIFY) { @@ -415,7 +398,7 @@ sendf(rname, opts) return; } } - (void) sprintf(buf, "K%o %o %qd %ld %s %s %s\n", opts, + (void) sprintf(buf, "K%o %o %ld %ld %s %s %s\n", opts, stb.st_mode & 07777, stb.st_size, stb.st_mtime, protoname(), protogroup(), rname); if (debug) @@ -464,11 +447,11 @@ sendf(rname, opts) } } - if ((f = open(target, O_RDONLY, 0)) < 0) { + if ((f = open(target, 0)) < 0) { error("%s: %s\n", target, strerror(errno)); return; } - (void) sprintf(buf, "R%o %o %qd %ld %s %s %s\n", opts, + (void) sprintf(buf, "R%o %o %ld %ld %s %s %s\n", opts, stb.st_mode & 07777, stb.st_size, stb.st_mtime, protoname(), protogroup(), rname); if (debug) @@ -515,11 +498,12 @@ dospecial: } } -static struct linkbuf * +struct linkbuf * savelink(stp) struct stat *stp; { struct linkbuf *lp; + int found = 0; for (lp = ihead; lp != NULL; lp = lp->nextp) if (lp->inum == stp->st_ino && lp->devnum == stp->st_dev) { @@ -549,7 +533,6 @@ savelink(stp) * Returns 0 if no update, 1 if remote doesn't exist, 2 if out of date * and 3 if comparing binaries to determine if out of date. */ -static int update(rname, opts, stp) char *rname; int opts; @@ -573,7 +556,7 @@ again: cp = s = buf; do { if (read(rem, cp, 1) != 1) - lostconn(0); + lostconn(); } while (*cp++ != '\n' && cp < &buf[BUFSIZ]); switch (*s++) { @@ -649,7 +632,6 @@ again: * Y\n - exists and its a directory or symbolic link * ^Aerror message\n */ -static void query(name) char *name; { @@ -669,7 +651,7 @@ query(name) switch (stb.st_mode & S_IFMT) { case S_IFREG: - (void) sprintf(buf, "Y%qd %ld\n", stb.st_size, stb.st_mtime); + (void) sprintf(buf, "Y%ld %ld\n", stb.st_size, stb.st_mtime); (void) write(rem, buf, strlen(buf)); break; @@ -685,7 +667,6 @@ query(name) *tp = '\0'; } -static void recvf(cmd, type) char *cmd; int type; @@ -779,7 +760,7 @@ recvf(cmd, type) errno = ENOTDIR; } else if (errno == ENOENT && (mkdir(target, mode) == 0 || chkparent(target) == 0 && mkdir(target, mode) == 0)) { - if (fchog(-1, target, owner, group, mode) == 0) + if (chog(target, owner, group, mode) == 0) ack(); return; } @@ -809,7 +790,7 @@ recvf(cmd, type) cp = buf; for (i = 0; i < size; i += j) { if ((j = read(rem, cp, size - i)) <= 0) - cleanup(0); + cleanup(); cp += j; } *cp = '\0'; @@ -820,7 +801,7 @@ recvf(cmd, type) if (symlink(buf, new) < 0) { if (errno != ENOENT || chkparent(new) < 0 || symlink(buf, new) < 0) - goto badnew1; + goto badn; } mode &= 0777; if (opts & COMPARE) { @@ -841,7 +822,7 @@ recvf(cmd, type) if ((f = creat(new, mode)) < 0) { if (errno != ENOENT || chkparent(new) < 0 || (f = creat(new, mode)) < 0) - goto badnew1; + goto badn; } ack(); @@ -858,7 +839,7 @@ recvf(cmd, type) if (j <= 0) { (void) close(f); (void) unlink(new); - cleanup(0); + cleanup(); } amt -= j; cp += j; @@ -871,62 +852,70 @@ recvf(cmd, type) wrerr++; } } + (void) close(f); if (response() < 0) { err(); - goto badnew2; + (void) unlink(new); + return; + } + if (wrerr) { + error("%s:%s: %s\n", host, new, strerror(errno)); + (void) unlink(new); + return; } - if (wrerr) - goto badnew1; if (opts & COMPARE) { FILE *f1, *f2; int c; if ((f1 = fopen(target, "r")) == NULL) - goto badtarget; + goto badt; if ((f2 = fopen(new, "r")) == NULL) { -badnew1: error("%s:%s: %s\n", host, new, strerror(errno)); - goto badnew2; + badn: + error("%s:%s: %s\n", host, new, strerror(errno)); + (void) unlink(new); + return; } while ((c = getc(f1)) == getc(f2)) if (c == EOF) { (void) fclose(f1); (void) fclose(f2); + (void) unlink(new); ack(); - goto badnew2; + return; } (void) fclose(f1); (void) fclose(f2); if (opts & VERIFY) { -differ: buf[0] = '\0'; + differ: + (void) unlink(new); + buf[0] = '\0'; (void) sprintf(buf + 1, "need to update: %s\n",target); (void) write(rem, buf, strlen(buf + 1) + 1); - goto badnew2; + return; } } /* * Set last modified time */ - tvp[0].tv_sec = time(0); + tvp[0].tv_sec = stb.st_atime; /* old atime from target */ tvp[0].tv_usec = 0; tvp[1].tv_sec = mtime; tvp[1].tv_usec = 0; - if (utimes(new, tvp) < 0) - note("%s: utimes failed %s: %s\n", host, new, strerror(errno)); - - if (fchog(f, new, owner, group, mode) < 0) { -badnew2: (void) close(f); + if (utimes(new, tvp) < 0) { + note("%s:utimes failed %s: %s\n", host, new, strerror(errno)); + } + if (chog(new, owner, group, mode) < 0) { (void) unlink(new); return; } - (void) close(f); - -fixup: if (rename(new, target) < 0) { -badtarget: error("%s:%s: %s\n", host, target, strerror(errno)); +fixup: + if (rename(new, target) < 0) { +badt: + error("%s:%s: %s\n", host, target, strerror(errno)); (void) unlink(new); return; } - if (opts & COMPARE) { buf[0] = '\0'; (void) sprintf(buf + 1, "updated %s\n", target); @@ -938,7 +927,6 @@ badtarget: error("%s:%s: %s\n", host, target, strerror(errno)); /* * Creat a hard link to existing file. */ -static void hardlink(cmd) char *cmd; { @@ -996,7 +984,6 @@ hardlink(cmd) /* * Check to see if parent directory exists and create one if not. */ -static int chkparent(name) char *name; { @@ -1024,9 +1011,7 @@ chkparent(name) /* * Change owner, group and mode of file. */ -static int -fchog(fd, file, owner, group, mode) - int fd; +chog(file, owner, group, mode) char *file, *owner, *group; int mode; { @@ -1076,11 +1061,16 @@ fchog(fd, file, owner, group, mode) mode &= ~02000; gid = -1; } -ok: if (fd != -1 && fchown(fd, uid, gid) < 0 || chown(file, uid, gid) < 0) - note("%s: %s chown: %s", host, file, strerror(errno)); - else if (mode & 07000 && - (fd != -1 && fchmod(fd, mode) < 0 || chmod(file, mode) < 0)) - note("%s: %s chmod: %s", host, file, strerror(errno)); +ok: + if (userid) + setreuid(userid, 0); + if (chown(file, uid, gid) < 0 || + (mode & 07000) && chmod(file, mode) < 0) { + note("%s: chown or chmod failed: file %s: %s", + host, file, strerror(errno)); + } + if (userid) + setreuid(0, userid); return(0); } @@ -1088,7 +1078,6 @@ ok: if (fd != -1 && fchown(fd, uid, gid) < 0 || chown(file, uid, gid) < 0) * Check for files on the machine being updated that are not on the master * machine and remove them. */ -static void rmchk(opts) int opts; { @@ -1111,7 +1100,7 @@ rmchk(opts) cp = s = buf; do { if (read(rem, cp, 1) != 1) - lostconn(0); + lostconn(); } while (*cp++ != '\n' && cp < &buf[BUFSIZ]); switch (*s++) { @@ -1156,7 +1145,7 @@ rmchk(opts) (void) fwrite(s, 1, cp - s, lfp); } if (buf[0] == '\2') - lostconn(0); + lostconn(); break; default: @@ -1170,7 +1159,6 @@ rmchk(opts) * Check the current directory (initialized by the 'T' command to server()) * for extraneous files and remove them. */ -static void clean(cp) register char *cp; { @@ -1218,7 +1206,7 @@ clean(cp) cp = buf; do { if (read(rem, cp, 1) != 1) - cleanup(0); + cleanup(); } while (*cp++ != '\n' && cp < &buf[BUFSIZ]); *--cp = '\0'; cp = buf; @@ -1243,7 +1231,6 @@ clean(cp) * Remove a file or directory (recursively) and send back an acknowledge * or an error message. */ -static void removeit(stp) struct stat *stp; { @@ -1312,7 +1299,6 @@ removed: /* * Execute a shell command to handle special cases. */ -static void dospecial(cmd) char *cmd; { @@ -1380,117 +1366,78 @@ dospecial(cmd) ack(); } -#if __STDC__ -#include <stdarg.h> -#else -#include <varargs.h> -#endif - -void -#if __STDC__ -log(FILE *fp, const char *fmt, ...) -#else -log(fp, fmt, va_alist) +/*VARARGS2*/ +log(fp, fmt, a1, a2, a3) FILE *fp; char *fmt; - va_dcl -#endif + int a1, a2, a3; { - va_list ap; -#if __STDC__ - va_start(ap, fmt); -#else - va_start(ap); -#endif /* Print changes locally if not quiet mode */ if (!qflag) - (void)vprintf(fmt, ap); + printf(fmt, a1, a2, a3); /* Save changes (for mailing) if really updating files */ if (!(options & VERIFY) && fp != NULL) - (void)vfprintf(fp, fmt, ap); - va_end(ap); + fprintf(fp, fmt, a1, a2, a3); } -void -#if __STDC__ -error(const char *fmt, ...) -#else -error(fmt, va_alist) +/*VARARGS1*/ +error(fmt, a1, a2, a3) char *fmt; - va_dcl -#endif + int a1, a2, a3; { static FILE *fp; - va_list ap; -#if __STDC__ - va_start(ap, fmt); -#else - va_start(ap); -#endif ++nerrs; if (!fp && !(fp = fdopen(rem, "w"))) return; if (iamremote) { (void)fprintf(fp, "%crdist: ", 0x01); - (void)vfprintf(fp, fmt, ap); + (void)fprintf(fp, fmt, a1, a2, a3); fflush(fp); } else { fflush(stdout); (void)fprintf(stderr, "rdist: "); - (void)vfprintf(stderr, fmt, ap); + (void)fprintf(stderr, fmt, a1, a2, a3); fflush(stderr); } if (lfp != NULL) { (void)fprintf(lfp, "rdist: "); - (void)vfprintf(lfp, fmt, ap); + (void)fprintf(lfp, fmt, a1, a2, a3); fflush(lfp); } - va_end(ap); } -void -#if __STDC__ -fatal(const char *fmt, ...) -#else -fatal(fmt, va_alist) +/*VARARGS1*/ +fatal(fmt, a1, a2,a3) char *fmt; - va_dcl -#endif + int a1, a2, a3; { static FILE *fp; - va_list ap; -#if __STDC__ - va_start(ap, fmt); -#else - va_start(ap); -#endif ++nerrs; if (!fp && !(fp = fdopen(rem, "w"))) return; if (iamremote) { (void)fprintf(fp, "%crdist: ", 0x02); - (void)vfprintf(fp, fmt, ap); + (void)fprintf(fp, fmt, a1, a2, a3); fflush(fp); } else { fflush(stdout); (void)fprintf(stderr, "rdist: "); - (void)vfprintf(stderr, fmt, ap); + (void)fprintf(stderr, fmt, a1, a2, a3); fflush(stderr); } if (lfp != NULL) { (void)fprintf(lfp, "rdist: "); - (void)vfprintf(lfp, fmt, ap); + (void)fprintf(lfp, fmt, a1, a2, a3); fflush(lfp); } - cleanup(0); + cleanup(); } -static int response() { char *cp, *s; @@ -1502,7 +1449,7 @@ response() cp = s = resp; do { if (read(rem, cp, 1) != 1) - lostconn(0); + lostconn(); } while (*cp++ != '\n' && cp < &resp[BUFSIZ]); switch (*s++) { @@ -1533,7 +1480,7 @@ response() (void) fwrite(s, 1, cp - s, lfp); } if (resp[0] == '\2') - lostconn(0); + lostconn(); return(-1); } } @@ -1542,41 +1489,25 @@ response() * Remove temporary files and do any cleanup operations before exiting. */ void -cleanup(signo) - int signo; +cleanup() { (void) unlink(tempfile); exit(1); } -static void -#if __STDC__ -note(const char *fmt, ...) -#else -note(fmt, va_alist) +note(fmt, a1, a2, a3) char *fmt; - va_dcl -#endif + int a1, a2, a3; { static char buf[BUFSIZ]; - va_list ap; -#if __STDC__ - va_start(ap, fmt); -#else - va_start(ap); -#endif - (void)vsnprintf(buf, sizeof(buf), fmt, ap); - va_end(ap); + sprintf(buf, fmt, a1, a2, a3); comment(buf); } -static void comment(s) - char *s; +char *s; { - char c; - - c = '\3'; + char c = '\3'; write(rem, &c, 1); write(rem, s, strlen(s)); c = '\n'; diff --git a/usr.bin/renice/renice.c b/usr.bin/renice/renice.c index 1e5fd4df4ee..ec3051595fd 100644 --- a/usr.bin/renice/renice.c +++ b/usr.bin/renice/renice.c @@ -38,7 +38,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)renice.c 5.3 (Berkeley) 6/1/90"; +/*static char sccsid[] = "from: @(#)renice.c 5.3 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: renice.c,v 1.2 1993/08/01 18:09:34 mycroft Exp $"; #endif /* not lint */ #include <sys/time.h> diff --git a/usr.bin/rev/rev.c b/usr.bin/rev/rev.c index bdbf3f4bcab..a2c45921c27 100644 --- a/usr.bin/rev/rev.c +++ b/usr.bin/rev/rev.c @@ -38,7 +38,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)rev.c 5.2 (Berkeley) 3/21/92"; +/*static char sccsid[] = "from: @(#)rev.c 5.2 (Berkeley) 3/21/92";*/ +static char rcsid[] = "$Id: rev.c,v 1.2 1993/08/01 18:09:32 mycroft Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/rlogin/rlogin.c b/usr.bin/rlogin/rlogin.c index 58e3b5cd2ae..034feddb18f 100644 --- a/usr.bin/rlogin/rlogin.c +++ b/usr.bin/rlogin/rlogin.c @@ -38,7 +38,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)rlogin.c 5.33 (Berkeley) 3/1/91"; +/*static char sccsid[] = "from: @(#)rlogin.c 5.33 (Berkeley) 3/1/91";*/ +static char rcsid[] = "$Id: rlogin.c,v 1.2 1993/08/01 18:09:30 mycroft Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/rpcgen/rpc_clntout.c b/usr.bin/rpcgen/rpc_clntout.c index c05391306f6..bb92ccde68c 100644 --- a/usr.bin/rpcgen/rpc_clntout.c +++ b/usr.bin/rpcgen/rpc_clntout.c @@ -28,7 +28,8 @@ * Mountain View, California 94043 */ #ifndef lint -static char sccsid[] = "@(#)rpc_clntout.c 1.2 87/06/24 (C) 1987 SMI"; +/*static char sccsid[] = "from: @(#)rpc_clntout.c 1.2 87/06/24 (C) 1987 SMI";*/ +static char rcsid[] = "$Id: rpc_clntout.c,v 1.2 1993/08/01 18:09:23 mycroft Exp $"; #endif /* diff --git a/usr.bin/rpcgen/rpc_cout.c b/usr.bin/rpcgen/rpc_cout.c index 6ce80ee0dac..1e9586d4c6f 100644 --- a/usr.bin/rpcgen/rpc_cout.c +++ b/usr.bin/rpcgen/rpc_cout.c @@ -28,7 +28,8 @@ * Mountain View, California 94043 */ #ifndef lint -static char sccsid[] = "@(#)rpc_cout.c 1.8 87/06/24 (C) 1987 SMI"; +/*static char sccsid[] = "from: @(#)rpc_cout.c 1.8 87/06/24 (C) 1987 SMI";*/ +static char rcsid[] = "$Id: rpc_cout.c,v 1.3 1993/08/01 18:09:22 mycroft Exp $"; #endif /* diff --git a/usr.bin/rpcgen/rpc_hout.c b/usr.bin/rpcgen/rpc_hout.c index 6f247feed5f..567cdc9b5d3 100644 --- a/usr.bin/rpcgen/rpc_hout.c +++ b/usr.bin/rpcgen/rpc_hout.c @@ -28,7 +28,8 @@ * Mountain View, California 94043 */ #ifndef lint -static char sccsid[] = "@(#)rpc_hout.c 1.6 87/07/28 (C) 1987 SMI"; +/*static char sccsid[] = "from: @(#)rpc_hout.c 1.6 87/07/28 (C) 1987 SMI";*/ +static char rcsid[] = "$Id: rpc_hout.c,v 1.3 1993/08/01 18:09:21 mycroft Exp $"; #endif static int pconstdef(), pstructdef(), puniondef(), pdefine(), pprogramdef(), diff --git a/usr.bin/rpcgen/rpc_main.c b/usr.bin/rpcgen/rpc_main.c index bbd7bc9ecc4..10689cefaa6 100644 --- a/usr.bin/rpcgen/rpc_main.c +++ b/usr.bin/rpcgen/rpc_main.c @@ -28,7 +28,8 @@ * Mountain View, California 94043 */ #ifndef lint -static char sccsid[] = "@(#)rpc_main.c 1.7 87/06/24 (C) 1987 SMI"; +/*static char sccsid[] = "from: @(#)rpc_main.c 1.7 87/06/24 (C) 1987 SMI";*/ +static char rcsid[] = "$Id: rpc_main.c,v 1.4 1993/08/01 18:09:20 mycroft Exp $"; #endif /* diff --git a/usr.bin/rpcgen/rpc_parse.c b/usr.bin/rpcgen/rpc_parse.c index dbe84f58e54..b1ef10ce9e5 100644 --- a/usr.bin/rpcgen/rpc_parse.c +++ b/usr.bin/rpcgen/rpc_parse.c @@ -28,7 +28,8 @@ * Mountain View, California 94043 */ #ifndef lint -static char sccsid[] = "@(#)rpc_parse.c 1.4 87/04/28 (C) 1987 SMI"; +/*static char sccsid[] = "from: @(#)rpc_parse.c 1.4 87/04/28 (C) 1987 SMI";*/ +static char rcsid[] = "$Id: rpc_parse.c,v 1.3 1993/08/01 18:09:19 mycroft Exp $"; #endif /* diff --git a/usr.bin/rpcgen/rpc_parse.h b/usr.bin/rpcgen/rpc_parse.h index b53cc56ff83..2cb13a7ba03 100644 --- a/usr.bin/rpcgen/rpc_parse.h +++ b/usr.bin/rpcgen/rpc_parse.h @@ -25,8 +25,10 @@ * Sun Microsystems, Inc. * 2550 Garcia Avenue * Mountain View, California 94043 + * + * from: @(#)rpc_parse.h 1.3 87/03/09 (C) 1987 SMI + * $Id: rpc_parse.h,v 1.2 1993/08/01 18:09:25 mycroft Exp $ */ -/* @(#)rpc_parse.h 1.3 87/03/09 (C) 1987 SMI */ /* * rpc_parse.h, Definitions for the RPCL parser diff --git a/usr.bin/rpcgen/rpc_scan.c b/usr.bin/rpcgen/rpc_scan.c index 0e18514c5a2..dc440fed472 100644 --- a/usr.bin/rpcgen/rpc_scan.c +++ b/usr.bin/rpcgen/rpc_scan.c @@ -28,7 +28,8 @@ * Mountain View, California 94043 */ #ifndef lint -static char sccsid[] = "@(#)rpc_scan.c 1.6 87/06/24 (C) 1987 SMI"; +/*static char sccsid[] = "from: @(#)rpc_scan.c 1.6 87/06/24 (C) 1987 SMI";*/ +static char rcsid[] = "$Id: rpc_scan.c,v 1.3 1993/08/01 18:09:18 mycroft Exp $"; #endif /* diff --git a/usr.bin/rpcgen/rpc_scan.h b/usr.bin/rpcgen/rpc_scan.h index ad243d59c15..3c7fbc492a5 100644 --- a/usr.bin/rpcgen/rpc_scan.h +++ b/usr.bin/rpcgen/rpc_scan.h @@ -1,4 +1,3 @@ -/* @(#)rpc_scan.h 2.1 88/08/01 4.0 RPCSRC */ /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for * unrestricted use provided that this legend is included on all tape @@ -26,8 +25,11 @@ * Sun Microsystems, Inc. * 2550 Garcia Avenue * Mountain View, California 94043 + * + * from: @(#)rpc_scan.h 1.3 87/03/09 (C) 1987 SMI + * from: @(#)rpc_scan.h 2.1 88/08/01 4.0 RPCSRC + * $Id: rpc_scan.h,v 1.2 1993/08/01 18:09:26 mycroft Exp $ */ -/* @(#)rpc_scan.h 1.3 87/03/09 (C) 1987 SMI */ /* * rpc_scan.h, Definitions for the RPCL scanner diff --git a/usr.bin/rpcgen/rpc_svcout.c b/usr.bin/rpcgen/rpc_svcout.c index bc2a65dec96..90d2221bc0a 100644 --- a/usr.bin/rpcgen/rpc_svcout.c +++ b/usr.bin/rpcgen/rpc_svcout.c @@ -28,7 +28,8 @@ * Mountain View, California 94043 */ #ifndef lint -static char sccsid[] = "@(#)rpc_svcout.c 1.6 87/06/24 (C) 1987 SMI"; +/*static char sccsid[] = "from: @(#)rpc_svcout.c 1.6 87/06/24 (C) 1987 SMI";*/ +static char rcsid[] = "$Id: rpc_svcout.c,v 1.3 1993/08/01 18:09:17 mycroft Exp $"; #endif /* diff --git a/usr.bin/rpcgen/rpc_util.c b/usr.bin/rpcgen/rpc_util.c index 3db1c15550c..a9714fdea0d 100644 --- a/usr.bin/rpcgen/rpc_util.c +++ b/usr.bin/rpcgen/rpc_util.c @@ -28,7 +28,8 @@ * Mountain View, California 94043 */ #ifndef lint -static char sccsid[] = "@(#)rpc_util.c 1.5 87/06/24 (C) 1987 SMI"; +/*static char sccsid[] = "from: @(#)rpc_util.c 1.5 87/06/24 (C) 1987 SMI";*/ +static char rcsid[] = "$Id: rpc_util.c,v 1.3 1993/08/01 18:09:15 mycroft Exp $"; #endif /* diff --git a/usr.bin/rpcgen/rpc_util.h b/usr.bin/rpcgen/rpc_util.h index e946e7a3ee1..dfdb54985fe 100644 --- a/usr.bin/rpcgen/rpc_util.h +++ b/usr.bin/rpcgen/rpc_util.h @@ -1,4 +1,3 @@ -/* @(#)rpc_util.h 2.1 88/08/01 4.0 RPCSRC */ /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for * unrestricted use provided that this legend is included on all tape @@ -26,8 +25,11 @@ * Sun Microsystems, Inc. * 2550 Garcia Avenue * Mountain View, California 94043 + * + * from: @(#)rpc_util.h 1.6 87/06/24 (C) 1987 SMI + * from: @(#)rpc_util.h 2.1 88/08/01 4.0 RPCSRC + * $Id: rpc_util.h,v 1.2 1993/08/01 18:09:24 mycroft Exp $ */ -/* @(#)rpc_util.h 1.6 87/06/24 (C) 1987 SMI */ /* * rpc_util.h, Useful definitions for the RPC protocol compiler diff --git a/usr.bin/rpcinfo/rpcinfo.c b/usr.bin/rpcinfo/rpcinfo.c index 760c0ec55c1..889919f29a3 100644 --- a/usr.bin/rpcinfo/rpcinfo.c +++ b/usr.bin/rpcinfo/rpcinfo.c @@ -1,6 +1,7 @@ -/* @(#)rpcinfo.c 2.2 88/08/11 4.0 RPCSRC */ #ifndef lint -static char sccsid[] = "@(#)rpcinfo.c 1.22 87/08/12 SMI"; +/*static char sccsid[] = "from: @(#)rpcinfo.c 1.22 87/08/12 SMI";*/ +/*static char sccsid[] = "from: @(#)rpcinfo.c 2.2 88/08/11 4.0 RPCSRC";*/ +static char rcsid[] = "$Id: rpcinfo.c,v 1.3 1993/08/01 18:09:11 mycroft Exp $"; #endif /* diff --git a/usr.bin/rsh/pathnames.h b/usr.bin/rsh/pathnames.h index c6bbc706ddb..ec20c8a15fa 100644 --- a/usr.bin/rsh/pathnames.h +++ b/usr.bin/rsh/pathnames.h @@ -30,7 +30,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)pathnames.h 5.2 (Berkeley) 4/9/90 + * from: @(#)pathnames.h 5.2 (Berkeley) 4/9/90 + * $Id: pathnames.h,v 1.2 1993/08/01 18:09:06 mycroft Exp $ */ #define _PATH_RLOGIN "/usr/bin/rlogin" diff --git a/usr.bin/rsh/rsh.c b/usr.bin/rsh/rsh.c index 7403b56dcc9..019f181adc1 100644 --- a/usr.bin/rsh/rsh.c +++ b/usr.bin/rsh/rsh.c @@ -38,12 +38,13 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)rsh.c 5.24 (Berkeley) 7/1/91"; +/*static char sccsid[] = "from: @(#)rsh.c 5.24 (Berkeley) 7/1/91";*/ +static char rcsid[] = "$Id: rsh.c,v 1.2 1993/08/01 18:09:05 mycroft Exp $"; #endif /* not lint */ /* * $Source: /cvsroot/src/usr.bin/rsh/rsh.c,v $ - * $Header: /cvsroot/src/usr.bin/rsh/rsh.c,v 1.1.1.1 1993/03/21 09:45:37 cgd Exp $ + * $Header: /cvsroot/src/usr.bin/rsh/rsh.c,v 1.2 1993/08/01 18:09:05 mycroft Exp $ */ #include <sys/types.h> diff --git a/usr.bin/ruptime/ruptime.c b/usr.bin/ruptime/ruptime.c index 6b580556798..b092936f176 100644 --- a/usr.bin/ruptime/ruptime.c +++ b/usr.bin/ruptime/ruptime.c @@ -38,7 +38,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)ruptime.c 5.8 (Berkeley) 7/21/90"; +/*static char sccsid[] = "from: @(#)ruptime.c 5.8 (Berkeley) 7/21/90";*/ +static char rcsid[] = "$Id: ruptime.c,v 1.2 1993/08/01 18:09:01 mycroft Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/rwall/rwall.c b/usr.bin/rwall/rwall.c index 55c3f4e707f..b3cde1f9ed2 100644 --- a/usr.bin/rwall/rwall.c +++ b/usr.bin/rwall/rwall.c @@ -39,8 +39,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)wall.c 5.14 (Berkeley) 3/2/91"; -static char rcsid[] = "/b/source/CVS/src/usr.bin/rwall/rwall.c,v 1.2 1993/04/26 14:43:24 mycroft Exp"; +/*static char sccsid[] = "from: @(#)wall.c 5.14 (Berkeley) 3/2/91";*/ +static char rcsid[] = "$Id: rwall.c,v 1.4 1993/08/01 18:08:48 mycroft Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/rwho/rwho.c b/usr.bin/rwho/rwho.c index a74434080a0..fb60ba3e0dd 100644 --- a/usr.bin/rwho/rwho.c +++ b/usr.bin/rwho/rwho.c @@ -38,7 +38,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)rwho.c 5.5 (Berkeley) 6/1/90"; +/*static char sccsid[] = "from: @(#)rwho.c 5.5 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: rwho.c,v 1.2 1993/08/01 18:08:45 mycroft Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/sccs/pathnames.h b/usr.bin/sccs/pathnames.h index 5510033619d..56cd94399a7 100644 --- a/usr.bin/sccs/pathnames.h +++ b/usr.bin/sccs/pathnames.h @@ -30,7 +30,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)pathnames.h 5.6 (Berkeley) 3/4/91 + * from: @(#)pathnames.h 5.6 (Berkeley) 3/4/91 + * $Id: pathnames.h,v 1.2 1993/08/01 18:08:41 mycroft Exp $ */ #include <paths.h> diff --git a/usr.bin/sccs/sccs.c b/usr.bin/sccs/sccs.c index d244092c043..bde0413df22 100644 --- a/usr.bin/sccs/sccs.c +++ b/usr.bin/sccs/sccs.c @@ -38,7 +38,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)sccs.c 5.11 (Berkeley) 3/4/91"; +/*static char sccsid[] = "from: @(#)sccs.c 5.11 (Berkeley) 3/4/91";*/ +static char rcsid[] = "$Id: sccs.c,v 1.2 1993/08/01 18:08:39 mycroft Exp $"; #endif /* not lint */ #include <sys/cdefs.h> diff --git a/usr.bin/script/script.c b/usr.bin/script/script.c index 6857b22fbb7..30be0f2098e 100644 --- a/usr.bin/script/script.c +++ b/usr.bin/script/script.c @@ -38,7 +38,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)script.c 5.13 (Berkeley) 3/5/91"; +/*static char sccsid[] = "from: @(#)script.c 5.13 (Berkeley) 3/5/91";*/ +static char rcsid[] = "$Id: script.c,v 1.2 1993/08/01 18:08:35 mycroft Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/sed/compile.c b/usr.bin/sed/compile.c index a7a37cc1fea..eb58c4e1ecd 100644 --- a/usr.bin/sed/compile.c +++ b/usr.bin/sed/compile.c @@ -36,7 +36,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)compile.c 5.6 (Berkeley) 11/2/92"; +/*static char sccsid[] = "from: @(#)compile.c 5.6 (Berkeley) 11/2/92";*/ +static char rcsid[] = "$Id: compile.c,v 1.4 1993/08/01 18:08:55 mycroft Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/sed/defs.h b/usr.bin/sed/defs.h index 948ba445481..9909dc4579e 100644 --- a/usr.bin/sed/defs.h +++ b/usr.bin/sed/defs.h @@ -34,7 +34,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)defs.h 5.3 (Berkeley) 8/28/92 + * from: @(#)defs.h 5.3 (Berkeley) 8/28/92 + * $Id: defs.h,v 1.3 1993/08/01 18:08:57 mycroft Exp $ */ /* diff --git a/usr.bin/sed/extern.h b/usr.bin/sed/extern.h index 54f2fb5e552..e791507dd98 100644 --- a/usr.bin/sed/extern.h +++ b/usr.bin/sed/extern.h @@ -1,7 +1,7 @@ /*- * Copyright (c) 1992 Diomidis Spinellis. - * Copyright (c) 1992, 1993 - * The Regents of the University of California. All rights reserved. + * Copyright (c) 1992 The Regents of the University of California. + * All rights reserved. * * This code is derived from software contributed to Berkeley by * Diomidis Spinellis of Imperial College, University of London. @@ -34,7 +34,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)extern.h 8.1 (Berkeley) 6/6/93 + * from: @(#)extern.h 5.5 (Berkeley) 8/30/92 + * $Id: extern.h,v 1.2 1993/08/01 18:08:57 mycroft Exp $ */ extern struct s_command *prog; @@ -47,9 +48,7 @@ extern int lastline; extern int aflag, eflag, nflag; extern char *fname; -void cfclose __P((struct s_command *, struct s_command *)); void compile __P((void)); -void cspace __P((SPACE *, char *, size_t, enum e_spflag)); char *cu_fgets __P((char *, int)); void err __P((int, const char *, ...)); int mf_fgets __P((SPACE *, enum e_spflag)); @@ -57,3 +56,5 @@ void process __P((void)); char *strregerror __P((int, regex_t *)); void *xmalloc __P((u_int)); void *xrealloc __P((void *, u_int)); +void cfclose __P((struct s_command *, struct s_command *)); +void cspace __P((SPACE *, char *, size_t, enum e_spflag)); diff --git a/usr.bin/sed/main.c b/usr.bin/sed/main.c index f4fc96f7026..eb8fbb230a5 100644 --- a/usr.bin/sed/main.c +++ b/usr.bin/sed/main.c @@ -42,7 +42,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)main.c 5.6 (Berkeley) 8/30/92"; +/*static char sccsid[] = "from: @(#)main.c 5.6 (Berkeley) 8/30/92";*/ +static char rcsid[] = "$Id: main.c,v 1.2 1993/08/01 18:08:54 mycroft Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/sed/misc.c b/usr.bin/sed/misc.c index 444b7a8b813..141e071a274 100644 --- a/usr.bin/sed/misc.c +++ b/usr.bin/sed/misc.c @@ -1,7 +1,7 @@ /*- * Copyright (c) 1992 Diomidis Spinellis. - * Copyright (c) 1992, 1993 - * The Regents of the University of California. All rights reserved. + * Copyright (c) 1992 The Regents of the University of California. + * All rights reserved. * * This code is derived from software contributed to Berkeley by * Diomidis Spinellis of Imperial College, University of London. @@ -36,7 +36,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)misc.c 8.1 (Berkeley) 6/6/93"; +/*static char sccsid[] = "from: @(#)misc.c 5.3 (Berkeley) 8/26/92";*/ +static char rcsid[] = "$Id: misc.c,v 1.2 1993/08/01 18:08:53 mycroft Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/sed/process.c b/usr.bin/sed/process.c index d72ee0a1196..dbefa913f0d 100644 --- a/usr.bin/sed/process.c +++ b/usr.bin/sed/process.c @@ -36,7 +36,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)process.c 5.10 (Berkeley) 12/2/92"; +/*static char sccsid[] = "from: @(#)process.c 5.10 (Berkeley) 12/2/92";*/ +static char rcsid[] = "$Id: process.c,v 1.4 1993/08/01 18:08:51 mycroft Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/showmount/showmount.c b/usr.bin/showmount/showmount.c index 6f664d1a998..a316e822670 100644 --- a/usr.bin/showmount/showmount.c +++ b/usr.bin/showmount/showmount.c @@ -41,7 +41,8 @@ char copyright[] = #endif not lint #ifndef lint -static char sccsid[] = "@(#)showmount.c 6.5 (Berkeley) 3/1/91"; +/*static char sccsid[] = "from: @(#)showmount.c 6.5 (Berkeley) 3/1/91";*/ +static char rcsid[] = "$Id: showmount.c,v 1.2 1993/08/01 18:08:30 mycroft Exp $"; #endif not lint #include <sys/types.h> diff --git a/usr.bin/size/size.c b/usr.bin/size/size.c index aebef39b3a6..f502d56bf2e 100644 --- a/usr.bin/size/size.c +++ b/usr.bin/size/size.c @@ -38,7 +38,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)size.c 4.7 (Berkeley) 6/1/90"; +/*static char sccsid[] = "from: @(#)size.c 4.7 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: size.c,v 1.3 1993/08/01 18:08:26 mycroft Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/soelim/soelim.c b/usr.bin/soelim/soelim.c index f660c64893e..47d84b61db3 100644 --- a/usr.bin/soelim/soelim.c +++ b/usr.bin/soelim/soelim.c @@ -38,7 +38,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)soelim.c 5.3 (Berkeley) 6/1/90"; +/*static char sccsid[] = "from: @(#)soelim.c 5.3 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: soelim.c,v 1.2 1993/08/01 18:08:23 mycroft Exp $"; #endif /* not lint */ #include <stdio.h> diff --git a/usr.bin/split/split.c b/usr.bin/split/split.c index 698f5c29a8c..912cad3b83f 100644 --- a/usr.bin/split/split.c +++ b/usr.bin/split/split.c @@ -38,7 +38,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)split.c 4.8 (Berkeley) 6/1/90"; +/*static char sccsid[] = "from: @(#)split.c 4.8 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: split.c,v 1.2 1993/08/01 18:08:21 mycroft Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/strings/strings.c b/usr.bin/strings/strings.c index 966a83db3f9..03590d211bb 100644 --- a/usr.bin/strings/strings.c +++ b/usr.bin/strings/strings.c @@ -38,7 +38,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)strings.c 5.10 (Berkeley) 5/23/91"; +/*static char sccsid[] = "from: @(#)strings.c 5.10 (Berkeley) 5/23/91";*/ +static char rcsid[] = "$Id: strings.c,v 1.2 1993/08/01 18:08:19 mycroft Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/strip/strip.c b/usr.bin/strip/strip.c index b3627bb9843..1d4743ef042 100644 --- a/usr.bin/strip/strip.c +++ b/usr.bin/strip/strip.c @@ -38,7 +38,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)strip.c 5.7 (Berkeley) 5/26/91"; +/*static char sccsid[] = "from: @(#)strip.c 5.7 (Berkeley) 5/26/91";*/ +static char rcsid[] = "$Id: strip.c,v 1.3 1993/08/01 18:08:15 mycroft Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/su/su.c b/usr.bin/su/su.c index d227b31bc61..b18847350bd 100644 --- a/usr.bin/su/su.c +++ b/usr.bin/su/su.c @@ -38,7 +38,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)su.c 5.26 (Berkeley) 7/6/91"; +/*static char sccsid[] = "from: @(#)su.c 5.26 (Berkeley) 7/6/91";*/ +static char rcsid[] = "$Id: su.c,v 1.6 1993/08/01 18:08:12 mycroft Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/symorder/symorder.c b/usr.bin/symorder/symorder.c index 4c41a14b705..5e3a545c64f 100644 --- a/usr.bin/symorder/symorder.c +++ b/usr.bin/symorder/symorder.c @@ -38,7 +38,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)symorder.c 5.8 (Berkeley) 4/1/91"; +/*static char sccsid[] = "from: @(#)symorder.c 5.8 (Berkeley) 4/1/91";*/ +static char rcsid[] = "$Id: symorder.c,v 1.2 1993/08/01 18:08:08 mycroft Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/tail/extern.h b/usr.bin/tail/extern.h index 58d4f9f4550..0ad4f8069b7 100644 --- a/usr.bin/tail/extern.h +++ b/usr.bin/tail/extern.h @@ -30,7 +30,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)extern.h 5.1 (Berkeley) 7/21/91 + * from: @(#)extern.h 5.1 (Berkeley) 7/21/91 + * $Id: extern.h,v 1.2 1993/08/01 18:08:05 mycroft Exp $ */ #define WR(p, size) \ diff --git a/usr.bin/tail/forward.c b/usr.bin/tail/forward.c index 5aba99fc2fc..85c107921b7 100644 --- a/usr.bin/tail/forward.c +++ b/usr.bin/tail/forward.c @@ -35,7 +35,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)forward.c 5.4 (Berkeley) 2/12/92"; +/*static char sccsid[] = "from: @(#)forward.c 5.4 (Berkeley) 2/12/92";*/ +static char rcsid[] = "$Id: forward.c,v 1.2 1993/08/01 18:08:04 mycroft Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/tail/misc.c b/usr.bin/tail/misc.c index 7deec071669..42144eecbd4 100644 --- a/usr.bin/tail/misc.c +++ b/usr.bin/tail/misc.c @@ -35,7 +35,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)misc.c 5.1 (Berkeley) 7/21/91"; +/*static char sccsid[] = "from: @(#)misc.c 5.1 (Berkeley) 7/21/91";*/ +static char rcsid[] = "$Id: misc.c,v 1.2 1993/08/01 18:08:04 mycroft Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/tail/read.c b/usr.bin/tail/read.c index 9a213e33040..2321564f01d 100644 --- a/usr.bin/tail/read.c +++ b/usr.bin/tail/read.c @@ -35,7 +35,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)read.c 5.1 (Berkeley) 7/21/91"; +/*static char sccsid[] = "from: @(#)read.c 5.1 (Berkeley) 7/21/91";*/ +static char rcsid[] = "$Id: read.c,v 1.2 1993/08/01 18:08:03 mycroft Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/tail/reverse.c b/usr.bin/tail/reverse.c index 90e989976bf..64a4a935759 100644 --- a/usr.bin/tail/reverse.c +++ b/usr.bin/tail/reverse.c @@ -35,7 +35,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)reverse.c 5.3 (Berkeley) 2/12/92"; +/*static char sccsid[] = "from: @(#)reverse.c 5.3 (Berkeley) 2/12/92";*/ +static char rcsid[] = "$Id: reverse.c,v 1.2 1993/08/01 18:08:02 mycroft Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/tail/tail.c b/usr.bin/tail/tail.c index e022934d2ad..69c7e8c6573 100644 --- a/usr.bin/tail/tail.c +++ b/usr.bin/tail/tail.c @@ -41,7 +41,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)tail.c 5.7 (Berkeley) 2/12/92"; +/*static char sccsid[] = "from: @(#)tail.c 5.7 (Berkeley) 2/12/92";*/ +static char rcsid[] = "$Id: tail.c,v 1.2 1993/08/01 18:08:01 mycroft Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/talk/ctl.c b/usr.bin/talk/ctl.c index 3b8a1cbb961..494c4ac0325 100644 --- a/usr.bin/talk/ctl.c +++ b/usr.bin/talk/ctl.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)ctl.c 5.7 (Berkeley) 3/1/91"; +/*static char sccsid[] = "from: @(#)ctl.c 5.7 (Berkeley) 3/1/91";*/ +static char rcsid[] = "$Id: ctl.c,v 1.2 1993/08/01 18:07:55 mycroft Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/talk/ctl_transact.c b/usr.bin/talk/ctl_transact.c index b5c1975196c..883acf63004 100644 --- a/usr.bin/talk/ctl_transact.c +++ b/usr.bin/talk/ctl_transact.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)ctl_transact.c 5.8 (Berkeley) 3/1/91"; +/*static char sccsid[] = "from: @(#)ctl_transact.c 5.8 (Berkeley) 3/1/91";*/ +static char rcsid[] = "$Id: ctl_transact.c,v 1.2 1993/08/01 18:07:54 mycroft Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/talk/display.c b/usr.bin/talk/display.c index 8f82ca3799f..685fa7a2944 100644 --- a/usr.bin/talk/display.c +++ b/usr.bin/talk/display.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)display.c 5.4 (Berkeley) 6/1/90"; +/*static char sccsid[] = "from: @(#)display.c 5.4 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: display.c,v 1.2 1993/08/01 18:07:53 mycroft Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/talk/get_addrs.c b/usr.bin/talk/get_addrs.c index ed2ae0262b7..dfc26f06d75 100644 --- a/usr.bin/talk/get_addrs.c +++ b/usr.bin/talk/get_addrs.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)get_addrs.c 5.7 (Berkeley) 3/1/91"; +/*static char sccsid[] = "from: @(#)get_addrs.c 5.7 (Berkeley) 3/1/91";*/ +static char rcsid[] = "$Id: get_addrs.c,v 1.2 1993/08/01 18:07:52 mycroft Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/talk/get_names.c b/usr.bin/talk/get_names.c index 0af26b13bea..647a9f74f4c 100644 --- a/usr.bin/talk/get_names.c +++ b/usr.bin/talk/get_names.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)get_names.c 5.9 (Berkeley) 3/1/91"; +/*static char sccsid[] = "from: @(#)get_names.c 5.9 (Berkeley) 3/1/91";*/ +static char rcsid[] = "$Id: get_names.c,v 1.2 1993/08/01 18:07:51 mycroft Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/talk/init_disp.c b/usr.bin/talk/init_disp.c index 761deacdb6f..181e96fa38c 100644 --- a/usr.bin/talk/init_disp.c +++ b/usr.bin/talk/init_disp.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)init_disp.c 5.4 (Berkeley) 6/1/90"; +/*static char sccsid[] = "from: @(#)init_disp.c 5.4 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: init_disp.c,v 1.2 1993/08/01 18:07:50 mycroft Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/talk/invite.c b/usr.bin/talk/invite.c index 3042d30a4fa..4774c940f60 100644 --- a/usr.bin/talk/invite.c +++ b/usr.bin/talk/invite.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)invite.c 5.8 (Berkeley) 3/1/91"; +/*static char sccsid[] = "from: @(#)invite.c 5.8 (Berkeley) 3/1/91";*/ +static char rcsid[] = "$Id: invite.c,v 1.2 1993/08/01 18:07:49 mycroft Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/talk/io.c b/usr.bin/talk/io.c index 4b77ac46ced..a44aaf0fd9c 100644 --- a/usr.bin/talk/io.c +++ b/usr.bin/talk/io.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)io.c 5.6 (Berkeley) 3/1/91"; +/*static char sccsid[] = "from: @(#)io.c 5.6 (Berkeley) 3/1/91";*/ +static char rcsid[] = "$Id: io.c,v 1.2 1993/08/01 18:07:48 mycroft Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/talk/look_up.c b/usr.bin/talk/look_up.c index 4913856cb8d..06245156385 100644 --- a/usr.bin/talk/look_up.c +++ b/usr.bin/talk/look_up.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)look_up.c 5.7 (Berkeley) 3/1/91"; +/*static char sccsid[] = "from: @(#)look_up.c 5.7 (Berkeley) 3/1/91";*/ +static char rcsid[] = "$Id: look_up.c,v 1.2 1993/08/01 18:07:47 mycroft Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/talk/msgs.c b/usr.bin/talk/msgs.c index 063c6b5d788..fbb788fa238 100644 --- a/usr.bin/talk/msgs.c +++ b/usr.bin/talk/msgs.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)msgs.c 5.6 (Berkeley) 3/1/91"; +/*static char sccsid[] = "from: @(#)msgs.c 5.6 (Berkeley) 3/1/91";*/ +static char rcsid[] = "$Id: msgs.c,v 1.2 1993/08/01 18:07:46 mycroft Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/talk/talk.c b/usr.bin/talk/talk.c index ef1f3c8fb0e..0c82363ec09 100644 --- a/usr.bin/talk/talk.c +++ b/usr.bin/talk/talk.c @@ -38,7 +38,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)talk.c 5.5 (Berkeley) 6/1/90"; +/*static char sccsid[] = "from: @(#)talk.c 5.5 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: talk.c,v 1.2 1993/08/01 18:07:45 mycroft Exp $"; #endif /* not lint */ #include "talk.h" diff --git a/usr.bin/talk/talk.h b/usr.bin/talk/talk.h index ed2f0b6094b..f8b4e669adf 100644 --- a/usr.bin/talk/talk.h +++ b/usr.bin/talk/talk.h @@ -30,7 +30,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)talk.h 5.7 (Berkeley) 3/1/91 + * from: @(#)talk.h 5.7 (Berkeley) 3/1/91 + * $Id: talk.h,v 1.2 1993/08/01 18:07:57 mycroft Exp $ */ #include <curses.h> diff --git a/usr.bin/talk/talk_ctl.h b/usr.bin/talk/talk_ctl.h index 70a89bc1dcb..8e27478f2a6 100644 --- a/usr.bin/talk/talk_ctl.h +++ b/usr.bin/talk/talk_ctl.h @@ -30,7 +30,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)talk_ctl.h 5.6 (Berkeley) 3/1/91 + * from: @(#)talk_ctl.h 5.6 (Berkeley) 3/1/91 + * $Id: talk_ctl.h,v 1.2 1993/08/01 18:07:56 mycroft Exp $ */ extern struct sockaddr_in daemon_addr; diff --git a/usr.bin/tcopy/pathnames.h b/usr.bin/tcopy/pathnames.h index 78fd252f134..b41e74ab9ec 100644 --- a/usr.bin/tcopy/pathnames.h +++ b/usr.bin/tcopy/pathnames.h @@ -30,7 +30,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)pathnames.h 5.2 (Berkeley) 6/1/90 + * from: @(#)pathnames.h 5.2 (Berkeley) 6/1/90 + * $Id: pathnames.h,v 1.2 1993/08/01 18:07:39 mycroft Exp $ */ #define _PATH_DEFTAPE "/dev/rmt0" diff --git a/usr.bin/tcopy/tcopy.c b/usr.bin/tcopy/tcopy.c index f6fa5c169af..7237d007e84 100644 --- a/usr.bin/tcopy/tcopy.c +++ b/usr.bin/tcopy/tcopy.c @@ -38,7 +38,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)tcopy.c 5.15 (Berkeley) 11/5/90"; +/*static char sccsid[] = "from: @(#)tcopy.c 5.15 (Berkeley) 11/5/90";*/ +static char rcsid[] = "$Id: tcopy.c,v 1.2 1993/08/01 18:07:38 mycroft Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/tee/tee.c b/usr.bin/tee/tee.c index 5608be1fc5f..a360d1186d6 100644 --- a/usr.bin/tee/tee.c +++ b/usr.bin/tee/tee.c @@ -38,7 +38,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)tee.c 5.11 (Berkeley) 5/6/91"; +/*static char sccsid[] = "from: @(#)tee.c 5.11 (Berkeley) 5/6/91";*/ +static char rcsid[] = "$Id: tee.c,v 1.2 1993/08/01 18:07:36 mycroft Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/telnet/authenc.c b/usr.bin/telnet/authenc.c index 598cf5ec20d..02914249777 100644 --- a/usr.bin/telnet/authenc.c +++ b/usr.bin/telnet/authenc.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)authenc.c 5.1 (Berkeley) 3/1/91"; +/*static char sccsid[] = "from: @(#)authenc.c 5.1 (Berkeley) 3/1/91";*/ +static char rcsid[] = "$Id: authenc.c,v 1.2 1993/08/01 18:07:26 mycroft Exp $"; #endif /* not lint */ #if defined(ENCRYPT) || defined(AUTHENTICATE) diff --git a/usr.bin/telnet/commands.c b/usr.bin/telnet/commands.c index acf081f8445..43f44803a42 100644 --- a/usr.bin/telnet/commands.c +++ b/usr.bin/telnet/commands.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)commands.c 5.5 (Berkeley) 3/22/91"; +/*static char sccsid[] = "from: @(#)commands.c 5.5 (Berkeley) 3/22/91";*/ +static char rcsid[] = "$Id: commands.c,v 1.4 1993/08/01 18:07:25 mycroft Exp $"; #endif /* not lint */ #if defined(unix) diff --git a/usr.bin/telnet/defines.h b/usr.bin/telnet/defines.h index e6b12e8252a..5b19b4da358 100644 --- a/usr.bin/telnet/defines.h +++ b/usr.bin/telnet/defines.h @@ -30,7 +30,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)defines.h 5.1 (Berkeley) 9/14/90 + * from: @(#)defines.h 5.1 (Berkeley) 9/14/90 + * $Id: defines.h,v 1.2 1993/08/01 18:07:32 mycroft Exp $ */ #define settimer(x) clocks.x = clocks.system++ diff --git a/usr.bin/telnet/externs.h b/usr.bin/telnet/externs.h index d66df069196..00cd81cfa82 100644 --- a/usr.bin/telnet/externs.h +++ b/usr.bin/telnet/externs.h @@ -30,7 +30,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)externs.h 5.3 (Berkeley) 3/22/91 + * from: @(#)externs.h 5.3 (Berkeley) 3/22/91 + * $Id: externs.h,v 1.2 1993/08/01 18:07:31 mycroft Exp $ */ #ifndef BSD diff --git a/usr.bin/telnet/fdset.h b/usr.bin/telnet/fdset.h index 1475264f8b1..fca4f22f14d 100644 --- a/usr.bin/telnet/fdset.h +++ b/usr.bin/telnet/fdset.h @@ -30,7 +30,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)fdset.h 5.1 (Berkeley) 9/14/90 + * from: @(#)fdset.h 5.1 (Berkeley) 9/14/90 + * $Id: fdset.h,v 1.2 1993/08/01 18:07:30 mycroft Exp $ */ /* diff --git a/usr.bin/telnet/general.h b/usr.bin/telnet/general.h index d77d5b5d853..731703bc1f9 100644 --- a/usr.bin/telnet/general.h +++ b/usr.bin/telnet/general.h @@ -30,7 +30,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)general.h 5.2 (Berkeley) 3/1/91 + * from: @(#)general.h 5.2 (Berkeley) 3/1/91 + * $Id: general.h,v 1.2 1993/08/01 18:07:29 mycroft Exp $ */ /* diff --git a/usr.bin/telnet/main.c b/usr.bin/telnet/main.c index ca042ef5401..f569c2eb9dd 100644 --- a/usr.bin/telnet/main.c +++ b/usr.bin/telnet/main.c @@ -38,7 +38,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)main.c 5.4 (Berkeley) 3/22/91"; +/*static char sccsid[] = "from: @(#)main.c 5.4 (Berkeley) 3/22/91";*/ +static char rcsid[] = "$Id: main.c,v 1.2 1993/08/01 18:07:24 mycroft Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/telnet/network.c b/usr.bin/telnet/network.c index 2bce90d6f94..d389fbd5306 100644 --- a/usr.bin/telnet/network.c +++ b/usr.bin/telnet/network.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)network.c 5.2 (Berkeley) 3/1/91"; +/*static char sccsid[] = "from: @(#)network.c 5.2 (Berkeley) 3/1/91";*/ +static char rcsid[] = "$Id: network.c,v 1.2 1993/08/01 18:07:23 mycroft Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/telnet/ring.c b/usr.bin/telnet/ring.c index 8595b9b5f87..435273594d9 100644 --- a/usr.bin/telnet/ring.c +++ b/usr.bin/telnet/ring.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)ring.c 5.2 (Berkeley) 3/1/91"; +/*static char sccsid[] = "from: @(#)ring.c 5.2 (Berkeley) 3/1/91";*/ +static char rcsid[] = "$Id: ring.c,v 1.2 1993/08/01 18:07:22 mycroft Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/telnet/ring.h b/usr.bin/telnet/ring.h index 59c5fdee987..5df65e50b6d 100644 --- a/usr.bin/telnet/ring.h +++ b/usr.bin/telnet/ring.h @@ -30,7 +30,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)ring.h 5.2 (Berkeley) 3/1/91 + * from: @(#)ring.h 5.2 (Berkeley) 3/1/91 + * $Id: ring.h,v 1.2 1993/08/01 18:07:28 mycroft Exp $ */ #if defined(P) diff --git a/usr.bin/telnet/sys_bsd.c b/usr.bin/telnet/sys_bsd.c index 0b799eef090..4eeb340a420 100644 --- a/usr.bin/telnet/sys_bsd.c +++ b/usr.bin/telnet/sys_bsd.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)sys_bsd.c 5.2 (Berkeley) 3/1/91"; +/*static char sccsid[] = "from: @(#)sys_bsd.c 5.2 (Berkeley) 3/1/91";*/ +static char rcsid[] = "$Id: sys_bsd.c,v 1.3 1993/08/01 18:07:20 mycroft Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/telnet/telnet.c b/usr.bin/telnet/telnet.c index 46a980c37f0..3d78374b737 100644 --- a/usr.bin/telnet/telnet.c +++ b/usr.bin/telnet/telnet.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)telnet.c 5.53 (Berkeley) 3/22/91"; +/*static char sccsid[] = "from: @(#)telnet.c 5.53 (Berkeley) 3/22/91";*/ +static char rcsid[] = "$Id: telnet.c,v 1.2 1993/08/01 18:07:19 mycroft Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/telnet/terminal.c b/usr.bin/telnet/terminal.c index 7b23409ef5e..8ed310f67dc 100644 --- a/usr.bin/telnet/terminal.c +++ b/usr.bin/telnet/terminal.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)terminal.c 5.3 (Berkeley) 3/22/91"; +/*static char sccsid[] = "from: @(#)terminal.c 5.3 (Berkeley) 3/22/91";*/ +static char rcsid[] = "$Id: terminal.c,v 1.2 1993/08/01 18:07:17 mycroft Exp $"; #endif /* not lint */ #include <arpa/telnet.h> diff --git a/usr.bin/telnet/tn3270.c b/usr.bin/telnet/tn3270.c index 67aa569bdd2..200e3cae30c 100644 --- a/usr.bin/telnet/tn3270.c +++ b/usr.bin/telnet/tn3270.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)tn3270.c 5.2 (Berkeley) 3/1/91"; +/*static char sccsid[] = "from: @(#)tn3270.c 5.2 (Berkeley) 3/1/91";*/ +static char rcsid[] = "$Id: tn3270.c,v 1.2 1993/08/01 18:07:16 mycroft Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/telnet/types.h b/usr.bin/telnet/types.h index bcdf2818152..a773f9aabc3 100644 --- a/usr.bin/telnet/types.h +++ b/usr.bin/telnet/types.h @@ -30,7 +30,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)types.h 5.1 (Berkeley) 9/14/90 + * from: @(#)types.h 5.1 (Berkeley) 9/14/90 + * $Id: types.h,v 1.2 1993/08/01 18:07:27 mycroft Exp $ */ typedef struct { diff --git a/usr.bin/telnet/utilities.c b/usr.bin/telnet/utilities.c index 0a6a8828d4c..35195b9de28 100644 --- a/usr.bin/telnet/utilities.c +++ b/usr.bin/telnet/utilities.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)utilities.c 5.3 (Berkeley) 3/22/91"; +/*static char sccsid[] = "from: @(#)utilities.c 5.3 (Berkeley) 3/22/91";*/ +static char rcsid[] = "$Id: utilities.c,v 1.2 1993/08/01 18:07:15 mycroft Exp $"; #endif /* not lint */ #define TELOPTS diff --git a/usr.bin/tftp/main.c b/usr.bin/tftp/main.c index 48ee1879fd2..1768077a071 100644 --- a/usr.bin/tftp/main.c +++ b/usr.bin/tftp/main.c @@ -38,7 +38,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)main.c 5.10 (Berkeley) 3/1/91"; +/*static char sccsid[] = "from: @(#)main.c 5.10 (Berkeley) 3/1/91";*/ +static char rcsid[] = "$Id: main.c,v 1.3 1993/08/01 18:07:07 mycroft Exp $"; #endif /* not lint */ /* Many bug fixes are from Jim Guyton <guyton@rand-unix> */ diff --git a/usr.bin/tftp/tftp.c b/usr.bin/tftp/tftp.c index 2e9114ce38f..1341fe8c8ec 100644 --- a/usr.bin/tftp/tftp.c +++ b/usr.bin/tftp/tftp.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)tftp.c 5.10 (Berkeley) 3/1/91"; +/*static char sccsid[] = "from: @(#)tftp.c 5.10 (Berkeley) 3/1/91";*/ +static char rcsid[] = "$Id: tftp.c,v 1.3 1993/08/01 18:07:06 mycroft Exp $"; #endif /* not lint */ /* Many bug fixes are from Jim Guyton <guyton@rand-unix> */ diff --git a/usr.bin/tftp/tftpsubs.c b/usr.bin/tftp/tftpsubs.c index 58832cc937c..4621f31d756 100644 --- a/usr.bin/tftp/tftpsubs.c +++ b/usr.bin/tftp/tftpsubs.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)tftpsubs.c 5.6 (Berkeley) 2/28/91"; +/*static char sccsid[] = "from: @(#)tftpsubs.c 5.6 (Berkeley) 2/28/91";*/ +static char rcsid[] = "$Id: tftpsubs.c,v 1.2 1993/08/01 18:07:04 mycroft Exp $"; #endif /* not lint */ /* Simple minded read-ahead/write-behind subroutines for tftp user and diff --git a/usr.bin/time/time.c b/usr.bin/time/time.c index 22ac075eb1c..a74253ee2af 100644 --- a/usr.bin/time/time.c +++ b/usr.bin/time/time.c @@ -38,7 +38,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)time.c 4.9 (Berkeley) 6/1/90"; +/*static char sccsid[] = "from: @(#)time.c 4.9 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: time.c,v 1.2 1993/08/01 18:07:01 mycroft Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/tip/acu.c b/usr.bin/tip/acu.c index da958b9b75b..5359f9a1fc0 100644 --- a/usr.bin/tip/acu.c +++ b/usr.bin/tip/acu.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)acu.c 5.8 (Berkeley) 3/2/91"; +/*static char sccsid[] = "from: @(#)acu.c 5.8 (Berkeley) 3/2/91";*/ +static char rcsid[] = "$Id: acu.c,v 1.2 1993/08/01 18:06:46 mycroft Exp $"; #endif /* not lint */ #include "tip.h" diff --git a/usr.bin/tip/aculib/biz22.c b/usr.bin/tip/aculib/biz22.c index cd3053946b2..49bc3822cb7 100644 --- a/usr.bin/tip/aculib/biz22.c +++ b/usr.bin/tip/aculib/biz22.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)biz22.c 5.5 (Berkeley) 3/2/91"; +/*static char sccsid[] = "from: @(#)biz22.c 5.5 (Berkeley) 3/2/91";*/ +static char rcsid[] = "$Id: biz22.c,v 1.2 1993/08/01 18:06:54 mycroft Exp $"; #endif /* not lint */ #include "tip.h" diff --git a/usr.bin/tip/aculib/biz31.c b/usr.bin/tip/aculib/biz31.c index f7afb413fa2..1029b2a9375 100644 --- a/usr.bin/tip/aculib/biz31.c +++ b/usr.bin/tip/aculib/biz31.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)biz31.c 5.4 (Berkeley) 6/1/90"; +/*static char sccsid[] = "from: @(#)biz31.c 5.4 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: biz31.c,v 1.2 1993/08/01 18:06:53 mycroft Exp $"; #endif /* not lint */ #include "tip.h" diff --git a/usr.bin/tip/aculib/courier.c b/usr.bin/tip/aculib/courier.c index 567c74f63ed..8c726107f3e 100644 --- a/usr.bin/tip/aculib/courier.c +++ b/usr.bin/tip/aculib/courier.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)courier.c 5.7 (Berkeley) 3/2/91"; +/*static char sccsid[] = "from: @(#)courier.c 5.7 (Berkeley) 3/2/91";*/ +static char rcsid[] = "$Id: courier.c,v 1.3 1993/08/01 18:06:51 mycroft Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/tip/aculib/df.c b/usr.bin/tip/aculib/df.c index bbd522a9de1..b2f5d00af25 100644 --- a/usr.bin/tip/aculib/df.c +++ b/usr.bin/tip/aculib/df.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)df.c 5.4 (Berkeley) 3/2/91"; +/*static char sccsid[] = "from: @(#)df.c 5.4 (Berkeley) 3/2/91";*/ +static char rcsid[] = "$Id: df.c,v 1.2 1993/08/01 18:06:59 mycroft Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/tip/aculib/dn11.c b/usr.bin/tip/aculib/dn11.c index 2e5c9d584bb..eae2c321ce9 100644 --- a/usr.bin/tip/aculib/dn11.c +++ b/usr.bin/tip/aculib/dn11.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)dn11.c 5.4 (Berkeley) 3/2/91"; +/*static char sccsid[] = "from: @(#)dn11.c 5.4 (Berkeley) 3/2/91";*/ +static char rcsid[] = "$Id: dn11.c,v 1.2 1993/08/01 18:06:58 mycroft Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/tip/aculib/hayes.c b/usr.bin/tip/aculib/hayes.c index 80de7caac14..befe7f33d7e 100644 --- a/usr.bin/tip/aculib/hayes.c +++ b/usr.bin/tip/aculib/hayes.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)hayes.c 5.4 (Berkeley) 3/2/91"; +/*static char sccsid[] = "from: @(#)hayes.c 5.4 (Berkeley) 3/2/91";*/ +static char rcsid[] = "$Id: hayes.c,v 1.2 1993/08/01 18:06:57 mycroft Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/tip/aculib/v3451.c b/usr.bin/tip/aculib/v3451.c index 9211941f550..6d21b65da6e 100644 --- a/usr.bin/tip/aculib/v3451.c +++ b/usr.bin/tip/aculib/v3451.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)v3451.c 5.5 (Berkeley) 3/2/91"; +/*static char sccsid[] = "from: @(#)v3451.c 5.5 (Berkeley) 3/2/91";*/ +static char rcsid[] = "$Id: v3451.c,v 1.2 1993/08/01 18:06:56 mycroft Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/tip/aculib/v831.c b/usr.bin/tip/aculib/v831.c index f22e65acd9a..7ab1e4cea16 100644 --- a/usr.bin/tip/aculib/v831.c +++ b/usr.bin/tip/aculib/v831.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)v831.c 5.5 (Berkeley) 3/2/91"; +/*static char sccsid[] = "from: @(#)v831.c 5.5 (Berkeley) 3/2/91";*/ +static char rcsid[] = "$Id: v831.c,v 1.2 1993/08/01 18:06:55 mycroft Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/tip/aculib/ventel.c b/usr.bin/tip/aculib/ventel.c index 3c364f37202..81852a37a18 100644 --- a/usr.bin/tip/aculib/ventel.c +++ b/usr.bin/tip/aculib/ventel.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)ventel.c 5.4 (Berkeley) 3/2/91"; +/*static char sccsid[] = "from: @(#)ventel.c 5.4 (Berkeley) 3/2/91";*/ +static char rcsid[] = "$Id: ventel.c,v 1.2 1993/08/01 18:06:55 mycroft Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/tip/acutab.c b/usr.bin/tip/acutab.c index 52442d5b0a9..e4a35c9c8b6 100644 --- a/usr.bin/tip/acutab.c +++ b/usr.bin/tip/acutab.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)acutab.c 5.4 (Berkeley) 6/1/90"; +/*static char sccsid[] = "from: @(#)acutab.c 5.4 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: acutab.c,v 1.2 1993/08/01 18:06:45 mycroft Exp $"; #endif /* not lint */ #include "tip.h" diff --git a/usr.bin/tip/cmds.c b/usr.bin/tip/cmds.c index e3c938f070e..0d3200cd642 100644 --- a/usr.bin/tip/cmds.c +++ b/usr.bin/tip/cmds.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)cmds.c 5.15 (Berkeley) 3/4/91"; +/*static char sccsid[] = "from: @(#)cmds.c 5.15 (Berkeley) 3/4/91";*/ +static char rcsid[] = "$Id: cmds.c,v 1.2 1993/08/01 18:06:43 mycroft Exp $"; #endif /* not lint */ #include "tip.h" diff --git a/usr.bin/tip/cmdtab.c b/usr.bin/tip/cmdtab.c index 9efa7ba7762..5557947f0ba 100644 --- a/usr.bin/tip/cmdtab.c +++ b/usr.bin/tip/cmdtab.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)cmdtab.c 5.6 (Berkeley) 6/1/90"; +/*static char sccsid[] = "from: @(#)cmdtab.c 5.6 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: cmdtab.c,v 1.2 1993/08/01 18:06:42 mycroft Exp $"; #endif /* not lint */ #include "tip.h" diff --git a/usr.bin/tip/cu.c b/usr.bin/tip/cu.c index 61b9cb14985..e9eaf6e23bd 100644 --- a/usr.bin/tip/cu.c +++ b/usr.bin/tip/cu.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)cu.c 5.9 (Berkeley) 6/1/90"; +/*static char sccsid[] = "from: @(#)cu.c 5.9 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: cu.c,v 1.2 1993/08/01 18:06:41 mycroft Exp $"; #endif /* not lint */ #include "tip.h" diff --git a/usr.bin/tip/hunt.c b/usr.bin/tip/hunt.c index 49a633d4851..ab6d3e8d730 100644 --- a/usr.bin/tip/hunt.c +++ b/usr.bin/tip/hunt.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)hunt.c 5.6 (Berkeley) 6/1/90"; +/*static char sccsid[] = "from: @(#)hunt.c 5.6 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: hunt.c,v 1.2 1993/08/01 18:06:40 mycroft Exp $"; #endif /* not lint */ #include "tip.h" diff --git a/usr.bin/tip/log.c b/usr.bin/tip/log.c index 910d39689c4..7aeee44a3d4 100644 --- a/usr.bin/tip/log.c +++ b/usr.bin/tip/log.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)log.c 5.4 (Berkeley) 6/1/90"; +/*static char sccsid[] = "from: @(#)log.c 5.4 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: log.c,v 1.2 1993/08/01 18:06:39 mycroft Exp $"; #endif /* not lint */ #include "tip.h" diff --git a/usr.bin/tip/partab.c b/usr.bin/tip/partab.c index 2e19a66dde0..43300e38fcc 100644 --- a/usr.bin/tip/partab.c +++ b/usr.bin/tip/partab.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)partab.c 5.3 (Berkeley) 6/1/90"; +/*static char sccsid[] = "from: @(#)partab.c 5.3 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: partab.c,v 1.2 1993/08/01 18:06:38 mycroft Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/tip/pathnames.h b/usr.bin/tip/pathnames.h index f87d6c93cf5..6057dd11bbb 100644 --- a/usr.bin/tip/pathnames.h +++ b/usr.bin/tip/pathnames.h @@ -30,7 +30,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)pathnames.h 5.2 (Berkeley) 6/1/90 + * from: @(#)pathnames.h 5.2 (Berkeley) 6/1/90 + * $Id: pathnames.h,v 1.2 1993/08/01 18:06:29 mycroft Exp $ */ #include <paths.h> diff --git a/usr.bin/tip/remcap.c b/usr.bin/tip/remcap.c index 5184030e2d9..d4c4c39f2c4 100644 --- a/usr.bin/tip/remcap.c +++ b/usr.bin/tip/remcap.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)remcap.c 5.5 (Berkeley) 2/2/91"; +/*static char sccsid[] = "from: @(#)remcap.c 5.5 (Berkeley) 2/2/91";*/ +static char rcsid[] = "$Id: remcap.c,v 1.3 1993/08/01 18:06:37 mycroft Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/tip/remote.c b/usr.bin/tip/remote.c index 62219b3b8e4..0ef5071861e 100644 --- a/usr.bin/tip/remote.c +++ b/usr.bin/tip/remote.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)remote.c 5.5 (Berkeley) 6/1/90"; +/*static char sccsid[] = "from: @(#)remote.c 5.5 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: remote.c,v 1.2 1993/08/01 18:06:36 mycroft Exp $"; #endif /* not lint */ # include "tip.h" diff --git a/usr.bin/tip/tip.c b/usr.bin/tip/tip.c index b38d975f6a3..123314219a9 100644 --- a/usr.bin/tip/tip.c +++ b/usr.bin/tip/tip.c @@ -38,7 +38,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)tip.c 5.15 (Berkeley) 2/4/91"; +/*static char sccsid[] = "from: @(#)tip.c 5.15 (Berkeley) 2/4/91";*/ +static char rcsid[] = "$Id: tip.c,v 1.4 1993/08/01 18:06:35 mycroft Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/tip/tip.h b/usr.bin/tip/tip.h index e0614ebf976..6e551594133 100644 --- a/usr.bin/tip/tip.h +++ b/usr.bin/tip/tip.h @@ -30,7 +30,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)tip.h 5.7 (Berkeley) 3/27/91 + * from: @(#)tip.h 5.7 (Berkeley) 3/27/91 + * $Id: tip.h,v 1.2 1993/08/01 18:06:28 mycroft Exp $ */ /* diff --git a/usr.bin/tip/tipout.c b/usr.bin/tip/tipout.c index 7f0cba94c2a..2cd0cc1449d 100644 --- a/usr.bin/tip/tipout.c +++ b/usr.bin/tip/tipout.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)tipout.c 5.4 (Berkeley) 3/2/91"; +/*static char sccsid[] = "from: @(#)tipout.c 5.4 (Berkeley) 3/2/91";*/ +static char rcsid[] = "$Id: tipout.c,v 1.2 1993/08/01 18:06:34 mycroft Exp $"; #endif /* not lint */ #include "tip.h" diff --git a/usr.bin/tip/uucplock.c b/usr.bin/tip/uucplock.c index 2a4b6fe099c..1cd6d0696f3 100644 --- a/usr.bin/tip/uucplock.c +++ b/usr.bin/tip/uucplock.c @@ -32,8 +32,8 @@ */ #ifndef lint -/* from: static char sccsid[] = "@(#)uucplock.c 5.5 (Berkeley) 6/1/90"; */ -static char rcsid[] = "$Id: uucplock.c,v 1.2 1993/06/05 21:56:20 cgd Exp $"; +/*static char sccsid[] = "from: @(#)uucplock.c 5.5 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: uucplock.c,v 1.3 1993/08/01 18:06:33 mycroft Exp $"; #endif /* not lint */ #include <stdio.h> diff --git a/usr.bin/tip/value.c b/usr.bin/tip/value.c index 8203c4ef5ff..7fded06f534 100644 --- a/usr.bin/tip/value.c +++ b/usr.bin/tip/value.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)value.c 5.5 (Berkeley) 3/2/91"; +/*static char sccsid[] = "from: @(#)value.c 5.5 (Berkeley) 3/2/91";*/ +static char rcsid[] = "$Id: value.c,v 1.2 1993/08/01 18:06:32 mycroft Exp $"; #endif /* not lint */ #include "tip.h" diff --git a/usr.bin/tip/vars.c b/usr.bin/tip/vars.c index b207024d5c6..6a1a2137837 100644 --- a/usr.bin/tip/vars.c +++ b/usr.bin/tip/vars.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)vars.c 5.5 (Berkeley) 6/1/90"; +/*static char sccsid[] = "from: @(#)vars.c 5.5 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: vars.c,v 1.2 1993/08/01 18:06:31 mycroft Exp $"; #endif /* not lint */ #include "tip.h" diff --git a/usr.bin/tn3270/api/api_bsd.c b/usr.bin/tn3270/api/api_bsd.c index 4ea7a1ea910..5cff1cf74c1 100644 --- a/usr.bin/tn3270/api/api_bsd.c +++ b/usr.bin/tn3270/api/api_bsd.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)api_bsd.c 4.2 (Berkeley) 4/26/91"; +/*static char sccsid[] = "from: @(#)api_bsd.c 4.2 (Berkeley) 4/26/91";*/ +static char rcsid[] = "$Id: api_bsd.c,v 1.2 1993/08/01 18:06:22 mycroft Exp $"; #endif /* not lint */ #if defined(unix) diff --git a/usr.bin/tn3270/api/api_exch.c b/usr.bin/tn3270/api/api_exch.c index 57d0d2877bf..24613dbf4fb 100644 --- a/usr.bin/tn3270/api/api_exch.c +++ b/usr.bin/tn3270/api/api_exch.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)api_exch.c 4.2 (Berkeley) 4/26/91"; +/*static char sccsid[] = "from: @(#)api_exch.c 4.2 (Berkeley) 4/26/91";*/ +static char rcsid[] = "$Id: api_exch.c,v 1.2 1993/08/01 18:06:21 mycroft Exp $"; #endif /* not lint */ #include <stdio.h> diff --git a/usr.bin/tn3270/api/api_exch.h b/usr.bin/tn3270/api/api_exch.h index a5e2d817b83..a553e4f1b64 100644 --- a/usr.bin/tn3270/api/api_exch.h +++ b/usr.bin/tn3270/api/api_exch.h @@ -30,7 +30,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)api_exch.h 4.2 (Berkeley) 4/26/91 + * from: @(#)api_exch.h 4.2 (Berkeley) 4/26/91 + * $Id: api_exch.h,v 1.2 1993/08/01 18:06:14 mycroft Exp $ */ /* diff --git a/usr.bin/tn3270/api/apilib.c b/usr.bin/tn3270/api/apilib.c index a30f6df63d8..aa23598ccb4 100644 --- a/usr.bin/tn3270/api/apilib.c +++ b/usr.bin/tn3270/api/apilib.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)apilib.c 4.2 (Berkeley) 4/26/91"; +/*static char sccsid[] = "from: @(#)apilib.c 4.2 (Berkeley) 4/26/91";*/ +static char rcsid[] = "$Id: apilib.c,v 1.2 1993/08/01 18:06:20 mycroft Exp $"; #endif /* not lint */ #include "../ctlr/api.h" diff --git a/usr.bin/tn3270/api/apilib.h b/usr.bin/tn3270/api/apilib.h index 6a1ef1d8e3d..e8c6abe9004 100644 --- a/usr.bin/tn3270/api/apilib.h +++ b/usr.bin/tn3270/api/apilib.h @@ -30,7 +30,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)apilib.h 4.2 (Berkeley) 4/26/91 + * from: @(#)apilib.h 4.2 (Berkeley) 4/26/91 + * $Id: apilib.h,v 1.2 1993/08/01 18:06:13 mycroft Exp $ */ /* diff --git a/usr.bin/tn3270/api/asc_ebc.c b/usr.bin/tn3270/api/asc_ebc.c index a599b28248d..4b8470e4b97 100644 --- a/usr.bin/tn3270/api/asc_ebc.c +++ b/usr.bin/tn3270/api/asc_ebc.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)asc_ebc.c 4.2 (Berkeley) 4/26/91"; +/*static char sccsid[] = "from: @(#)asc_ebc.c 4.2 (Berkeley) 4/26/91";*/ +static char rcsid[] = "$Id: asc_ebc.c,v 1.2 1993/08/01 18:06:19 mycroft Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/tn3270/api/asc_ebc.h b/usr.bin/tn3270/api/asc_ebc.h index df59feea14b..3bc34f27b19 100644 --- a/usr.bin/tn3270/api/asc_ebc.h +++ b/usr.bin/tn3270/api/asc_ebc.h @@ -30,7 +30,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)asc_ebc.h 4.2 (Berkeley) 4/26/91 + * from: @(#)asc_ebc.h 4.2 (Berkeley) 4/26/91 + * $Id: asc_ebc.h,v 1.2 1993/08/01 18:06:12 mycroft Exp $ */ /* diff --git a/usr.bin/tn3270/api/astosc.c b/usr.bin/tn3270/api/astosc.c index a1ba4f1fac4..450d1a5f14c 100644 --- a/usr.bin/tn3270/api/astosc.c +++ b/usr.bin/tn3270/api/astosc.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)astosc.c 4.2 (Berkeley) 4/26/91"; +/*static char sccsid[] = "from: @(#)astosc.c 4.2 (Berkeley) 4/26/91";*/ +static char rcsid[] = "$Id: astosc.c,v 1.2 1993/08/01 18:06:18 mycroft Exp $"; #endif /* not lint */ #include <ctype.h> diff --git a/usr.bin/tn3270/api/astosc.h b/usr.bin/tn3270/api/astosc.h index b8ee9783894..eeb194f80f4 100644 --- a/usr.bin/tn3270/api/astosc.h +++ b/usr.bin/tn3270/api/astosc.h @@ -30,7 +30,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)astosc.h 4.2 (Berkeley) 4/26/91 + * from: @(#)astosc.h 4.2 (Berkeley) 4/26/91 + * $Id: astosc.h,v 1.2 1993/08/01 18:06:12 mycroft Exp $ */ /* diff --git a/usr.bin/tn3270/api/dctype.c b/usr.bin/tn3270/api/dctype.c index 7d9ef3b534e..7f0ebd4a59e 100644 --- a/usr.bin/tn3270/api/dctype.c +++ b/usr.bin/tn3270/api/dctype.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)dctype.c 4.2 (Berkeley) 4/26/91"; +/*static char sccsid[] = "from: @(#)dctype.c 4.2 (Berkeley) 4/26/91";*/ +static char rcsid[] = "$Id: dctype.c,v 1.2 1993/08/01 18:06:17 mycroft Exp $"; #endif /* not lint */ #include "dctype.h" diff --git a/usr.bin/tn3270/api/dctype.h b/usr.bin/tn3270/api/dctype.h index 8bb8d95c1e7..ec2f4e7c827 100644 --- a/usr.bin/tn3270/api/dctype.h +++ b/usr.bin/tn3270/api/dctype.h @@ -30,7 +30,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)dctype.h 4.2 (Berkeley) 4/26/91 + * from: @(#)dctype.h 4.2 (Berkeley) 4/26/91 + * $Id: dctype.h,v 1.2 1993/08/01 18:06:11 mycroft Exp $ */ #define INCLUDED_ECTYPE diff --git a/usr.bin/tn3270/api/disp_asc.c b/usr.bin/tn3270/api/disp_asc.c index cbb655f81da..32f87b94e38 100644 --- a/usr.bin/tn3270/api/disp_asc.c +++ b/usr.bin/tn3270/api/disp_asc.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)disp_asc.c 4.2 (Berkeley) 4/26/91"; +/*static char sccsid[] = "from: @(#)disp_asc.c 4.2 (Berkeley) 4/26/91";*/ +static char rcsid[] = "$Id: disp_asc.c,v 1.2 1993/08/01 18:06:16 mycroft Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/tn3270/api/disp_asc.h b/usr.bin/tn3270/api/disp_asc.h index 97ea91f7f85..38d44ef60a1 100644 --- a/usr.bin/tn3270/api/disp_asc.h +++ b/usr.bin/tn3270/api/disp_asc.h @@ -30,7 +30,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)disp_asc.h 4.2 (Berkeley) 4/26/91 + * from: @(#)disp_asc.h 4.2 (Berkeley) 4/26/91 + * $Id: disp_asc.h,v 1.2 1993/08/01 18:06:09 mycroft Exp $ */ /* diff --git a/usr.bin/tn3270/api/ebc_disp.c b/usr.bin/tn3270/api/ebc_disp.c index 30226181853..8e264dd16d4 100644 --- a/usr.bin/tn3270/api/ebc_disp.c +++ b/usr.bin/tn3270/api/ebc_disp.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)ebc_disp.c 4.2 (Berkeley) 4/26/91"; +/*static char sccsid[] = "from: @(#)ebc_disp.c 4.2 (Berkeley) 4/26/91";*/ +static char rcsid[] = "$Id: ebc_disp.c,v 1.2 1993/08/01 18:06:15 mycroft Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/tn3270/api/ebc_disp.h b/usr.bin/tn3270/api/ebc_disp.h index 04446dab112..382e8cf424c 100644 --- a/usr.bin/tn3270/api/ebc_disp.h +++ b/usr.bin/tn3270/api/ebc_disp.h @@ -30,7 +30,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)ebc_disp.h 4.2 (Berkeley) 4/26/91 + * from: @(#)ebc_disp.h 4.2 (Berkeley) 4/26/91 + * $Id: ebc_disp.h,v 1.2 1993/08/01 18:06:08 mycroft Exp $ */ extern unsigned char diff --git a/usr.bin/tn3270/ascii/map3270.c b/usr.bin/tn3270/ascii/map3270.c index c2cf01c9e22..5af6c58c88a 100644 --- a/usr.bin/tn3270/ascii/map3270.c +++ b/usr.bin/tn3270/ascii/map3270.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)map3270.c 4.2 (Berkeley) 4/26/91"; +/*static char sccsid[] = "from: @(#)map3270.c 4.2 (Berkeley) 4/26/91";*/ +static char rcsid[] = "$Id: map3270.c,v 1.2 1993/08/01 18:06:02 mycroft Exp $"; #endif /* not lint */ /* This program reads a description file, somewhat like /etc/termcap, diff --git a/usr.bin/tn3270/ascii/map3270.h b/usr.bin/tn3270/ascii/map3270.h index 98b3e9d91be..75a106a05b7 100644 --- a/usr.bin/tn3270/ascii/map3270.h +++ b/usr.bin/tn3270/ascii/map3270.h @@ -30,7 +30,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)map3270.h 4.2 (Berkeley) 4/26/91 + * from: @(#)map3270.h 4.2 (Berkeley) 4/26/91 + * $Id: map3270.h,v 1.2 1993/08/01 18:05:57 mycroft Exp $ */ /* diff --git a/usr.bin/tn3270/ascii/mset.c b/usr.bin/tn3270/ascii/mset.c index 0f396989193..0d80a9646ab 100644 --- a/usr.bin/tn3270/ascii/mset.c +++ b/usr.bin/tn3270/ascii/mset.c @@ -38,7 +38,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)mset.c 4.2 (Berkeley) 4/26/91"; +/*static char sccsid[] = "from: @(#)mset.c 4.2 (Berkeley) 4/26/91";*/ +static char rcsid[] = "$Id: mset.c,v 1.2 1993/08/01 18:06:00 mycroft Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/tn3270/ascii/state.h b/usr.bin/tn3270/ascii/state.h index bf0e969aaa6..56b5ea1935a 100644 --- a/usr.bin/tn3270/ascii/state.h +++ b/usr.bin/tn3270/ascii/state.h @@ -30,7 +30,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)state.h 4.2 (Berkeley) 4/26/91 + * from: @(#)state.h 4.2 (Berkeley) 4/26/91 + * $Id: state.h,v 1.2 1993/08/01 18:05:56 mycroft Exp $ */ #define INCLUDED_STATE diff --git a/usr.bin/tn3270/ascii/termin.c b/usr.bin/tn3270/ascii/termin.c index 943306424cc..1fdaf8c35de 100644 --- a/usr.bin/tn3270/ascii/termin.c +++ b/usr.bin/tn3270/ascii/termin.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)termin.c 4.2 (Berkeley) 4/26/91"; +/*static char sccsid[] = "from: @(#)termin.c 4.2 (Berkeley) 4/26/91";*/ +static char rcsid[] = "$Id: termin.c,v 1.2 1993/08/01 18:05:59 mycroft Exp $"; #endif /* not lint */ /* this takes characters from the keyboard, and produces 3270 keystroke diff --git a/usr.bin/tn3270/ctlr/api.c b/usr.bin/tn3270/ctlr/api.c index 28d23964098..c95656b1ced 100644 --- a/usr.bin/tn3270/ctlr/api.c +++ b/usr.bin/tn3270/ctlr/api.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)api.c 4.5 (Berkeley) 4/26/91"; +/*static char sccsid[] = "from: @(#)api.c 4.5 (Berkeley) 4/26/91";*/ +static char rcsid[] = "$Id: api.c,v 1.2 1993/08/01 18:05:52 mycroft Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/tn3270/ctlr/api.h b/usr.bin/tn3270/ctlr/api.h index d9485053a03..d52a64b43be 100644 --- a/usr.bin/tn3270/ctlr/api.h +++ b/usr.bin/tn3270/ctlr/api.h @@ -30,7 +30,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)api.h 4.4 (Berkeley) 4/26/91 + * from: @(#)api.h 4.4 (Berkeley) 4/26/91 + * $Id: api.h,v 1.2 1993/08/01 18:05:45 mycroft Exp $ */ /* diff --git a/usr.bin/tn3270/ctlr/declare.h b/usr.bin/tn3270/ctlr/declare.h index 3665c83c6cb..20285f5b64d 100644 --- a/usr.bin/tn3270/ctlr/declare.h +++ b/usr.bin/tn3270/ctlr/declare.h @@ -30,7 +30,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)declare.h 4.2 (Berkeley) 4/26/91 + * from: @(#)declare.h 4.2 (Berkeley) 4/26/91 + * $Id: declare.h,v 1.2 1993/08/01 18:05:44 mycroft Exp $ */ /* diff --git a/usr.bin/tn3270/ctlr/externs.h b/usr.bin/tn3270/ctlr/externs.h index 73db537f299..ef30d503a42 100644 --- a/usr.bin/tn3270/ctlr/externs.h +++ b/usr.bin/tn3270/ctlr/externs.h @@ -30,7 +30,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)externs.h 4.2 (Berkeley) 4/26/91 + * from: @(#)externs.h 4.2 (Berkeley) 4/26/91 + * $Id: externs.h,v 1.2 1993/08/01 18:05:42 mycroft Exp $ */ /* diff --git a/usr.bin/tn3270/ctlr/function.c b/usr.bin/tn3270/ctlr/function.c index 5231880ddb6..ff6555dfedb 100644 --- a/usr.bin/tn3270/ctlr/function.c +++ b/usr.bin/tn3270/ctlr/function.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)function.c 4.2 (Berkeley) 4/26/91"; +/*static char sccsid[] = "from: @(#)function.c 4.2 (Berkeley) 4/26/91";*/ +static char rcsid[] = "$Id: function.c,v 1.2 1993/08/01 18:05:51 mycroft Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/tn3270/ctlr/function.h b/usr.bin/tn3270/ctlr/function.h index 4c219a0efa0..f37033004c3 100644 --- a/usr.bin/tn3270/ctlr/function.h +++ b/usr.bin/tn3270/ctlr/function.h @@ -30,7 +30,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)function.h 4.2 (Berkeley) 4/26/91 + * from: @(#)function.h 4.2 (Berkeley) 4/26/91 + * $Id: function.h,v 1.2 1993/08/01 18:05:41 mycroft Exp $ */ /* diff --git a/usr.bin/tn3270/ctlr/hostctlr.h b/usr.bin/tn3270/ctlr/hostctlr.h index 84133a27e78..311ae0acf97 100644 --- a/usr.bin/tn3270/ctlr/hostctlr.h +++ b/usr.bin/tn3270/ctlr/hostctlr.h @@ -30,7 +30,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)hostctlr.h 4.2 (Berkeley) 4/26/91 + * from: @(#)hostctlr.h 4.2 (Berkeley) 4/26/91 + * $Id: hostctlr.h,v 1.2 1993/08/01 18:05:40 mycroft Exp $ */ #define INCLUDED_HOST3270 diff --git a/usr.bin/tn3270/ctlr/inbound.c b/usr.bin/tn3270/ctlr/inbound.c index b462bf453b4..d2ea6febfa0 100644 --- a/usr.bin/tn3270/ctlr/inbound.c +++ b/usr.bin/tn3270/ctlr/inbound.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)inbound.c 4.3 (Berkeley) 4/26/91"; +/*static char sccsid[] = "from: @(#)inbound.c 4.3 (Berkeley) 4/26/91";*/ +static char rcsid[] = "$Id: inbound.c,v 1.2 1993/08/01 18:05:50 mycroft Exp $"; #endif /* not lint */ #include <stdio.h> diff --git a/usr.bin/tn3270/ctlr/oia.c b/usr.bin/tn3270/ctlr/oia.c index 6c33fca1597..0c3f521df74 100644 --- a/usr.bin/tn3270/ctlr/oia.c +++ b/usr.bin/tn3270/ctlr/oia.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)oia.c 4.2 (Berkeley) 4/26/91"; +/*static char sccsid[] = "from: @(#)oia.c 4.2 (Berkeley) 4/26/91";*/ +static char rcsid[] = "$Id: oia.c,v 1.2 1993/08/01 18:05:49 mycroft Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/tn3270/ctlr/oia.h b/usr.bin/tn3270/ctlr/oia.h index 982af259a1c..7e20d9ac001 100644 --- a/usr.bin/tn3270/ctlr/oia.h +++ b/usr.bin/tn3270/ctlr/oia.h @@ -30,7 +30,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)oia.h 4.2 (Berkeley) 4/26/91 + * from: @(#)oia.h 4.2 (Berkeley) 4/26/91 + * $Id: oia.h,v 1.2 1993/08/01 18:05:38 mycroft Exp $ */ /* diff --git a/usr.bin/tn3270/ctlr/options.c b/usr.bin/tn3270/ctlr/options.c index 8258d1de397..5dbe4de6c45 100644 --- a/usr.bin/tn3270/ctlr/options.c +++ b/usr.bin/tn3270/ctlr/options.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)options.c 4.2 (Berkeley) 4/26/91"; +/*static char sccsid[] = "from: @(#)options.c 4.2 (Berkeley) 4/26/91";*/ +static char rcsid[] = "$Id: options.c,v 1.2 1993/08/01 18:05:48 mycroft Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/tn3270/ctlr/options.h b/usr.bin/tn3270/ctlr/options.h index 32d08cc702f..645406f23c6 100644 --- a/usr.bin/tn3270/ctlr/options.h +++ b/usr.bin/tn3270/ctlr/options.h @@ -30,7 +30,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)options.h 4.2 (Berkeley) 4/26/91 + * from: @(#)options.h 4.2 (Berkeley) 4/26/91 + * $Id: options.h,v 1.2 1993/08/01 18:05:38 mycroft Exp $ */ /* diff --git a/usr.bin/tn3270/ctlr/outbound.c b/usr.bin/tn3270/ctlr/outbound.c index 3a59e1154c4..bd7207a4246 100644 --- a/usr.bin/tn3270/ctlr/outbound.c +++ b/usr.bin/tn3270/ctlr/outbound.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)outbound.c 4.3 (Berkeley) 4/26/91"; +/*static char sccsid[] = "from: @(#)outbound.c 4.3 (Berkeley) 4/26/91";*/ +static char rcsid[] = "$Id: outbound.c,v 1.2 1993/08/01 18:05:46 mycroft Exp $"; #endif /* not lint */ #include <stdio.h> diff --git a/usr.bin/tn3270/ctlr/screen.h b/usr.bin/tn3270/ctlr/screen.h index 188bf22c712..b06d1e12abb 100644 --- a/usr.bin/tn3270/ctlr/screen.h +++ b/usr.bin/tn3270/ctlr/screen.h @@ -30,7 +30,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)screen.h 4.3 (Berkeley) 4/26/91 + * from: @(#)screen.h 4.3 (Berkeley) 4/26/91 + * $Id: screen.h,v 1.2 1993/08/01 18:05:37 mycroft Exp $ */ #define INCLUDED_SCREEN diff --git a/usr.bin/tn3270/ctlr/scrnctlr.h b/usr.bin/tn3270/ctlr/scrnctlr.h index 20d6ac46ee2..ff4d89c9611 100644 --- a/usr.bin/tn3270/ctlr/scrnctlr.h +++ b/usr.bin/tn3270/ctlr/scrnctlr.h @@ -30,7 +30,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)scrnctlr.h 4.2 (Berkeley) 4/26/91 + * from: @(#)scrnctlr.h 4.2 (Berkeley) 4/26/91 + * $Id: scrnctlr.h,v 1.2 1993/08/01 18:05:35 mycroft Exp $ */ /* diff --git a/usr.bin/tn3270/general/genbsubs.c b/usr.bin/tn3270/general/genbsubs.c index dbff7bc321d..ecffb718166 100644 --- a/usr.bin/tn3270/general/genbsubs.c +++ b/usr.bin/tn3270/general/genbsubs.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)genbsubs.c 4.2 (Berkeley) 4/26/91"; +/*static char sccsid[] = "from: @(#)genbsubs.c 4.2 (Berkeley) 4/26/91";*/ +static char rcsid[] = "$Id: genbsubs.c,v 1.2 1993/08/01 18:05:28 mycroft Exp $"; #endif /* not lint */ /* The output of bunequal is the offset of the byte which didn't match; diff --git a/usr.bin/tn3270/general/general.h b/usr.bin/tn3270/general/general.h index 3d42d526a36..5f7a2871c92 100644 --- a/usr.bin/tn3270/general/general.h +++ b/usr.bin/tn3270/general/general.h @@ -30,7 +30,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)general.h 4.2 (Berkeley) 4/26/91 + * from: @(#)general.h 4.2 (Berkeley) 4/26/91 + * $Id: general.h,v 1.2 1993/08/01 18:05:25 mycroft Exp $ */ /* diff --git a/usr.bin/tn3270/general/globals.c b/usr.bin/tn3270/general/globals.c index b4d6461b786..6d5111cfeed 100644 --- a/usr.bin/tn3270/general/globals.c +++ b/usr.bin/tn3270/general/globals.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)globals.c 4.2 (Berkeley) 4/26/91"; +/*static char sccsid[] = "from: @(#)globals.c 4.2 (Berkeley) 4/26/91";*/ +static char rcsid[] = "$Id: globals.c,v 1.2 1993/08/01 18:05:27 mycroft Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/tn3270/general/globals.h b/usr.bin/tn3270/general/globals.h index 5f378bf9833..9037072d464 100644 --- a/usr.bin/tn3270/general/globals.h +++ b/usr.bin/tn3270/general/globals.h @@ -30,7 +30,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)globals.h 4.2 (Berkeley) 4/26/91 + * from: @(#)globals.h 4.2 (Berkeley) 4/26/91 + * $Id: globals.h,v 1.2 1993/08/01 18:05:24 mycroft Exp $ */ /* diff --git a/usr.bin/tn3270/general/vaxbsubs.s b/usr.bin/tn3270/general/vaxbsubs.s index f05ab3b2541..7919e8a1b3a 100644 --- a/usr.bin/tn3270/general/vaxbsubs.s +++ b/usr.bin/tn3270/general/vaxbsubs.s @@ -30,7 +30,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)vaxbsubs.s 4.2 (Berkeley) 4/26/91 + * from: @(#)vaxbsubs.s 4.2 (Berkeley) 4/26/91 + * $Id: vaxbsubs.s,v 1.2 1993/08/01 18:05:26 mycroft Exp $ */ /* This is taken from bcmp.s from 4.2. diff --git a/usr.bin/tn3270/sys_curses/system.c b/usr.bin/tn3270/sys_curses/system.c index dd58b2c676c..69f4ff44542 100644 --- a/usr.bin/tn3270/sys_curses/system.c +++ b/usr.bin/tn3270/sys_curses/system.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)system.c 4.5 (Berkeley) 4/26/91"; +/*static char sccsid[] = "from: @(#)system.c 4.5 (Berkeley) 4/26/91";*/ +static char rcsid[] = "$Id: system.c,v 1.2 1993/08/01 18:05:21 mycroft Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/tn3270/sys_curses/telextrn.h b/usr.bin/tn3270/sys_curses/telextrn.h index 55bc0dbfd9d..d81a8ce5c14 100644 --- a/usr.bin/tn3270/sys_curses/telextrn.h +++ b/usr.bin/tn3270/sys_curses/telextrn.h @@ -30,7 +30,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)telextrn.h 4.2 (Berkeley) 4/26/91 + * from: @(#)telextrn.h 4.2 (Berkeley) 4/26/91 + * $Id: telextrn.h,v 1.2 1993/08/01 18:04:46 mycroft Exp $ */ /* diff --git a/usr.bin/tn3270/sys_curses/terminal.h b/usr.bin/tn3270/sys_curses/terminal.h index 492299d2bdc..32cd0093f92 100644 --- a/usr.bin/tn3270/sys_curses/terminal.h +++ b/usr.bin/tn3270/sys_curses/terminal.h @@ -30,7 +30,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)terminal.h 4.3 (Berkeley) 4/26/91 + * from: @(#)terminal.h 4.3 (Berkeley) 4/26/91 + * $Id: terminal.h,v 1.2 1993/08/01 18:05:17 mycroft Exp $ */ #define INCLUDED_TERMINAL diff --git a/usr.bin/tn3270/sys_curses/termout.c b/usr.bin/tn3270/sys_curses/termout.c index f456c64e17f..54602e3fc26 100644 --- a/usr.bin/tn3270/sys_curses/termout.c +++ b/usr.bin/tn3270/sys_curses/termout.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)termout.c 4.3 (Berkeley) 4/26/91"; +/*static char sccsid[] = "from: @(#)termout.c 4.3 (Berkeley) 4/26/91";*/ +static char rcsid[] = "$Id: termout.c,v 1.2 1993/08/01 18:05:18 mycroft Exp $"; #endif /* not lint */ #if defined(unix) diff --git a/usr.bin/tn3270/telextrn.h b/usr.bin/tn3270/telextrn.h index 55bc0dbfd9d..d81a8ce5c14 100644 --- a/usr.bin/tn3270/telextrn.h +++ b/usr.bin/tn3270/telextrn.h @@ -30,7 +30,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)telextrn.h 4.2 (Berkeley) 4/26/91 + * from: @(#)telextrn.h 4.2 (Berkeley) 4/26/91 + * $Id: telextrn.h,v 1.2 1993/08/01 18:04:46 mycroft Exp $ */ /* diff --git a/usr.bin/tn3270/tools/mkastods/mkastods.c b/usr.bin/tn3270/tools/mkastods/mkastods.c index 34a7e627076..fede5d8190b 100644 --- a/usr.bin/tn3270/tools/mkastods/mkastods.c +++ b/usr.bin/tn3270/tools/mkastods/mkastods.c @@ -38,7 +38,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)mkastods.c 4.2 (Berkeley) 4/26/91"; +/*static char sccsid[] = "from: @(#)mkastods.c 4.2 (Berkeley) 4/26/91";*/ +static char rcsid[] = "$Id: mkastods.c,v 1.2 1993/08/01 18:05:13 mycroft Exp $"; #endif /* not lint */ #include <stdio.h> diff --git a/usr.bin/tn3270/tools/mkastosc/mkastosc.c b/usr.bin/tn3270/tools/mkastosc/mkastosc.c index ad55c60b978..37192e8ad0a 100644 --- a/usr.bin/tn3270/tools/mkastosc/mkastosc.c +++ b/usr.bin/tn3270/tools/mkastosc/mkastosc.c @@ -38,7 +38,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)mkastosc.c 4.2 (Berkeley) 4/26/91"; +/*static char sccsid[] = "from: @(#)mkastosc.c 4.2 (Berkeley) 4/26/91";*/ +static char rcsid[] = "$Id: mkastosc.c,v 1.2 1993/08/01 18:05:09 mycroft Exp $"; #endif /* not lint */ #include <stdio.h> diff --git a/usr.bin/tn3270/tools/mkdctype/ectype.c b/usr.bin/tn3270/tools/mkdctype/ectype.c index 0d70df63e5d..99d90bf848a 100644 --- a/usr.bin/tn3270/tools/mkdctype/ectype.c +++ b/usr.bin/tn3270/tools/mkdctype/ectype.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)ectype.c 4.2 (Berkeley) 4/26/91"; +/*static char sccsid[] = "from: @(#)ectype.c 4.2 (Berkeley) 4/26/91";*/ +static char rcsid[] = "$Id: ectype.c,v 1.2 1993/08/01 18:05:06 mycroft Exp $"; #endif /* not lint */ #include "ectype.h" diff --git a/usr.bin/tn3270/tools/mkdctype/ectype.h b/usr.bin/tn3270/tools/mkdctype/ectype.h index 7b2f546b400..0790b0f3809 100644 --- a/usr.bin/tn3270/tools/mkdctype/ectype.h +++ b/usr.bin/tn3270/tools/mkdctype/ectype.h @@ -30,7 +30,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)ectype.h 4.2 (Berkeley) 4/26/91 + * from: @(#)ectype.h 4.2 (Berkeley) 4/26/91 + * $Id: ectype.h,v 1.2 1993/08/01 18:05:04 mycroft Exp $ */ #define INCLUDED_ECTYPE diff --git a/usr.bin/tn3270/tools/mkdctype/mkdctype.c b/usr.bin/tn3270/tools/mkdctype/mkdctype.c index d11525e590e..4f43f1d8b21 100644 --- a/usr.bin/tn3270/tools/mkdctype/mkdctype.c +++ b/usr.bin/tn3270/tools/mkdctype/mkdctype.c @@ -38,7 +38,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)mkdctype.c 4.2 (Berkeley) 4/26/91"; +/*static char sccsid[] = "from: @(#)mkdctype.c 4.2 (Berkeley) 4/26/91";*/ +static char rcsid[] = "$Id: mkdctype.c,v 1.2 1993/08/01 18:05:05 mycroft Exp $"; #endif /* not lint */ #include "../api/ebc_disp.h" diff --git a/usr.bin/tn3270/tools/mkdstoas/mkdstoas.c b/usr.bin/tn3270/tools/mkdstoas/mkdstoas.c index 4038c0fbe72..778948d2f2e 100644 --- a/usr.bin/tn3270/tools/mkdstoas/mkdstoas.c +++ b/usr.bin/tn3270/tools/mkdstoas/mkdstoas.c @@ -38,7 +38,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)mkdstoas.c 4.2 (Berkeley) 4/26/91"; +/*static char sccsid[] = "from: @(#)mkdstoas.c 4.2 (Berkeley) 4/26/91";*/ +static char rcsid[] = "$Id: mkdstoas.c,v 1.2 1993/08/01 18:05:00 mycroft Exp $"; #endif /* not lint */ #include <stdio.h> diff --git a/usr.bin/tn3270/tools/mkhits/dohits.c b/usr.bin/tn3270/tools/mkhits/dohits.c index 1ca1ebeffd5..9d413bc0dc2 100644 --- a/usr.bin/tn3270/tools/mkhits/dohits.c +++ b/usr.bin/tn3270/tools/mkhits/dohits.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)dohits.c 4.2 (Berkeley) 4/26/91"; +/*static char sccsid[] = "from: @(#)dohits.c 4.2 (Berkeley) 4/26/91";*/ +static char rcsid[] = "$Id: dohits.c,v 1.2 1993/08/01 18:04:57 mycroft Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/tn3270/tools/mkhits/dohits.h b/usr.bin/tn3270/tools/mkhits/dohits.h index a50ad95a637..783f5d016c3 100644 --- a/usr.bin/tn3270/tools/mkhits/dohits.h +++ b/usr.bin/tn3270/tools/mkhits/dohits.h @@ -30,7 +30,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)dohits.h 4.2 (Berkeley) 4/26/91 + * from: @(#)dohits.h 4.2 (Berkeley) 4/26/91 + * $Id: dohits.h,v 1.2 1993/08/01 18:04:55 mycroft Exp $ */ #define numberof(x) (sizeof x/sizeof x[0]) diff --git a/usr.bin/tn3270/tools/mkhits/mkhits.c b/usr.bin/tn3270/tools/mkhits/mkhits.c index 0ff77099365..8fab7f704a8 100644 --- a/usr.bin/tn3270/tools/mkhits/mkhits.c +++ b/usr.bin/tn3270/tools/mkhits/mkhits.c @@ -38,7 +38,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)mkhits.c 4.2 (Berkeley) 4/26/91"; +/*static char sccsid[] = "from: @(#)mkhits.c 4.2 (Berkeley) 4/26/91";*/ +static char rcsid[] = "$Id: mkhits.c,v 1.2 1993/08/01 18:04:56 mycroft Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/tn3270/tools/mkmake.y b/usr.bin/tn3270/tools/mkmake.y index 49231387c84..70215c1a128 100644 --- a/usr.bin/tn3270/tools/mkmake.y +++ b/usr.bin/tn3270/tools/mkmake.y @@ -34,7 +34,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)mkmake.y 4.2 (Berkeley) 4/26/91"; +/*static char sccsid[] = "from: @(#)mkmake.y 4.2 (Berkeley) 4/26/91";*/ +static char rcsid[] = "$Id: mkmake.y,v 1.2 1993/08/01 18:04:51 mycroft Exp $"; #endif /* not lint */ typedef struct string { diff --git a/usr.bin/tn3270/tools/mkmake/mkmake.y b/usr.bin/tn3270/tools/mkmake/mkmake.y index 49231387c84..70215c1a128 100644 --- a/usr.bin/tn3270/tools/mkmake/mkmake.y +++ b/usr.bin/tn3270/tools/mkmake/mkmake.y @@ -34,7 +34,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)mkmake.y 4.2 (Berkeley) 4/26/91"; +/*static char sccsid[] = "from: @(#)mkmake.y 4.2 (Berkeley) 4/26/91";*/ +static char rcsid[] = "$Id: mkmake.y,v 1.2 1993/08/01 18:04:51 mycroft Exp $"; #endif /* not lint */ typedef struct string { diff --git a/usr.bin/tn3270/tools/prt3270.c b/usr.bin/tn3270/tools/prt3270.c index 693fc4bcbde..2ba0cc94d51 100644 --- a/usr.bin/tn3270/tools/prt3270.c +++ b/usr.bin/tn3270/tools/prt3270.c @@ -38,7 +38,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)prt3270.c 4.2 (Berkeley) 4/26/91"; +/*static char sccsid[] = "from: @(#)prt3270.c 4.2 (Berkeley) 4/26/91";*/ +static char rcsid[] = "$Id: prt3270.c,v 1.2 1993/08/01 18:04:50 mycroft Exp $"; #endif /* not lint */ #if defined(unix) diff --git a/usr.bin/tn3270/tools/prt3270/prt3270.c b/usr.bin/tn3270/tools/prt3270/prt3270.c index 693fc4bcbde..2ba0cc94d51 100644 --- a/usr.bin/tn3270/tools/prt3270/prt3270.c +++ b/usr.bin/tn3270/tools/prt3270/prt3270.c @@ -38,7 +38,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)prt3270.c 4.2 (Berkeley) 4/26/91"; +/*static char sccsid[] = "from: @(#)prt3270.c 4.2 (Berkeley) 4/26/91";*/ +static char rcsid[] = "$Id: prt3270.c,v 1.2 1993/08/01 18:04:50 mycroft Exp $"; #endif /* not lint */ #if defined(unix) diff --git a/usr.bin/touch/touch.c b/usr.bin/touch/touch.c index bf615b26a7f..54dbe36e9dc 100644 --- a/usr.bin/touch/touch.c +++ b/usr.bin/touch/touch.c @@ -38,7 +38,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)touch.c 5.5 (Berkeley) 3/7/93"; +/*static char sccsid[] = "from: @(#)touch.c 5.5 (Berkeley) 3/7/93";*/ +static char rcsid[] = "$Id: touch.c,v 1.5 1993/08/01 18:04:42 mycroft Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/tput/tput.c b/usr.bin/tput/tput.c index 72b05a33d31..92738973b26 100644 --- a/usr.bin/tput/tput.c +++ b/usr.bin/tput/tput.c @@ -38,7 +38,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)tput.c 5.7 (Berkeley) 6/7/90"; +/*static char sccsid[] = "from: @(#)tput.c 5.7 (Berkeley) 6/7/90";*/ +static char rcsid[] = "$Id: tput.c,v 1.2 1993/08/01 18:04:38 mycroft Exp $"; #endif /* not lint */ #include <sys/termios.h> diff --git a/usr.bin/tr/extern.h b/usr.bin/tr/extern.h index 318f665269f..c69b5652356 100644 --- a/usr.bin/tr/extern.h +++ b/usr.bin/tr/extern.h @@ -30,7 +30,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)extern.h 5.2 (Berkeley) 10/27/91 + * from: @(#)extern.h 5.2 (Berkeley) 10/27/91 + * $Id: extern.h,v 1.2 1993/08/01 18:04:33 mycroft Exp $ */ typedef struct { diff --git a/usr.bin/tr/str.c b/usr.bin/tr/str.c index 6c9db6424fb..a6a72538865 100644 --- a/usr.bin/tr/str.c +++ b/usr.bin/tr/str.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)str.c 5.9 (Berkeley) 3/4/93"; +/*static char sccsid[] = "from: @(#)str.c 5.9 (Berkeley) 3/4/93";*/ +static char rcsid[] = "$Id: str.c,v 1.3 1993/08/01 18:04:35 mycroft Exp $"; #endif /* not lint */ #include <sys/cdefs.h> diff --git a/usr.bin/tr/tr.c b/usr.bin/tr/tr.c index 4b270cf6945..fb141599ca9 100644 --- a/usr.bin/tr/tr.c +++ b/usr.bin/tr/tr.c @@ -38,7 +38,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)tr.c 5.4 (Berkeley) 3/3/93"; +/*static char sccsid[] = "from: @(#)tr.c 5.4 (Berkeley) 3/3/93";*/ +static char rcsid[] = "$Id: tr.c,v 1.3 1993/08/01 18:04:34 mycroft Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/true/true.c b/usr.bin/true/true.c index 43462dd6b38..e52f35b81d6 100644 --- a/usr.bin/true/true.c +++ b/usr.bin/true/true.c @@ -38,7 +38,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)true.c 5.2 (Berkeley) 6/1/90"; +/*static char sccsid[] = "from: @(#)true.c 5.2 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: true.c,v 1.2 1993/08/01 18:04:29 mycroft Exp $"; #endif /* not lint */ main() diff --git a/usr.bin/tset/extern.h b/usr.bin/tset/extern.h index e7d1a05d7b7..f282f5186ee 100644 --- a/usr.bin/tset/extern.h +++ b/usr.bin/tset/extern.h @@ -30,7 +30,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)extern.h 5.2 (Berkeley) 12/24/91 + * from: @(#)extern.h 5.2 (Berkeley) 12/24/91 + * $Id: extern.h,v 1.2 1993/08/01 18:04:21 mycroft Exp $ */ /* This should be in <termcap.h> instead. */ diff --git a/usr.bin/tset/map.c b/usr.bin/tset/map.c index d71fefbaa0d..7f398150db3 100644 --- a/usr.bin/tset/map.c +++ b/usr.bin/tset/map.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)map.c 5.2 (Berkeley) 12/24/91"; +/*static char sccsid[] = "from: @(#)map.c 5.2 (Berkeley) 12/24/91";*/ +static char rcsid[] = "$Id: map.c,v 1.2 1993/08/01 18:04:26 mycroft Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/tset/misc.c b/usr.bin/tset/misc.c index 69f68abecad..d53f21c5c4e 100644 --- a/usr.bin/tset/misc.c +++ b/usr.bin/tset/misc.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)misc.c 5.1 (Berkeley) 12/22/91"; +/*static char sccsid[] = "from: @(#)misc.c 5.1 (Berkeley) 12/22/91";*/ +static char rcsid[] = "$Id: misc.c,v 1.2 1993/08/01 18:04:25 mycroft Exp $"; #endif /* not lint */ #include <fcntl.h> diff --git a/usr.bin/tset/set.c b/usr.bin/tset/set.c index 4e00ae7358c..783dc455985 100644 --- a/usr.bin/tset/set.c +++ b/usr.bin/tset/set.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)set.c 5.3 (Berkeley) 12/1/92"; +/*static char sccsid[] = "from: @(#)set.c 5.3 (Berkeley) 12/1/92";*/ +static char rcsid[] = "$Id: set.c,v 1.3 1993/08/01 18:04:24 mycroft Exp $"; #endif /* not lint */ #include <termios.h> diff --git a/usr.bin/tset/term.c b/usr.bin/tset/term.c index d1ee0168c76..64bc2691691 100644 --- a/usr.bin/tset/term.c +++ b/usr.bin/tset/term.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)term.c 5.5 (Berkeley) 5/11/92"; +/*static char sccsid[] = "from: @(#)term.c 5.5 (Berkeley) 5/11/92";*/ +static char rcsid[] = "$Id: term.c,v 1.5 1993/08/01 18:04:23 mycroft Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/tset/tset.c b/usr.bin/tset/tset.c index 4966b049dd8..4535d8b2c0a 100644 --- a/usr.bin/tset/tset.c +++ b/usr.bin/tset/tset.c @@ -38,7 +38,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)tset.c 5.22 (Berkeley) 2/11/93"; +/*static char sccsid[] = "from: @(#)tset.c 5.22 (Berkeley) 2/11/93";*/ +static char rcsid[] = "$Id: tset.c,v 1.3 1993/08/01 18:04:22 mycroft Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/tset/wrterm.c b/usr.bin/tset/wrterm.c index b31d3c1395b..1662559b51b 100644 --- a/usr.bin/tset/wrterm.c +++ b/usr.bin/tset/wrterm.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)wrterm.c 5.2 (Berkeley) 12/24/91"; +/*static char sccsid[] = "from: @(#)wrterm.c 5.2 (Berkeley) 12/24/91";*/ +static char rcsid[] = "$Id: wrterm.c,v 1.2 1993/08/01 18:04:22 mycroft Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/tsort/tsort.c b/usr.bin/tsort/tsort.c index a484d9b6fab..08dedb78550 100644 --- a/usr.bin/tsort/tsort.c +++ b/usr.bin/tsort/tsort.c @@ -41,7 +41,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)tsort.c 5.3 (Berkeley) 6/1/90"; +/*static char sccsid[] = "from: @(#)tsort.c 5.3 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: tsort.c,v 1.2 1993/08/01 18:04:16 mycroft Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/tty/tty.c b/usr.bin/tty/tty.c index a85a2e5052f..e18d8d49ec5 100644 --- a/usr.bin/tty/tty.c +++ b/usr.bin/tty/tty.c @@ -38,7 +38,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)tty.c 4.4 (Berkeley) 6/1/90"; +/*static char sccsid[] = "from: @(#)tty.c 4.4 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: tty.c,v 1.2 1993/08/01 18:04:12 mycroft Exp $"; #endif /* not lint */ #include <stdio.h> diff --git a/usr.bin/ul/ul.c b/usr.bin/ul/ul.c index e5c8e327adf..7ce23deaad9 100644 --- a/usr.bin/ul/ul.c +++ b/usr.bin/ul/ul.c @@ -38,7 +38,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)ul.c 5.7 (Berkeley) 2/2/91"; +/*static char sccsid[] = "from: @(#)ul.c 5.7 (Berkeley) 2/2/91";*/ +static char rcsid[] = "$Id: ul.c,v 1.2 1993/08/01 18:04:08 mycroft Exp $"; #endif /* not lint */ #include <stdio.h> diff --git a/usr.bin/unexpand/unexpand.c b/usr.bin/unexpand/unexpand.c index 3e1c4bcae14..b62e0b6b9ec 100644 --- a/usr.bin/unexpand/unexpand.c +++ b/usr.bin/unexpand/unexpand.c @@ -38,7 +38,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)unexpand.c 5.3 (Berkeley) 4/18/91"; +/*static char sccsid[] = "from: @(#)unexpand.c 5.3 (Berkeley) 4/18/91";*/ +static char rcsid[] = "$Id: unexpand.c,v 1.2 1993/08/01 18:04:04 mycroft Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/unifdef/unifdef.c b/usr.bin/unifdef/unifdef.c index 399825ec779..1b1acf08e5d 100644 --- a/usr.bin/unifdef/unifdef.c +++ b/usr.bin/unifdef/unifdef.c @@ -41,7 +41,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)unifdef.c 4.7 (Berkeley) 6/1/90"; +/*static char sccsid[] = "from: @(#)unifdef.c 4.7 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: unifdef.c,v 1.2 1993/08/01 18:03:56 mycroft Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/uniq/uniq.c b/usr.bin/uniq/uniq.c index f5a2f3fa230..a7ab78bc163 100644 --- a/usr.bin/uniq/uniq.c +++ b/usr.bin/uniq/uniq.c @@ -41,7 +41,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)uniq.c 5.4 (Berkeley) 1/9/92"; +/*static char sccsid[] = "from: @(#)uniq.c 5.4 (Berkeley) 1/9/92";*/ +static char rcsid[] = "$Id: uniq.c,v 1.5 1993/08/01 18:03:53 mycroft Exp $"; #endif /* not lint */ #include <errno.h> diff --git a/usr.bin/unvis/unvis.c b/usr.bin/unvis/unvis.c index e094207120b..9f51a645078 100644 --- a/usr.bin/unvis/unvis.c +++ b/usr.bin/unvis/unvis.c @@ -38,7 +38,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)unvis.c 5.1 (Berkeley) 6/1/90"; +/*static char sccsid[] = "from: @(#)unvis.c 5.1 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: unvis.c,v 1.2 1993/08/01 18:03:50 mycroft Exp $"; #endif /* not lint */ #include <stdio.h> diff --git a/usr.bin/users/users.c b/usr.bin/users/users.c index 9989413747d..3ab79d63a03 100644 --- a/usr.bin/users/users.c +++ b/usr.bin/users/users.c @@ -38,7 +38,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)users.c 5.12 (Berkeley) 11/1/90"; +/*static char sccsid[] = "from: @(#)users.c 5.12 (Berkeley) 11/1/90";*/ +static char rcsid[] = "$Id: users.c,v 1.2 1993/08/01 18:03:46 mycroft Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/uudecode/uudecode.c b/usr.bin/uudecode/uudecode.c index 94ea7aaa463..e3762679305 100644 --- a/usr.bin/uudecode/uudecode.c +++ b/usr.bin/uudecode/uudecode.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)uudecode.c 5.10 (Berkeley) 6/1/90"; +/*static char sccsid[] = "from: @(#)uudecode.c 5.10 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: uudecode.c,v 1.2 1993/08/01 18:03:42 mycroft Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/uuencode/uuencode.c b/usr.bin/uuencode/uuencode.c index 209220feaed..2c76d318438 100644 --- a/usr.bin/uuencode/uuencode.c +++ b/usr.bin/uuencode/uuencode.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)uuencode.c 5.9 (Berkeley) 6/1/90"; +/*static char sccsid[] = "from: @(#)uuencode.c 5.9 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: uuencode.c,v 1.2 1993/08/01 18:03:38 mycroft Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/vacation/vacation.c b/usr.bin/vacation/vacation.c index b60da2e071a..e37ca228115 100644 --- a/usr.bin/vacation/vacation.c +++ b/usr.bin/vacation/vacation.c @@ -38,7 +38,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)vacation.c 5.19 (Berkeley) 3/23/91"; +/*static char sccsid[] = "from: @(#)vacation.c 5.19 (Berkeley) 3/23/91";*/ +static char rcsid[] = "$Id: vacation.c,v 1.4 1993/08/01 18:03:35 mycroft Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/vgrind/pathnames.h b/usr.bin/vgrind/pathnames.h index c039cec2f01..ff5c6301bd8 100644 --- a/usr.bin/vgrind/pathnames.h +++ b/usr.bin/vgrind/pathnames.h @@ -30,7 +30,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)pathnames.h 5.2 (Berkeley) 6/1/90 + * from: @(#)pathnames.h 5.2 (Berkeley) 6/1/90 + * $Id: pathnames.h,v 1.2 1993/08/01 18:03:26 mycroft Exp $ */ #define _PATH_VGRINDEFS "/usr/share/misc/vgrindefs" diff --git a/usr.bin/vgrind/regexp.c b/usr.bin/vgrind/regexp.c index 878a429e4b3..b6bc6d57a0c 100644 --- a/usr.bin/vgrind/regexp.c +++ b/usr.bin/vgrind/regexp.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)regexp.c 5.3 (Berkeley) 6/1/90"; +/*static char sccsid[] = "from: @(#)regexp.c 5.3 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: regexp.c,v 1.2 1993/08/01 18:03:29 mycroft Exp $"; #endif /* not lint */ #include <ctype.h> diff --git a/usr.bin/vgrind/retest/retest.c b/usr.bin/vgrind/retest/retest.c index b2554ed1b72..de0cd069097 100644 --- a/usr.bin/vgrind/retest/retest.c +++ b/usr.bin/vgrind/retest/retest.c @@ -38,7 +38,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)retest.c 5.3 (Berkeley) 6/1/90"; +/*static char sccsid[] = "from: @(#)retest.c 5.3 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: retest.c,v 1.2 1993/08/01 18:03:32 mycroft Exp $"; #endif /* not lint */ #include <ctype.h> diff --git a/usr.bin/vgrind/vfontedpr.c b/usr.bin/vgrind/vfontedpr.c index c0256e1f01e..af4efcf8e76 100644 --- a/usr.bin/vgrind/vfontedpr.c +++ b/usr.bin/vgrind/vfontedpr.c @@ -38,7 +38,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)vfontedpr.c 5.5 (Berkeley) 6/1/90"; +/*static char sccsid[] = "from: @(#)vfontedpr.c 5.5 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: vfontedpr.c,v 1.2 1993/08/01 18:03:28 mycroft Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/vgrind/vgrindefs.c b/usr.bin/vgrind/vgrindefs.c index fbae9014e37..b61a61b48b0 100644 --- a/usr.bin/vgrind/vgrindefs.c +++ b/usr.bin/vgrind/vgrindefs.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)vgrindefs.c 5.3 (Berkeley) 6/1/90"; +/*static char sccsid[] = "from: @(#)vgrindefs.c 5.3 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: vgrindefs.c,v 1.3 1993/08/01 18:03:27 mycroft Exp $"; #endif /* not lint */ #define BUFSIZ 1024 diff --git a/usr.bin/vis/foldit.c b/usr.bin/vis/foldit.c index 108c3fdb9f7..ad842356b36 100644 --- a/usr.bin/vis/foldit.c +++ b/usr.bin/vis/foldit.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)foldit.c 5.1 (Berkeley) 4/18/91"; +/*static char sccsid[] = "from: @(#)foldit.c 5.1 (Berkeley) 4/18/91";*/ +static char rcsid[] = "$Id: foldit.c,v 1.2 1993/08/01 18:04:01 mycroft Exp $"; #endif /* not lint */ foldit(chunk, col, max) diff --git a/usr.bin/vis/vis.c b/usr.bin/vis/vis.c index 91f007c3955..dee0f91866c 100644 --- a/usr.bin/vis/vis.c +++ b/usr.bin/vis/vis.c @@ -38,7 +38,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)vis.c 5.1 (Berkeley) 4/18/91"; +/*static char sccsid[] = "from: @(#)vis.c 5.1 (Berkeley) 4/18/91";*/ +static char rcsid[] = "$Id: vis.c,v 1.2 1993/08/01 18:04:00 mycroft Exp $"; #endif /* not lint */ #include <stdio.h> diff --git a/usr.bin/vmstat/vmstat.c b/usr.bin/vmstat/vmstat.c index 403c9681c1f..00958a79b2f 100644 --- a/usr.bin/vmstat/vmstat.c +++ b/usr.bin/vmstat/vmstat.c @@ -38,8 +38,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -/* from: static char sccsid[] = "@(#)vmstat.c 5.31 (Berkeley) 7/2/91"; */ -static char rcsid[] = "$Id: vmstat.c,v 1.5 1993/06/06 17:15:59 cgd Exp $"; +/*static char sccsid[] = "from: @(#)vmstat.c 5.31 (Berkeley) 7/2/91";*/ +static char rcsid[] = "$Id: vmstat.c,v 1.6 1993/08/01 18:03:21 mycroft Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/w/attime.c b/usr.bin/w/attime.c index 7ff4926b296..7e1201df542 100644 --- a/usr.bin/w/attime.c +++ b/usr.bin/w/attime.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)attime.c 5.2 (Berkeley) 8/30/90"; +/*static char sccsid[] = "from: @(#)attime.c 5.2 (Berkeley) 8/30/90";*/ +static char rcsid[] = "$Id: attime.c,v 1.2 1993/08/01 18:03:18 mycroft Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/w/proc_compare.c b/usr.bin/w/proc_compare.c index e255f83a931..89f6cee1830 100644 --- a/usr.bin/w/proc_compare.c +++ b/usr.bin/w/proc_compare.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)proc_compare.c 5.4 (Berkeley) 2/7/91"; +/*static char sccsid[] = "from: @(#)proc_compare.c 5.4 (Berkeley) 2/7/91";*/ +static char rcsid[] = "$Id: proc_compare.c,v 1.2 1993/08/01 18:03:16 mycroft Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/w/w.c b/usr.bin/w/w.c index 0fb6d442741..e5bc2dde762 100644 --- a/usr.bin/w/w.c +++ b/usr.bin/w/w.c @@ -38,8 +38,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -/* from: static char sccsid[] = "@(#)w.c 5.29 (Berkeley) 4/23/91"; */ -static char rcsid[] = "$Id: w.c,v 1.7 1993/07/15 17:55:48 cgd Exp $"; +/*static char sccsid[] = "from: @(#)w.c 5.29 (Berkeley) 4/23/91";*/ +static char rcsid[] = "$Id: w.c,v 1.8 1993/08/01 18:03:14 mycroft Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/wall/ttymsg.c b/usr.bin/wall/ttymsg.c index 71a3ca15d4f..19911a47c45 100644 --- a/usr.bin/wall/ttymsg.c +++ b/usr.bin/wall/ttymsg.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)ttymsg.c 5.8 (Berkeley) 7/1/91"; +/*static char sccsid[] = "from: @(#)ttymsg.c 5.8 (Berkeley) 7/1/91";*/ +static char rcsid[] = "$Id: ttymsg.c,v 1.2 1993/08/01 18:03:09 mycroft Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/wall/wall.c b/usr.bin/wall/wall.c index 7665810a6f7..d39e99d2b3e 100644 --- a/usr.bin/wall/wall.c +++ b/usr.bin/wall/wall.c @@ -38,7 +38,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)wall.c 5.14 (Berkeley) 3/2/91"; +/*static char sccsid[] = "from: @(#)wall.c 5.14 (Berkeley) 3/2/91";*/ +static char rcsid[] = "$Id: wall.c,v 1.4 1993/08/01 18:03:08 mycroft Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/wc/wc.c b/usr.bin/wc/wc.c index 441b806ba20..d7f98232415 100644 --- a/usr.bin/wc/wc.c +++ b/usr.bin/wc/wc.c @@ -38,7 +38,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)wc.c 5.7 (Berkeley) 3/2/91"; +/*static char sccsid[] = "from: @(#)wc.c 5.7 (Berkeley) 3/2/91";*/ +static char rcsid[] = "$Id: wc.c,v 1.3 1993/08/01 18:03:04 mycroft Exp $"; #endif /* not lint */ /* wc line, word and char count */ diff --git a/usr.bin/what/what.c b/usr.bin/what/what.c index a893d225422..30568f07282 100644 --- a/usr.bin/what/what.c +++ b/usr.bin/what/what.c @@ -38,7 +38,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)what.c 5.5 (Berkeley) 3/2/91"; +/*static char sccsid[] = "from: @(#)what.c 5.5 (Berkeley) 3/2/91";*/ +static char rcsid[] = "$Id: what.c,v 1.2 1993/08/01 18:03:02 mycroft Exp $"; #endif /* not lint */ #include <stdio.h> diff --git a/usr.bin/whereis/whereis.c b/usr.bin/whereis/whereis.c index 676d47b9a79..16a9178062e 100644 --- a/usr.bin/whereis/whereis.c +++ b/usr.bin/whereis/whereis.c @@ -38,7 +38,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)whereis.c 5.5 (Berkeley) 4/18/91"; +/*static char sccsid[] = "from: @(#)whereis.c 5.5 (Berkeley) 4/18/91";*/ +static char rcsid[] = "$Id: whereis.c,v 1.3 1993/08/01 18:03:00 mycroft Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/who/who.c b/usr.bin/who/who.c index 9b6c43d094b..8bedfc4de99 100644 --- a/usr.bin/who/who.c +++ b/usr.bin/who/who.c @@ -41,7 +41,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)who.c 5.11 (Berkeley) 6/1/90"; +/*static char sccsid[] = "from: @(#)who.c 5.11 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: who.c,v 1.2 1993/08/01 18:02:56 mycroft Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/whoami/whoami.c b/usr.bin/whoami/whoami.c index 61d70a4c71a..9b1a6ffa050 100644 --- a/usr.bin/whoami/whoami.c +++ b/usr.bin/whoami/whoami.c @@ -38,7 +38,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)whoami.c 5.5 (Berkeley) 3/2/91"; +/*static char sccsid[] = "from: @(#)whoami.c 5.5 (Berkeley) 3/2/91";*/ +static char rcsid[] = "$Id: whoami.c,v 1.2 1993/08/01 18:02:52 mycroft Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/whois/whois.c b/usr.bin/whois/whois.c index bac48d1d4d8..6da3516050d 100644 --- a/usr.bin/whois/whois.c +++ b/usr.bin/whois/whois.c @@ -38,7 +38,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)whois.c 5.11 (Berkeley) 3/2/91"; +/*static char sccsid[] = "from: @(#)whois.c 5.11 (Berkeley) 3/2/91";*/ +static char rcsid[] = "$Id: whois.c,v 1.3 1993/08/01 18:02:49 mycroft Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/window/alias.h b/usr.bin/window/alias.h index 0adeb7bb9e3..3db2abc2d12 100644 --- a/usr.bin/window/alias.h +++ b/usr.bin/window/alias.h @@ -33,7 +33,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)alias.h 3.8 (Berkeley) 6/6/90 + * from: @(#)alias.h 3.8 (Berkeley) 6/6/90 + * $Id: alias.h,v 1.2 1993/08/01 18:01:39 mycroft Exp $ */ #define alias var diff --git a/usr.bin/window/char.c b/usr.bin/window/char.c index df6e9914e9c..431e99a69c2 100644 --- a/usr.bin/window/char.c +++ b/usr.bin/window/char.c @@ -35,7 +35,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)char.c 3.7 (Berkeley) 6/6/90"; +/*static char sccsid[] = "from: @(#)char.c 3.7 (Berkeley) 6/6/90";*/ +static char rcsid[] = "$Id: char.c,v 1.2 1993/08/01 18:02:30 mycroft Exp $"; #endif /* not lint */ #include "char.h" diff --git a/usr.bin/window/char.h b/usr.bin/window/char.h index 255a71a6ff2..20304e75863 100644 --- a/usr.bin/window/char.h +++ b/usr.bin/window/char.h @@ -33,7 +33,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)char.h 3.9 (Berkeley) 6/6/90 + * from: @(#)char.h 3.9 (Berkeley) 6/6/90 + * $Id: char.h,v 1.2 1993/08/01 18:01:38 mycroft Exp $ */ /* diff --git a/usr.bin/window/cmd.c b/usr.bin/window/cmd.c index 63630e6c132..ce6bb1151e2 100644 --- a/usr.bin/window/cmd.c +++ b/usr.bin/window/cmd.c @@ -35,7 +35,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)cmd.c 3.40 (Berkeley) 6/6/90"; +/*static char sccsid[] = "from: @(#)cmd.c 3.40 (Berkeley) 6/6/90";*/ +static char rcsid[] = "$Id: cmd.c,v 1.2 1993/08/01 18:02:30 mycroft Exp $"; #endif /* not lint */ #include "defs.h" diff --git a/usr.bin/window/cmd1.c b/usr.bin/window/cmd1.c index 8be41db3bed..62bc8ba355f 100644 --- a/usr.bin/window/cmd1.c +++ b/usr.bin/window/cmd1.c @@ -35,7 +35,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)cmd1.c 3.36 (Berkeley) 6/6/90"; +/*static char sccsid[] = "from: @(#)cmd1.c 3.36 (Berkeley) 6/6/90";*/ +static char rcsid[] = "$Id: cmd1.c,v 1.2 1993/08/01 18:02:29 mycroft Exp $"; #endif /* not lint */ #include "defs.h" diff --git a/usr.bin/window/cmd2.c b/usr.bin/window/cmd2.c index 7ee9a7d0985..43fcb785cad 100644 --- a/usr.bin/window/cmd2.c +++ b/usr.bin/window/cmd2.c @@ -35,7 +35,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)cmd2.c 3.40 (Berkeley) 6/6/90"; +/*static char sccsid[] = "from: @(#)cmd2.c 3.40 (Berkeley) 6/6/90";*/ +static char rcsid[] = "$Id: cmd2.c,v 1.2 1993/08/01 18:02:28 mycroft Exp $"; #endif /* not lint */ #include "defs.h" diff --git a/usr.bin/window/cmd3.c b/usr.bin/window/cmd3.c index 3429718af50..0ebf691bc5d 100644 --- a/usr.bin/window/cmd3.c +++ b/usr.bin/window/cmd3.c @@ -35,7 +35,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)cmd3.c 3.18 (Berkeley) 6/6/90"; +/*static char sccsid[] = "from: @(#)cmd3.c 3.18 (Berkeley) 6/6/90";*/ +static char rcsid[] = "$Id: cmd3.c,v 1.2 1993/08/01 18:02:27 mycroft Exp $"; #endif /* not lint */ #include "defs.h" diff --git a/usr.bin/window/cmd4.c b/usr.bin/window/cmd4.c index e1685062936..b92ed910e7b 100644 --- a/usr.bin/window/cmd4.c +++ b/usr.bin/window/cmd4.c @@ -35,7 +35,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)cmd4.c 3.18 (Berkeley) 6/6/90"; +/*static char sccsid[] = "from: @(#)cmd4.c 3.18 (Berkeley) 6/6/90";*/ +static char rcsid[] = "$Id: cmd4.c,v 1.2 1993/08/01 18:02:27 mycroft Exp $"; #endif /* not lint */ #include "defs.h" diff --git a/usr.bin/window/cmd5.c b/usr.bin/window/cmd5.c index d0625bcfc30..89ed26ca9e7 100644 --- a/usr.bin/window/cmd5.c +++ b/usr.bin/window/cmd5.c @@ -35,7 +35,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)cmd5.c 3.18 (Berkeley) 6/6/90"; +/*static char sccsid[] = "from: @(#)cmd5.c 3.18 (Berkeley) 6/6/90";*/ +static char rcsid[] = "$Id: cmd5.c,v 1.2 1993/08/01 18:02:26 mycroft Exp $"; #endif /* not lint */ #include "defs.h" diff --git a/usr.bin/window/cmd6.c b/usr.bin/window/cmd6.c index db34782a4b5..23df09470e3 100644 --- a/usr.bin/window/cmd6.c +++ b/usr.bin/window/cmd6.c @@ -35,7 +35,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)cmd6.c 3.17 (Berkeley) 6/6/90"; +/*static char sccsid[] = "from: @(#)cmd6.c 3.17 (Berkeley) 6/6/90";*/ +static char rcsid[] = "$Id: cmd6.c,v 1.2 1993/08/01 18:02:25 mycroft Exp $"; #endif /* not lint */ #include "defs.h" diff --git a/usr.bin/window/cmd7.c b/usr.bin/window/cmd7.c index 7ffdbea5c2a..499b03f381f 100644 --- a/usr.bin/window/cmd7.c +++ b/usr.bin/window/cmd7.c @@ -35,7 +35,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)cmd7.c 3.7 (Berkeley) 6/6/90"; +/*static char sccsid[] = "from: @(#)cmd7.c 3.7 (Berkeley) 6/6/90";*/ +static char rcsid[] = "$Id: cmd7.c,v 1.2 1993/08/01 18:02:24 mycroft Exp $"; #endif /* not lint */ #include "defs.h" diff --git a/usr.bin/window/compress.c b/usr.bin/window/compress.c index ec831ae2c79..ec8859e958a 100644 --- a/usr.bin/window/compress.c +++ b/usr.bin/window/compress.c @@ -35,7 +35,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)compress.c 3.6 (Berkeley) 8/12/90"; +/*static char sccsid[] = "from: @(#)compress.c 3.6 (Berkeley) 8/12/90";*/ +static char rcsid[] = "$Id: compress.c,v 1.2 1993/08/01 18:02:23 mycroft Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/context.c b/usr.bin/window/context.c index a1f7ea75469..8913ea409e2 100644 --- a/usr.bin/window/context.c +++ b/usr.bin/window/context.c @@ -35,7 +35,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)context.c 3.12 (Berkeley) 6/6/90"; +/*static char sccsid[] = "from: @(#)context.c 3.12 (Berkeley) 6/6/90";*/ +static char rcsid[] = "$Id: context.c,v 1.2 1993/08/01 18:02:23 mycroft Exp $"; #endif /* not lint */ #include "value.h" diff --git a/usr.bin/window/context.h b/usr.bin/window/context.h index 7b7cce01b1f..84bd3b2c246 100644 --- a/usr.bin/window/context.h +++ b/usr.bin/window/context.h @@ -33,7 +33,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)context.h 3.11 (Berkeley) 6/6/90 + * from: @(#)context.h 3.11 (Berkeley) 6/6/90 + * $Id: context.h,v 1.2 1993/08/01 18:01:37 mycroft Exp $ */ #include <stdio.h> diff --git a/usr.bin/window/defs.h b/usr.bin/window/defs.h index 4cb99e6d1d7..0eb6ae80472 100644 --- a/usr.bin/window/defs.h +++ b/usr.bin/window/defs.h @@ -33,7 +33,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)defs.h 3.21 (Berkeley) 6/6/90 + * from: @(#)defs.h 3.21 (Berkeley) 6/6/90 + * $Id: defs.h,v 1.2 1993/08/01 18:01:36 mycroft Exp $ */ #include "ww.h" diff --git a/usr.bin/window/error.c b/usr.bin/window/error.c index 422cc525bcc..13a90b73011 100644 --- a/usr.bin/window/error.c +++ b/usr.bin/window/error.c @@ -35,7 +35,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)error.c 3.16 (Berkeley) 6/6/90"; +/*static char sccsid[] = "from: @(#)error.c 3.16 (Berkeley) 6/6/90";*/ +static char rcsid[] = "$Id: error.c,v 1.2 1993/08/01 18:02:22 mycroft Exp $"; #endif /* not lint */ #include "defs.h" diff --git a/usr.bin/window/lcmd.c b/usr.bin/window/lcmd.c index 2af6b8cb261..94e45c1f569 100644 --- a/usr.bin/window/lcmd.c +++ b/usr.bin/window/lcmd.c @@ -35,7 +35,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)lcmd.c 3.34 (Berkeley) 6/6/90"; +/*static char sccsid[] = "from: @(#)lcmd.c 3.34 (Berkeley) 6/6/90";*/ +static char rcsid[] = "$Id: lcmd.c,v 1.2 1993/08/01 18:02:21 mycroft Exp $"; #endif /* not lint */ #include "defs.h" diff --git a/usr.bin/window/lcmd.h b/usr.bin/window/lcmd.h index c20748624b0..5ff30fef631 100644 --- a/usr.bin/window/lcmd.h +++ b/usr.bin/window/lcmd.h @@ -33,7 +33,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)lcmd.h 3.9 (Berkeley) 6/6/90 + * from: @(#)lcmd.h 3.9 (Berkeley) 6/6/90 + * $Id: lcmd.h,v 1.2 1993/08/01 18:01:36 mycroft Exp $ */ #define LCMD_NARG 20 /* maximum number of arguments */ diff --git a/usr.bin/window/lcmd1.c b/usr.bin/window/lcmd1.c index f493cff8763..d4558ff64bb 100644 --- a/usr.bin/window/lcmd1.c +++ b/usr.bin/window/lcmd1.c @@ -35,7 +35,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)lcmd1.c 3.36 (Berkeley) 6/6/90"; +/*static char sccsid[] = "from: @(#)lcmd1.c 3.36 (Berkeley) 6/6/90";*/ +static char rcsid[] = "$Id: lcmd1.c,v 1.2 1993/08/01 18:02:20 mycroft Exp $"; #endif /* not lint */ #include "defs.h" diff --git a/usr.bin/window/lcmd2.c b/usr.bin/window/lcmd2.c index 4dd77a12903..a5f758f3836 100644 --- a/usr.bin/window/lcmd2.c +++ b/usr.bin/window/lcmd2.c @@ -35,7 +35,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)lcmd2.c 3.23 (Berkeley) 6/17/90"; +/*static char sccsid[] = "from: @(#)lcmd2.c 3.23 (Berkeley) 6/17/90";*/ +static char rcsid[] = "$Id: lcmd2.c,v 1.2 1993/08/01 18:02:19 mycroft Exp $"; #endif /* not lint */ #include "defs.h" diff --git a/usr.bin/window/local.h b/usr.bin/window/local.h index ef828cca737..8af056cce9b 100644 --- a/usr.bin/window/local.h +++ b/usr.bin/window/local.h @@ -33,7 +33,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)local.h 3.11 (Berkeley) 6/6/90 + * from: @(#)local.h 3.11 (Berkeley) 6/6/90 + * $Id: local.h,v 1.2 1993/08/01 18:01:35 mycroft Exp $ */ /* diff --git a/usr.bin/window/main.c b/usr.bin/window/main.c index 2dc07149033..90dd791e244 100644 --- a/usr.bin/window/main.c +++ b/usr.bin/window/main.c @@ -35,7 +35,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)main.c 3.42 (Berkeley) 8/12/90"; +/*static char sccsid[] = "from: @(#)main.c 3.42 (Berkeley) 8/12/90";*/ +static char rcsid[] = "$Id: main.c,v 1.2 1993/08/01 18:02:18 mycroft Exp $"; #endif /* not lint */ #include "defs.h" diff --git a/usr.bin/window/mloop.c b/usr.bin/window/mloop.c index c0fd47987b3..cb4711bc11c 100644 --- a/usr.bin/window/mloop.c +++ b/usr.bin/window/mloop.c @@ -35,7 +35,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)mloop.c 3.17 (Berkeley) 6/6/90"; +/*static char sccsid[] = "from: @(#)mloop.c 3.17 (Berkeley) 6/6/90";*/ +static char rcsid[] = "$Id: mloop.c,v 1.2 1993/08/01 18:02:18 mycroft Exp $"; #endif /* not lint */ #include "defs.h" diff --git a/usr.bin/window/parser.h b/usr.bin/window/parser.h index 3fb5379d013..db5d23fffdc 100644 --- a/usr.bin/window/parser.h +++ b/usr.bin/window/parser.h @@ -33,7 +33,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)parser.h 3.9 (Berkeley) 6/6/90 + * from: @(#)parser.h 3.9 (Berkeley) 6/6/90 + * $Id: parser.h,v 1.2 1993/08/01 18:01:34 mycroft Exp $ */ #include "value.h" diff --git a/usr.bin/window/parser1.c b/usr.bin/window/parser1.c index 4a18ecc131c..3f660e401f2 100644 --- a/usr.bin/window/parser1.c +++ b/usr.bin/window/parser1.c @@ -35,7 +35,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)parser1.c 3.22 (Berkeley) 6/6/90"; +/*static char sccsid[] = "from: @(#)parser1.c 3.22 (Berkeley) 6/6/90";*/ +static char rcsid[] = "$Id: parser1.c,v 1.2 1993/08/01 18:02:17 mycroft Exp $"; #endif /* not lint */ #include "parser.h" diff --git a/usr.bin/window/parser2.c b/usr.bin/window/parser2.c index 6f7ff41986b..0a816f41aaf 100644 --- a/usr.bin/window/parser2.c +++ b/usr.bin/window/parser2.c @@ -35,7 +35,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)parser2.c 3.14 (Berkeley) 6/6/90"; +/*static char sccsid[] = "from: @(#)parser2.c 3.14 (Berkeley) 6/6/90";*/ +static char rcsid[] = "$Id: parser2.c,v 1.2 1993/08/01 18:02:16 mycroft Exp $"; #endif /* not lint */ #include "parser.h" diff --git a/usr.bin/window/parser3.c b/usr.bin/window/parser3.c index 36c943b9f44..c7e6c1cc944 100644 --- a/usr.bin/window/parser3.c +++ b/usr.bin/window/parser3.c @@ -35,7 +35,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)parser3.c 3.9 (Berkeley) 6/6/90"; +/*static char sccsid[] = "from: @(#)parser3.c 3.9 (Berkeley) 6/6/90";*/ +static char rcsid[] = "$Id: parser3.c,v 1.2 1993/08/01 18:02:15 mycroft Exp $"; #endif /* not lint */ #include "parser.h" diff --git a/usr.bin/window/parser4.c b/usr.bin/window/parser4.c index 00e402a4a51..70ddf699a6b 100644 --- a/usr.bin/window/parser4.c +++ b/usr.bin/window/parser4.c @@ -35,7 +35,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)parser4.c 3.8 (Berkeley) 6/6/90"; +/*static char sccsid[] = "from: @(#)parser4.c 3.8 (Berkeley) 6/6/90";*/ +static char rcsid[] = "$Id: parser4.c,v 1.2 1993/08/01 18:02:15 mycroft Exp $"; #endif /* not lint */ #include "parser.h" diff --git a/usr.bin/window/parser5.c b/usr.bin/window/parser5.c index eb02b0d75a5..19b6480e1ce 100644 --- a/usr.bin/window/parser5.c +++ b/usr.bin/window/parser5.c @@ -35,7 +35,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)parser5.c 3.13 (Berkeley) 6/6/90"; +/*static char sccsid[] = "from: @(#)parser5.c 3.13 (Berkeley) 6/6/90";*/ +static char rcsid[] = "$Id: parser5.c,v 1.2 1993/08/01 18:02:14 mycroft Exp $"; #endif /* not lint */ #include "parser.h" diff --git a/usr.bin/window/scanner.c b/usr.bin/window/scanner.c index 1e7f009b02e..136030d6b0f 100644 --- a/usr.bin/window/scanner.c +++ b/usr.bin/window/scanner.c @@ -35,7 +35,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)scanner.c 3.14 (Berkeley) 6/6/90"; +/*static char sccsid[] = "from: @(#)scanner.c 3.14 (Berkeley) 6/6/90";*/ +static char rcsid[] = "$Id: scanner.c,v 1.2 1993/08/01 18:02:13 mycroft Exp $"; #endif /* not lint */ #include "value.h" diff --git a/usr.bin/window/startup.c b/usr.bin/window/startup.c index 39821076ec7..f4bc445821e 100644 --- a/usr.bin/window/startup.c +++ b/usr.bin/window/startup.c @@ -35,7 +35,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)startup.c 3.25 (Berkeley) 6/6/90"; +/*static char sccsid[] = "from: @(#)startup.c 3.25 (Berkeley) 6/6/90";*/ +static char rcsid[] = "$Id: startup.c,v 1.2 1993/08/01 18:02:12 mycroft Exp $"; #endif /* not lint */ #include "defs.h" diff --git a/usr.bin/window/string.c b/usr.bin/window/string.c index 9392dbaf44c..d5383b5983b 100644 --- a/usr.bin/window/string.c +++ b/usr.bin/window/string.c @@ -35,7 +35,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)string.c 3.13 (Berkeley) 6/6/90"; +/*static char sccsid[] = "from: @(#)string.c 3.13 (Berkeley) 6/6/90";*/ +static char rcsid[] = "$Id: string.c,v 1.2 1993/08/01 18:02:11 mycroft Exp $"; #endif /* not lint */ #include "string.h" diff --git a/usr.bin/window/string.h b/usr.bin/window/string.h index 8d060e1e4fb..b5f3f167be3 100644 --- a/usr.bin/window/string.h +++ b/usr.bin/window/string.h @@ -33,7 +33,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)string.h 3.9 (Berkeley) 6/6/90 + * from: @(#)string.h 3.9 (Berkeley) 6/6/90 + * $Id: string.h,v 1.2 1993/08/01 18:01:33 mycroft Exp $ */ #define STR_DEBUG diff --git a/usr.bin/window/token.h b/usr.bin/window/token.h index 162ea342399..6412a404ebc 100644 --- a/usr.bin/window/token.h +++ b/usr.bin/window/token.h @@ -33,7 +33,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)token.h 3.9 (Berkeley) 6/6/90 + * from: @(#)token.h 3.9 (Berkeley) 6/6/90 + * $Id: token.h,v 1.2 1993/08/01 18:01:33 mycroft Exp $ */ #define token (cx.x_token) diff --git a/usr.bin/window/tt.h b/usr.bin/window/tt.h index 8408bf55c29..584bcedfa61 100644 --- a/usr.bin/window/tt.h +++ b/usr.bin/window/tt.h @@ -33,7 +33,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)tt.h 3.27 (Berkeley) 6/6/90 + * from: @(#)tt.h 3.27 (Berkeley) 6/6/90 + * $Id: tt.h,v 1.2 1993/08/01 18:01:32 mycroft Exp $ */ /* diff --git a/usr.bin/window/ttf100.c b/usr.bin/window/ttf100.c index dea06b5b7da..a39273d5240 100644 --- a/usr.bin/window/ttf100.c +++ b/usr.bin/window/ttf100.c @@ -35,7 +35,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)ttf100.c 3.12 (Berkeley) 6/6/90"; +/*static char sccsid[] = "from: @(#)ttf100.c 3.12 (Berkeley) 6/6/90";*/ +static char rcsid[] = "$Id: ttf100.c,v 1.2 1993/08/01 18:02:11 mycroft Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/ttgeneric.c b/usr.bin/window/ttgeneric.c index c912d16dea2..d4c162eef15 100644 --- a/usr.bin/window/ttgeneric.c +++ b/usr.bin/window/ttgeneric.c @@ -35,7 +35,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)ttgeneric.c 3.46 (Berkeley) 8/12/90"; +/*static char sccsid[] = "from: @(#)ttgeneric.c 3.46 (Berkeley) 8/12/90";*/ +static char rcsid[] = "$Id: ttgeneric.c,v 1.2 1993/08/01 18:02:09 mycroft Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/tth19.c b/usr.bin/window/tth19.c index 0aec0381db9..e9a5027f4f0 100644 --- a/usr.bin/window/tth19.c +++ b/usr.bin/window/tth19.c @@ -35,7 +35,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)tth19.c 3.25 (Berkeley) 6/6/90"; +/*static char sccsid[] = "from: @(#)tth19.c 3.25 (Berkeley) 6/6/90";*/ +static char rcsid[] = "$Id: tth19.c,v 1.2 1993/08/01 18:02:08 mycroft Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/tth29.c b/usr.bin/window/tth29.c index 1d8c06ee660..950e3300af0 100644 --- a/usr.bin/window/tth29.c +++ b/usr.bin/window/tth29.c @@ -35,7 +35,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)tth29.c 3.10 (Berkeley) 6/6/90"; +/*static char sccsid[] = "from: @(#)tth29.c 3.10 (Berkeley) 6/6/90";*/ +static char rcsid[] = "$Id: tth29.c,v 1.2 1993/08/01 18:02:08 mycroft Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/ttinit.c b/usr.bin/window/ttinit.c index 0c6e8f1f900..86ccd84334e 100644 --- a/usr.bin/window/ttinit.c +++ b/usr.bin/window/ttinit.c @@ -35,7 +35,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)ttinit.c 3.27 (Berkeley) 8/12/90"; +/*static char sccsid[] = "from: @(#)ttinit.c 3.27 (Berkeley) 8/12/90";*/ +static char rcsid[] = "$Id: ttinit.c,v 1.2 1993/08/01 18:02:07 mycroft Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/ttoutput.c b/usr.bin/window/ttoutput.c index 05c1af8f947..00ea414bc31 100644 --- a/usr.bin/window/ttoutput.c +++ b/usr.bin/window/ttoutput.c @@ -35,7 +35,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)ttoutput.c 3.9 (Berkeley) 6/6/90"; +/*static char sccsid[] = "from: @(#)ttoutput.c 3.9 (Berkeley) 6/6/90";*/ +static char rcsid[] = "$Id: ttoutput.c,v 1.2 1993/08/01 18:02:06 mycroft Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/tttermcap.c b/usr.bin/window/tttermcap.c index ff21cc542ac..2d78c555ff8 100644 --- a/usr.bin/window/tttermcap.c +++ b/usr.bin/window/tttermcap.c @@ -35,7 +35,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)tttermcap.c 3.12 (Berkeley) 6/6/90"; +/*static char sccsid[] = "from: @(#)tttermcap.c 3.12 (Berkeley) 6/6/90";*/ +static char rcsid[] = "$Id: tttermcap.c,v 1.2 1993/08/01 18:02:05 mycroft Exp $"; #endif /* not lint */ #include "tt.h" diff --git a/usr.bin/window/tttvi925.c b/usr.bin/window/tttvi925.c index 82eaf1921b1..87a1f94fd0b 100644 --- a/usr.bin/window/tttvi925.c +++ b/usr.bin/window/tttvi925.c @@ -35,7 +35,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)tttvi925.c 3.6 (Berkeley) 6/6/90"; +/*static char sccsid[] = "from: @(#)tttvi925.c 3.6 (Berkeley) 6/6/90";*/ +static char rcsid[] = "$Id: tttvi925.c,v 1.2 1993/08/01 18:02:05 mycroft Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/ttwyse60.c b/usr.bin/window/ttwyse60.c index 388d2ebce0d..3fe972ff0d0 100644 --- a/usr.bin/window/ttwyse60.c +++ b/usr.bin/window/ttwyse60.c @@ -42,7 +42,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)ttwyse60.c 3.4 (Berkeley) 6/6/90"; +/*static char sccsid[] = "from: @(#)ttwyse60.c 3.4 (Berkeley) 6/6/90";*/ +static char rcsid[] = "$Id: ttwyse60.c,v 1.2 1993/08/01 18:02:04 mycroft Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/ttwyse75.c b/usr.bin/window/ttwyse75.c index aa94e6afe2d..b46a74eb78f 100644 --- a/usr.bin/window/ttwyse75.c +++ b/usr.bin/window/ttwyse75.c @@ -42,7 +42,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)ttwyse75.c 3.4 (Berkeley) 6/6/90"; +/*static char sccsid[] = "from: @(#)ttwyse75.c 3.4 (Berkeley) 6/6/90";*/ +static char rcsid[] = "$Id: ttwyse75.c,v 1.2 1993/08/01 18:02:03 mycroft Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/ttzapple.c b/usr.bin/window/ttzapple.c index 41b41a565df..dd1aac3dd7a 100644 --- a/usr.bin/window/ttzapple.c +++ b/usr.bin/window/ttzapple.c @@ -35,7 +35,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)ttzapple.c 3.11 (Berkeley) 6/6/90"; +/*static char sccsid[] = "from: @(#)ttzapple.c 3.11 (Berkeley) 6/6/90";*/ +static char rcsid[] = "$Id: ttzapple.c,v 1.2 1993/08/01 18:02:02 mycroft Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/ttzentec.c b/usr.bin/window/ttzentec.c index 3a9fc9b30cf..efea08caef3 100644 --- a/usr.bin/window/ttzentec.c +++ b/usr.bin/window/ttzentec.c @@ -35,7 +35,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)ttzentec.c 3.5 (Berkeley) 6/6/90"; +/*static char sccsid[] = "from: @(#)ttzentec.c 3.5 (Berkeley) 6/6/90";*/ +static char rcsid[] = "$Id: ttzentec.c,v 1.2 1993/08/01 18:02:01 mycroft Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/value.h b/usr.bin/window/value.h index 46293c5022a..336156a68ed 100644 --- a/usr.bin/window/value.h +++ b/usr.bin/window/value.h @@ -33,7 +33,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)value.h 3.9 (Berkeley) 6/6/90 + * from: @(#)value.h 3.9 (Berkeley) 6/6/90 + * $Id: value.h,v 1.2 1993/08/01 18:01:31 mycroft Exp $ */ struct value { diff --git a/usr.bin/window/var.c b/usr.bin/window/var.c index c9085b34731..a29bb56d6ee 100644 --- a/usr.bin/window/var.c +++ b/usr.bin/window/var.c @@ -35,7 +35,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)var.c 3.12 (Berkeley) 6/6/90"; +/*static char sccsid[] = "from: @(#)var.c 3.12 (Berkeley) 6/6/90";*/ +static char rcsid[] = "$Id: var.c,v 1.2 1993/08/01 18:02:01 mycroft Exp $"; #endif /* not lint */ #include "value.h" diff --git a/usr.bin/window/var.h b/usr.bin/window/var.h index 54bc241e978..a3b38f20368 100644 --- a/usr.bin/window/var.h +++ b/usr.bin/window/var.h @@ -33,7 +33,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)var.h 3.11 (Berkeley) 6/6/90 + * from: @(#)var.h 3.11 (Berkeley) 6/6/90 + * $Id: var.h,v 1.2 1993/08/01 18:01:30 mycroft Exp $ */ struct var { diff --git a/usr.bin/window/win.c b/usr.bin/window/win.c index ce8601e0518..c4a6c6cee36 100644 --- a/usr.bin/window/win.c +++ b/usr.bin/window/win.c @@ -35,7 +35,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)win.c 3.25 (Berkeley) 8/12/90"; +/*static char sccsid[] = "from: @(#)win.c 3.25 (Berkeley) 8/12/90";*/ +static char rcsid[] = "$Id: win.c,v 1.2 1993/08/01 18:02:00 mycroft Exp $"; #endif /* not lint */ #include "defs.h" diff --git a/usr.bin/window/window_string.h b/usr.bin/window/window_string.h index 8d060e1e4fb..e83818d5e2b 100644 --- a/usr.bin/window/window_string.h +++ b/usr.bin/window/window_string.h @@ -33,7 +33,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)string.h 3.9 (Berkeley) 6/6/90 + * from: @(#)string.h 3.9 (Berkeley) 6/6/90 + * $Id: window_string.h,v 1.2 1993/08/01 18:01:33 mycroft Exp $ */ #define STR_DEBUG diff --git a/usr.bin/window/ww.h b/usr.bin/window/ww.h index 9acbc8e3b34..554c63772e3 100644 --- a/usr.bin/window/ww.h +++ b/usr.bin/window/ww.h @@ -33,7 +33,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)ww.h 3.63 (Berkeley) 3/2/91 + * from: @(#)ww.h 3.63 (Berkeley) 3/2/91 + * $Id: ww.h,v 1.2 1993/08/01 18:01:29 mycroft Exp $ */ #ifdef OLD_TTY diff --git a/usr.bin/window/wwadd.c b/usr.bin/window/wwadd.c index d1a4b38bcaf..a5459cabd16 100644 --- a/usr.bin/window/wwadd.c +++ b/usr.bin/window/wwadd.c @@ -35,7 +35,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)wwadd.c 3.14 (Berkeley) 6/6/90"; +/*static char sccsid[] = "from: @(#)wwadd.c 3.14 (Berkeley) 6/6/90";*/ +static char rcsid[] = "$Id: wwadd.c,v 1.2 1993/08/01 18:01:59 mycroft Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwalloc.c b/usr.bin/window/wwalloc.c index cf2519d43f3..f821f07401e 100644 --- a/usr.bin/window/wwalloc.c +++ b/usr.bin/window/wwalloc.c @@ -35,7 +35,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)wwalloc.c 3.11 (Berkeley) 6/6/90"; +/*static char sccsid[] = "from: @(#)wwalloc.c 3.11 (Berkeley) 6/6/90";*/ +static char rcsid[] = "$Id: wwalloc.c,v 1.2 1993/08/01 18:01:58 mycroft Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwbox.c b/usr.bin/window/wwbox.c index cf2884cc29d..1786cb85e02 100644 --- a/usr.bin/window/wwbox.c +++ b/usr.bin/window/wwbox.c @@ -35,7 +35,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)wwbox.c 3.8 (Berkeley) 6/6/90"; +/*static char sccsid[] = "from: @(#)wwbox.c 3.8 (Berkeley) 6/6/90";*/ +static char rcsid[] = "$Id: wwbox.c,v 1.2 1993/08/01 18:01:57 mycroft Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwchild.c b/usr.bin/window/wwchild.c index 909e78efd22..4bfeae60ae5 100644 --- a/usr.bin/window/wwchild.c +++ b/usr.bin/window/wwchild.c @@ -35,7 +35,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)wwchild.c 3.15 (Berkeley) 3/2/91"; +/*static char sccsid[] = "from: @(#)wwchild.c 3.15 (Berkeley) 3/2/91";*/ +static char rcsid[] = "$Id: wwchild.c,v 1.2 1993/08/01 18:01:57 mycroft Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwclose.c b/usr.bin/window/wwclose.c index 8d11ed4d0f1..0a30f820dbf 100644 --- a/usr.bin/window/wwclose.c +++ b/usr.bin/window/wwclose.c @@ -35,7 +35,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)wwclose.c 3.18 (Berkeley) 6/6/90"; +/*static char sccsid[] = "from: @(#)wwclose.c 3.18 (Berkeley) 6/6/90";*/ +static char rcsid[] = "$Id: wwclose.c,v 1.2 1993/08/01 18:01:56 mycroft Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwclreol.c b/usr.bin/window/wwclreol.c index 971822bd3a3..64b963481b2 100644 --- a/usr.bin/window/wwclreol.c +++ b/usr.bin/window/wwclreol.c @@ -35,7 +35,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)wwclreol.c 3.20 (Berkeley) 6/6/90"; +/*static char sccsid[] = "from: @(#)wwclreol.c 3.20 (Berkeley) 6/6/90";*/ +static char rcsid[] = "$Id: wwclreol.c,v 1.2 1993/08/01 18:01:55 mycroft Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwclreos.c b/usr.bin/window/wwclreos.c index 7b16ea6579a..ac0b347ffc4 100644 --- a/usr.bin/window/wwclreos.c +++ b/usr.bin/window/wwclreos.c @@ -35,7 +35,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)wwclreos.c 3.11 (Berkeley) 6/6/90"; +/*static char sccsid[] = "from: @(#)wwclreos.c 3.11 (Berkeley) 6/6/90";*/ +static char rcsid[] = "$Id: wwclreos.c,v 1.2 1993/08/01 18:01:54 mycroft Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwcursor.c b/usr.bin/window/wwcursor.c index f933a1b5f1c..cbf9d4790c0 100644 --- a/usr.bin/window/wwcursor.c +++ b/usr.bin/window/wwcursor.c @@ -35,7 +35,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)wwcursor.c 3.12 (Berkeley) 6/6/90"; +/*static char sccsid[] = "from: @(#)wwcursor.c 3.12 (Berkeley) 6/6/90";*/ +static char rcsid[] = "$Id: wwcursor.c,v 1.2 1993/08/01 18:01:54 mycroft Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwdata.c b/usr.bin/window/wwdata.c index 9ffa20c84e3..515038f60ce 100644 --- a/usr.bin/window/wwdata.c +++ b/usr.bin/window/wwdata.c @@ -35,5 +35,6 @@ */ #ifndef lint -static char sccsid[] = "@(#)wwdata.c 3.19 (Berkeley) 8/12/90"; +/*static char sccsid[] = "from: @(#)wwdata.c 3.19 (Berkeley) 8/12/90";*/ +static char rcsid[] = "$Id: wwdata.c,v 1.2 1993/08/01 18:01:53 mycroft Exp $"; #endif /* not lint */ diff --git a/usr.bin/window/wwdelchar.c b/usr.bin/window/wwdelchar.c index 0be6f3f0c5f..886e57003bf 100644 --- a/usr.bin/window/wwdelchar.c +++ b/usr.bin/window/wwdelchar.c @@ -35,7 +35,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)wwdelchar.c 3.16 (Berkeley) 6/6/90"; +/*static char sccsid[] = "from: @(#)wwdelchar.c 3.16 (Berkeley) 6/6/90";*/ +static char rcsid[] = "$Id: wwdelchar.c,v 1.2 1993/08/01 18:01:52 mycroft Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwdelete.c b/usr.bin/window/wwdelete.c index 01b7544989c..96cebdb1ffa 100644 --- a/usr.bin/window/wwdelete.c +++ b/usr.bin/window/wwdelete.c @@ -35,7 +35,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)wwdelete.c 3.19 (Berkeley) 6/6/90"; +/*static char sccsid[] = "from: @(#)wwdelete.c 3.19 (Berkeley) 6/6/90";*/ +static char rcsid[] = "$Id: wwdelete.c,v 1.2 1993/08/01 18:01:51 mycroft Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwdelline.c b/usr.bin/window/wwdelline.c index 26d03bdce5f..7c6271f1f0e 100644 --- a/usr.bin/window/wwdelline.c +++ b/usr.bin/window/wwdelline.c @@ -35,7 +35,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)wwdelline.c 3.12 (Berkeley) 6/6/90"; +/*static char sccsid[] = "from: @(#)wwdelline.c 3.12 (Berkeley) 6/6/90";*/ +static char rcsid[] = "$Id: wwdelline.c,v 1.2 1993/08/01 18:01:50 mycroft Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwdump.c b/usr.bin/window/wwdump.c index 1dbecb7b64f..a8e35da8d06 100644 --- a/usr.bin/window/wwdump.c +++ b/usr.bin/window/wwdump.c @@ -35,7 +35,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)wwdump.c 3.15 (Berkeley) 6/6/90"; +/*static char sccsid[] = "from: @(#)wwdump.c 3.15 (Berkeley) 6/6/90";*/ +static char rcsid[] = "$Id: wwdump.c,v 1.2 1993/08/01 18:01:50 mycroft Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwend.c b/usr.bin/window/wwend.c index 08690187f77..d8e840e340b 100644 --- a/usr.bin/window/wwend.c +++ b/usr.bin/window/wwend.c @@ -35,7 +35,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)wwend.c 3.16 (Berkeley) 8/12/90"; +/*static char sccsid[] = "from: @(#)wwend.c 3.16 (Berkeley) 8/12/90";*/ +static char rcsid[] = "$Id: wwend.c,v 1.2 1993/08/01 18:01:49 mycroft Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwenviron.c b/usr.bin/window/wwenviron.c index 23cd568ffd8..9f1b0c0b44d 100644 --- a/usr.bin/window/wwenviron.c +++ b/usr.bin/window/wwenviron.c @@ -35,7 +35,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)wwenviron.c 3.27 (Berkeley) 8/12/90"; +/*static char sccsid[] = "from: @(#)wwenviron.c 3.27 (Berkeley) 8/12/90";*/ +static char rcsid[] = "$Id: wwenviron.c,v 1.2 1993/08/01 18:01:48 mycroft Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwerror.c b/usr.bin/window/wwerror.c index 91d4173fa45..d45233726c5 100644 --- a/usr.bin/window/wwerror.c +++ b/usr.bin/window/wwerror.c @@ -35,7 +35,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)wwerror.c 3.8 (Berkeley) 6/6/90"; +/*static char sccsid[] = "from: @(#)wwerror.c 3.8 (Berkeley) 6/6/90";*/ +static char rcsid[] = "$Id: wwerror.c,v 1.2 1993/08/01 18:01:47 mycroft Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwflush.c b/usr.bin/window/wwflush.c index 08389de66ba..031dd94a0af 100644 --- a/usr.bin/window/wwflush.c +++ b/usr.bin/window/wwflush.c @@ -35,7 +35,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)wwflush.c 3.12 (Berkeley) 6/6/90"; +/*static char sccsid[] = "from: @(#)wwflush.c 3.12 (Berkeley) 6/6/90";*/ +static char rcsid[] = "$Id: wwflush.c,v 1.2 1993/08/01 18:01:47 mycroft Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwframe.c b/usr.bin/window/wwframe.c index 65bdec69cd7..df9026f45df 100644 --- a/usr.bin/window/wwframe.c +++ b/usr.bin/window/wwframe.c @@ -35,7 +35,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)wwframe.c 3.20 (Berkeley) 6/6/90"; +/*static char sccsid[] = "from: @(#)wwframe.c 3.20 (Berkeley) 6/6/90";*/ +static char rcsid[] = "$Id: wwframe.c,v 1.2 1993/08/01 18:01:46 mycroft Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwgets.c b/usr.bin/window/wwgets.c index 111e52dba33..3cb2e37fc89 100644 --- a/usr.bin/window/wwgets.c +++ b/usr.bin/window/wwgets.c @@ -35,7 +35,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)wwgets.c 3.17 (Berkeley) 3/2/91"; +/*static char sccsid[] = "from: @(#)wwgets.c 3.17 (Berkeley) 3/2/91";*/ +static char rcsid[] = "$Id: wwgets.c,v 1.2 1993/08/01 18:01:45 mycroft Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwinit.c b/usr.bin/window/wwinit.c index 033864c0032..e3d92e25b60 100644 --- a/usr.bin/window/wwinit.c +++ b/usr.bin/window/wwinit.c @@ -35,7 +35,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)wwinit.c 3.40 (Berkeley) 8/12/90"; +/*static char sccsid[] = "from: @(#)wwinit.c 3.40 (Berkeley) 8/12/90";*/ +static char rcsid[] = "$Id: wwinit.c,v 1.3 1993/08/01 18:01:44 mycroft Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwinschar.c b/usr.bin/window/wwinschar.c index 8b32fc91894..7c8729b48cd 100644 --- a/usr.bin/window/wwinschar.c +++ b/usr.bin/window/wwinschar.c @@ -35,7 +35,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)wwinschar.c 3.20 (Berkeley) 6/6/90"; +/*static char sccsid[] = "from: @(#)wwinschar.c 3.20 (Berkeley) 6/6/90";*/ +static char rcsid[] = "$Id: wwinschar.c,v 1.2 1993/08/01 18:01:43 mycroft Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwinsline.c b/usr.bin/window/wwinsline.c index c7c543e31e6..8aa08b3a4e1 100644 --- a/usr.bin/window/wwinsline.c +++ b/usr.bin/window/wwinsline.c @@ -35,7 +35,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)wwinsline.c 3.12 (Berkeley) 6/6/90"; +/*static char sccsid[] = "from: @(#)wwinsline.c 3.12 (Berkeley) 6/6/90";*/ +static char rcsid[] = "$Id: wwinsline.c,v 1.2 1993/08/01 18:01:41 mycroft Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwiomux.c b/usr.bin/window/wwiomux.c index 1ea8f9ca75b..20da64a1ed2 100644 --- a/usr.bin/window/wwiomux.c +++ b/usr.bin/window/wwiomux.c @@ -35,7 +35,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)wwiomux.c 3.26 (Berkeley) 8/12/90"; +/*static char sccsid[] = "from: @(#)wwiomux.c 3.26 (Berkeley) 8/12/90";*/ +static char rcsid[] = "$Id: wwiomux.c,v 1.2 1993/08/01 18:01:40 mycroft Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwlabel.c b/usr.bin/window/wwlabel.c index bdff90d7aaf..9e3327fd43b 100644 --- a/usr.bin/window/wwlabel.c +++ b/usr.bin/window/wwlabel.c @@ -35,7 +35,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)wwlabel.c 3.17 (Berkeley) 6/6/90"; +/*static char sccsid[] = "from: @(#)wwlabel.c 3.17 (Berkeley) 6/6/90";*/ +static char rcsid[] = "$Id: wwlabel.c,v 1.2 1993/08/01 18:01:39 mycroft Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwmisc.c b/usr.bin/window/wwmisc.c index c25ae877f82..2805952d5a6 100644 --- a/usr.bin/window/wwmisc.c +++ b/usr.bin/window/wwmisc.c @@ -35,7 +35,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)wwmisc.c 3.14 (Berkeley) 6/6/90"; +/*static char sccsid[] = "from: @(#)wwmisc.c 3.14 (Berkeley) 6/6/90";*/ +static char rcsid[] = "$Id: wwmisc.c,v 1.2 1993/08/01 18:02:45 mycroft Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwmove.c b/usr.bin/window/wwmove.c index db98a2c5f06..e9655dceb45 100644 --- a/usr.bin/window/wwmove.c +++ b/usr.bin/window/wwmove.c @@ -35,7 +35,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)wwmove.c 3.11 (Berkeley) 6/6/90"; +/*static char sccsid[] = "from: @(#)wwmove.c 3.11 (Berkeley) 6/6/90";*/ +static char rcsid[] = "$Id: wwmove.c,v 1.2 1993/08/01 18:02:45 mycroft Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwopen.c b/usr.bin/window/wwopen.c index 52c6683d635..974317ed4a4 100644 --- a/usr.bin/window/wwopen.c +++ b/usr.bin/window/wwopen.c @@ -35,7 +35,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)wwopen.c 3.29 (Berkeley) 6/6/90"; +/*static char sccsid[] = "from: @(#)wwopen.c 3.29 (Berkeley) 6/6/90";*/ +static char rcsid[] = "$Id: wwopen.c,v 1.2 1993/08/01 18:02:43 mycroft Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwprintf.c b/usr.bin/window/wwprintf.c index 8e99dd16b40..7d9927d562d 100644 --- a/usr.bin/window/wwprintf.c +++ b/usr.bin/window/wwprintf.c @@ -35,7 +35,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)wwprintf.c 3.11 (Berkeley) 6/6/90"; +/*static char sccsid[] = "from: @(#)wwprintf.c 3.11 (Berkeley) 6/6/90";*/ +static char rcsid[] = "$Id: wwprintf.c,v 1.2 1993/08/01 18:02:42 mycroft Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwpty.c b/usr.bin/window/wwpty.c index 22b7e9f813b..f2e6997c71c 100644 --- a/usr.bin/window/wwpty.c +++ b/usr.bin/window/wwpty.c @@ -35,7 +35,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)wwpty.c 3.19 (Berkeley) 8/12/90"; +/*static char sccsid[] = "from: @(#)wwpty.c 3.19 (Berkeley) 8/12/90";*/ +static char rcsid[] = "$Id: wwpty.c,v 1.2 1993/08/01 18:01:43 mycroft Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwputc.c b/usr.bin/window/wwputc.c index 1bc9f7e05f3..2e2de8443b1 100644 --- a/usr.bin/window/wwputc.c +++ b/usr.bin/window/wwputc.c @@ -35,7 +35,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)wwputc.c 3.8 (Berkeley) 6/6/90"; +/*static char sccsid[] = "from: @(#)wwputc.c 3.8 (Berkeley) 6/6/90";*/ +static char rcsid[] = "$Id: wwputc.c,v 1.2 1993/08/01 18:02:42 mycroft Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwputs.c b/usr.bin/window/wwputs.c index bc48a3edcbc..515708c17b9 100644 --- a/usr.bin/window/wwputs.c +++ b/usr.bin/window/wwputs.c @@ -35,7 +35,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)wwputs.c 3.8 (Berkeley) 6/6/90"; +/*static char sccsid[] = "from: @(#)wwputs.c 3.8 (Berkeley) 6/6/90";*/ +static char rcsid[] = "$Id: wwputs.c,v 1.2 1993/08/01 18:02:41 mycroft Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwredraw.c b/usr.bin/window/wwredraw.c index 8f3867d87e5..6b66186d791 100644 --- a/usr.bin/window/wwredraw.c +++ b/usr.bin/window/wwredraw.c @@ -35,7 +35,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)wwredraw.c 3.13 (Berkeley) 6/6/90"; +/*static char sccsid[] = "from: @(#)wwredraw.c 3.13 (Berkeley) 6/6/90";*/ +static char rcsid[] = "$Id: wwredraw.c,v 1.2 1993/08/01 18:02:40 mycroft Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwredrawwin.c b/usr.bin/window/wwredrawwin.c index f40d4021eda..f8aeaf8bc18 100644 --- a/usr.bin/window/wwredrawwin.c +++ b/usr.bin/window/wwredrawwin.c @@ -35,7 +35,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)wwredrawwin.c 3.16 (Berkeley) 6/6/90"; +/*static char sccsid[] = "from: @(#)wwredrawwin.c 3.16 (Berkeley) 6/6/90";*/ +static char rcsid[] = "$Id: wwredrawwin.c,v 1.2 1993/08/01 18:02:39 mycroft Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwrint.c b/usr.bin/window/wwrint.c index 23b9865da93..7b3628e9f69 100644 --- a/usr.bin/window/wwrint.c +++ b/usr.bin/window/wwrint.c @@ -35,7 +35,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)wwrint.c 3.12 (Berkeley) 7/1/91"; +/*static char sccsid[] = "from: @(#)wwrint.c 3.12 (Berkeley) 7/1/91";*/ +static char rcsid[] = "$Id: wwrint.c,v 1.2 1993/08/01 18:02:38 mycroft Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwscroll.c b/usr.bin/window/wwscroll.c index 904ccafd54b..f1375c40ba7 100644 --- a/usr.bin/window/wwscroll.c +++ b/usr.bin/window/wwscroll.c @@ -35,7 +35,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)wwscroll.c 3.24 (Berkeley) 6/6/90"; +/*static char sccsid[] = "from: @(#)wwscroll.c 3.24 (Berkeley) 6/6/90";*/ +static char rcsid[] = "$Id: wwscroll.c,v 1.2 1993/08/01 18:02:37 mycroft Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwsize.c b/usr.bin/window/wwsize.c index f16cebcddda..8fb36da2ce2 100644 --- a/usr.bin/window/wwsize.c +++ b/usr.bin/window/wwsize.c @@ -35,7 +35,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)wwsize.c 3.10 (Berkeley) 8/12/90"; +/*static char sccsid[] = "from: @(#)wwsize.c 3.10 (Berkeley) 8/12/90";*/ +static char rcsid[] = "$Id: wwsize.c,v 1.2 1993/08/01 18:02:37 mycroft Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwspawn.c b/usr.bin/window/wwspawn.c index 65b604661fd..111462e4df1 100644 --- a/usr.bin/window/wwspawn.c +++ b/usr.bin/window/wwspawn.c @@ -35,7 +35,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)wwspawn.c 3.15 (Berkeley) 6/6/90"; +/*static char sccsid[] = "from: @(#)wwspawn.c 3.15 (Berkeley) 6/6/90";*/ +static char rcsid[] = "$Id: wwspawn.c,v 1.2 1993/08/01 18:02:36 mycroft Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwsuspend.c b/usr.bin/window/wwsuspend.c index f45e4d5f62e..162c9c9594a 100644 --- a/usr.bin/window/wwsuspend.c +++ b/usr.bin/window/wwsuspend.c @@ -35,7 +35,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)wwsuspend.c 3.15 (Berkeley) 8/12/90"; +/*static char sccsid[] = "from: @(#)wwsuspend.c 3.15 (Berkeley) 8/12/90";*/ +static char rcsid[] = "$Id: wwsuspend.c,v 1.2 1993/08/01 18:02:35 mycroft Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwtty.c b/usr.bin/window/wwtty.c index c6c40979838..2c43cc513ac 100644 --- a/usr.bin/window/wwtty.c +++ b/usr.bin/window/wwtty.c @@ -35,7 +35,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)wwtty.c 3.18 (Berkeley) 2/2/91"; +/*static char sccsid[] = "from: @(#)wwtty.c 3.18 (Berkeley) 2/2/91";*/ +static char rcsid[] = "$Id: wwtty.c,v 1.2 1993/08/01 18:01:42 mycroft Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwunframe.c b/usr.bin/window/wwunframe.c index 8b68a66e506..5c0f741d336 100644 --- a/usr.bin/window/wwunframe.c +++ b/usr.bin/window/wwunframe.c @@ -35,7 +35,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)wwunframe.c 3.20 (Berkeley) 6/6/90"; +/*static char sccsid[] = "from: @(#)wwunframe.c 3.20 (Berkeley) 6/6/90";*/ +static char rcsid[] = "$Id: wwunframe.c,v 1.2 1993/08/01 18:02:34 mycroft Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwupdate.c b/usr.bin/window/wwupdate.c index 89089324015..cd63acee1ae 100644 --- a/usr.bin/window/wwupdate.c +++ b/usr.bin/window/wwupdate.c @@ -35,7 +35,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)wwupdate.c 3.29 (Berkeley) 6/6/90"; +/*static char sccsid[] = "from: @(#)wwupdate.c 3.29 (Berkeley) 6/6/90";*/ +static char rcsid[] = "$Id: wwupdate.c,v 1.2 1993/08/01 18:02:34 mycroft Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwwrite.c b/usr.bin/window/wwwrite.c index 39269a05b78..72e52264365 100644 --- a/usr.bin/window/wwwrite.c +++ b/usr.bin/window/wwwrite.c @@ -35,7 +35,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)wwwrite.c 3.33 (Berkeley) 6/6/90"; +/*static char sccsid[] = "from: @(#)wwwrite.c 3.33 (Berkeley) 6/6/90";*/ +static char rcsid[] = "$Id: wwwrite.c,v 1.2 1993/08/01 18:02:33 mycroft Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/xx.c b/usr.bin/window/xx.c index 1f7ade55e3a..4a92bf5df53 100644 --- a/usr.bin/window/xx.c +++ b/usr.bin/window/xx.c @@ -35,7 +35,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)xx.c 3.6 (Berkeley) 6/6/90"; +/*static char sccsid[] = "from: @(#)xx.c 3.6 (Berkeley) 6/6/90";*/ +static char rcsid[] = "$Id: xx.c,v 1.2 1993/08/01 18:02:44 mycroft Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/xx.h b/usr.bin/window/xx.h index 13c0a632b3b..59fb080b340 100644 --- a/usr.bin/window/xx.h +++ b/usr.bin/window/xx.h @@ -33,7 +33,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)xx.h 3.5 (Berkeley) 6/6/90 + * from: @(#)xx.h 3.5 (Berkeley) 6/6/90 + * $Id: xx.h,v 1.2 1993/08/01 18:02:31 mycroft Exp $ */ struct xx { diff --git a/usr.bin/window/xxflush.c b/usr.bin/window/xxflush.c index 85fcedab2d2..5b116367600 100644 --- a/usr.bin/window/xxflush.c +++ b/usr.bin/window/xxflush.c @@ -35,7 +35,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)xxflush.c 3.6 (Berkeley) 6/6/90"; +/*static char sccsid[] = "from: @(#)xxflush.c 3.6 (Berkeley) 6/6/90";*/ +static char rcsid[] = "$Id: xxflush.c,v 1.2 1993/08/01 18:02:32 mycroft Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/write/write.c b/usr.bin/write/write.c index 6e06f0b0a3f..9721743f159 100644 --- a/usr.bin/write/write.c +++ b/usr.bin/write/write.c @@ -41,7 +41,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)write.c 4.22 (Berkeley) 6/1/90"; +/*static char sccsid[] = "from: @(#)write.c 4.22 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: write.c,v 1.2 1993/08/01 18:01:05 mycroft Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/xargs/pathnames.h b/usr.bin/xargs/pathnames.h index 77d331c4084..2f49429aa3a 100644 --- a/usr.bin/xargs/pathnames.h +++ b/usr.bin/xargs/pathnames.h @@ -30,7 +30,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)pathnames.h 5.1 (Berkeley) 4/17/90 + * from: @(#)pathnames.h 5.1 (Berkeley) 4/17/90 + * $Id: pathnames.h,v 1.2 1993/08/01 18:01:01 mycroft Exp $ */ #define _PATH_ECHO "/bin/echo" diff --git a/usr.bin/xargs/xargs.c b/usr.bin/xargs/xargs.c index 3bae9b6999c..38519d5174b 100644 --- a/usr.bin/xargs/xargs.c +++ b/usr.bin/xargs/xargs.c @@ -41,7 +41,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)xargs.c 5.11 (Berkeley) 6/19/91"; +/*static char sccsid[] = "from: @(#)xargs.c 5.11 (Berkeley) 6/19/91";*/ +static char rcsid[] = "$Id: xargs.c,v 1.4 1993/08/01 18:01:02 mycroft Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/xinstall/pathnames.h b/usr.bin/xinstall/pathnames.h index a32b216f655..5eec1c2e43f 100644 --- a/usr.bin/xinstall/pathnames.h +++ b/usr.bin/xinstall/pathnames.h @@ -30,7 +30,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)pathnames.h 5.2 (Berkeley) 6/1/90 + * from: @(#)pathnames.h 5.2 (Berkeley) 6/1/90 + * $Id: pathnames.h,v 1.2 1993/08/01 18:00:57 mycroft Exp $ */ #define _PATH_STRIP "/usr/bin/strip" diff --git a/usr.bin/xinstall/xinstall.c b/usr.bin/xinstall/xinstall.c index 8ddcd08b50e..469cb355776 100644 --- a/usr.bin/xinstall/xinstall.c +++ b/usr.bin/xinstall/xinstall.c @@ -38,7 +38,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)xinstall.c 5.24 (Berkeley) 7/1/90"; +/*static char sccsid[] = "from: @(#)xinstall.c 5.24 (Berkeley) 7/1/90";*/ +static char rcsid[] = "$Id: xinstall.c,v 1.3 1993/08/01 18:00:57 mycroft Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/xstr/pathnames.h b/usr.bin/xstr/pathnames.h index 1667747f0be..a62e87cee74 100644 --- a/usr.bin/xstr/pathnames.h +++ b/usr.bin/xstr/pathnames.h @@ -30,7 +30,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)pathnames.h 5.2 (Berkeley) 6/1/90 + * from: @(#)pathnames.h 5.2 (Berkeley) 6/1/90 + * $Id: pathnames.h,v 1.2 1993/08/01 18:00:51 mycroft Exp $ */ #define _PATH_TMP "/tmp/xstrXXXXXX" diff --git a/usr.bin/xstr/xstr.c b/usr.bin/xstr/xstr.c index 587973fbe9a..fe725600fda 100644 --- a/usr.bin/xstr/xstr.c +++ b/usr.bin/xstr/xstr.c @@ -38,7 +38,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)xstr.c 5.7 (Berkeley) 2/26/91"; +/*static char sccsid[] = "from: @(#)xstr.c 5.7 (Berkeley) 2/26/91";*/ +static char rcsid[] = "$Id: xstr.c,v 1.2 1993/08/01 18:00:53 mycroft Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/yacc/skeleton.c b/usr.bin/yacc/skeleton.c index d2b6c9f09fc..cecc9d402e4 100644 --- a/usr.bin/yacc/skeleton.c +++ b/usr.bin/yacc/skeleton.c @@ -15,7 +15,8 @@ char *banner[] = { "#ifndef lint", - "static char yysccsid[] = \"@(#)yaccpar 1.9 (Berkeley) 02/21/93\";", + "/*static char yysccsid[] = \"from: @(#)yaccpar 1.9 (Berkeley) 02/21/93\";*/", + "static char yyrcsid[] = \"$Id: skeleton.c,v 1.3 1993/08/01 18:00:38 mycroft Exp $\";", "#endif", "#define YYBYACC 1", "#define YYMAJOR 1", diff --git a/usr.bin/yacc/test/error.tab.c b/usr.bin/yacc/test/error.tab.c index ffc6e3700e4..c1d8c9557dc 100644 --- a/usr.bin/yacc/test/error.tab.c +++ b/usr.bin/yacc/test/error.tab.c @@ -1,5 +1,6 @@ #ifndef lint -static char yysccsid[] = "@(#)yaccpar 1.9 (Berkeley) 02/21/93"; +/*static char yysccsid[] = "from: @(#)yaccpar 1.9 (Berkeley) 02/21/93";*/ +static char rcsid[] = "$Id: error.tab.c,v 1.3 1993/08/01 18:00:46 mycroft Exp $"; #endif #define YYBYACC 1 #define YYMAJOR 1 diff --git a/usr.bin/yacc/test/ftp.tab.c b/usr.bin/yacc/test/ftp.tab.c index c9794edc03d..b5490815411 100644 --- a/usr.bin/yacc/test/ftp.tab.c +++ b/usr.bin/yacc/test/ftp.tab.c @@ -1,5 +1,6 @@ #ifndef lint -static char yysccsid[] = "@(#)yaccpar 1.9 (Berkeley) 02/21/93"; +/*static char yysccsid[] = "from: @(#)yaccpar 1.9 (Berkeley) 02/21/93";*/ +static char rcsid[] = "$Id: ftp.tab.c,v 1.3 1993/08/01 18:00:45 mycroft Exp $"; #endif #define YYBYACC 1 #define YYMAJOR 1 diff --git a/usr.bin/yacc/test/ftp.y b/usr.bin/yacc/test/ftp.y index a9ee9cd95c3..18bd791268f 100644 --- a/usr.bin/yacc/test/ftp.y +++ b/usr.bin/yacc/test/ftp.y @@ -14,7 +14,8 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * @(#)ftpcmd.y 5.20.1.1 (Berkeley) 3/2/89 + * from: @(#)ftpcmd.y 5.20.1.1 (Berkeley) 3/2/89 + * $Id: ftp.y,v 1.2 1993/08/01 18:00:44 mycroft Exp $ */ /* @@ -25,7 +26,8 @@ %{ #ifndef lint -static char sccsid[] = "@(#)ftpcmd.y 5.20.1.1 (Berkeley) 3/2/89"; +/*static char sccsid[] = "from: @(#)ftpcmd.y 5.20.1.1 (Berkeley) 3/2/89";*/ +static char rcsid[] = "$Id: ftp.y,v 1.2 1993/08/01 18:00:44 mycroft Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/yes/yes.c b/usr.bin/yes/yes.c index 66f9228a106..69fe9b9e958 100644 --- a/usr.bin/yes/yes.c +++ b/usr.bin/yes/yes.c @@ -38,7 +38,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)yes.c 5.4 (Berkeley) 6/1/90"; +/*static char sccsid[] = "from: @(#)yes.c 5.4 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: yes.c,v 1.2 1993/08/01 18:00:33 mycroft Exp $"; #endif /* not lint */ main(argc, argv) |
