From 80409bdc15459b1562b1e288e45e7bbad4210deb Mon Sep 17 00:00:00 2001 From: Keith Bostic Date: Fri, 11 Jun 1993 23:21:43 -0800 Subject: [PATCH] 4.4BSD snapshot (revision 8.1); add 1993 to copyright SCCS-vsn: sys/stand/alloc.c 8.1 SCCS-vsn: sys/stand/bcopy.c 8.1 SCCS-vsn: sys/stand/bzero.c 8.1 SCCS-vsn: sys/stand/cat.c 8.1 SCCS-vsn: sys/stand/close.c 8.1 SCCS-vsn: sys/stand/copy.c 8.1 SCCS-vsn: sys/stand/dev.c 8.1 SCCS-vsn: sys/stand/disklabel.c 8.1 SCCS-vsn: sys/stand/getfile.c 8.1 SCCS-vsn: sys/stand/gets.c 8.1 SCCS-vsn: sys/stand/ioctl.c 8.1 SCCS-vsn: sys/stand/ls.c 8.1 SCCS-vsn: sys/stand/lseek.c 8.1 SCCS-vsn: sys/stand/open.c 8.1 SCCS-vsn: sys/stand/printf.c 8.1 SCCS-vsn: sys/stand.att/bmap.c 8.1 SCCS-vsn: sys/stand/read.c 8.1 SCCS-vsn: sys/stand.att/cat.c 8.1 SCCS-vsn: sys/stand/saio.h 8.1 SCCS-vsn: sys/stand.att/close.c 8.1 SCCS-vsn: sys/stand/saioctl.h 8.1 SCCS-vsn: sys/stand.att/copy.c 8.1 SCCS-vsn: sys/stand/stand.h 8.1 SCCS-vsn: sys/stand.att/dev.c 8.1 SCCS-vsn: sys/stand/stat.c 8.1 SCCS-vsn: sys/stand.att/getfile.c 8.1 SCCS-vsn: sys/stand/ufs.c 8.1 SCCS-vsn: sys/stand.att/gets.c 8.1 SCCS-vsn: sys/stand/ufs.h 8.1 SCCS-vsn: sys/stand.att/ioctl.c 8.1 SCCS-vsn: sys/stand/write.c 8.1 SCCS-vsn: sys/stand.att/ls.c 8.1 SCCS-vsn: sys/stand.att/lseek.c 8.1 SCCS-vsn: sys/stand.att/open.c 8.1 SCCS-vsn: sys/stand.att/printf.c 8.1 SCCS-vsn: sys/stand.att/read.c 8.1 SCCS-vsn: sys/stand.att/saerrno.h 8.1 SCCS-vsn: sys/stand.att/saio.h 8.1 SCCS-vsn: sys/stand.att/saioctl.h 8.1 SCCS-vsn: sys/stand.att/stat.c 8.1 SCCS-vsn: sys/stand.att/sys.c 8.1 SCCS-vsn: sys/stand.att/write.c 8.1 SCCS-vsn: sys/ufs/ffs/ffs_alloc.c 8.1 SCCS-vsn: sys/ufs/ffs/ffs_balloc.c 8.1 SCCS-vsn: sys/ufs/ffs/ffs_extern.h 8.1 SCCS-vsn: sys/ufs/ffs/ffs_inode.c 8.1 SCCS-vsn: sys/ufs/ffs/ffs_subr.c 8.1 SCCS-vsn: sys/ufs/ffs/ffs_tables.c 8.1 SCCS-vsn: sys/ufs/ffs/ffs_vfsops.c 8.1 SCCS-vsn: sys/ufs/ffs/ffs_vnops.c 8.1 SCCS-vsn: sys/ufs/ffs/fs.h 8.1 --- usr/src/sys/stand.att/bmap.c | 6 +++--- usr/src/sys/stand.att/cat.c | 6 +++--- usr/src/sys/stand.att/close.c | 6 +++--- usr/src/sys/stand.att/copy.c | 6 +++--- usr/src/sys/stand.att/dev.c | 6 +++--- usr/src/sys/stand.att/getfile.c | 6 +++--- usr/src/sys/stand.att/gets.c | 6 +++--- usr/src/sys/stand.att/ioctl.c | 6 +++--- usr/src/sys/stand.att/ls.c | 6 +++--- usr/src/sys/stand.att/lseek.c | 6 +++--- usr/src/sys/stand.att/open.c | 2 +- usr/src/sys/stand.att/printf.c | 6 +++--- usr/src/sys/stand.att/read.c | 6 +++--- usr/src/sys/stand.att/saerrno.h | 6 +++--- usr/src/sys/stand.att/saio.h | 6 +++--- usr/src/sys/stand.att/saioctl.h | 6 +++--- usr/src/sys/stand.att/stat.c | 6 +++--- usr/src/sys/stand.att/sys.c | 6 +++--- usr/src/sys/stand.att/write.c | 6 +++--- usr/src/sys/stand/alloc.c | 6 +++--- usr/src/sys/stand/bcopy.c | 6 +++--- usr/src/sys/stand/bzero.c | 6 +++--- usr/src/sys/stand/cat.c | 12 ++++++------ usr/src/sys/stand/close.c | 6 +++--- usr/src/sys/stand/copy.c | 12 ++++++------ usr/src/sys/stand/dev.c | 6 +++--- usr/src/sys/stand/disklabel.c | 6 +++--- usr/src/sys/stand/getfile.c | 6 +++--- usr/src/sys/stand/gets.c | 6 +++--- usr/src/sys/stand/ioctl.c | 6 +++--- usr/src/sys/stand/ls.c | 12 ++++++------ usr/src/sys/stand/lseek.c | 6 +++--- usr/src/sys/stand/open.c | 6 +++--- usr/src/sys/stand/printf.c | 6 +++--- usr/src/sys/stand/read.c | 6 +++--- usr/src/sys/stand/saio.h | 6 +++--- usr/src/sys/stand/saioctl.h | 6 +++--- usr/src/sys/stand/stand.h | 6 +++--- usr/src/sys/stand/stat.c | 6 +++--- usr/src/sys/stand/ufs.c | 6 +++--- usr/src/sys/stand/ufs.h | 6 +++--- usr/src/sys/stand/write.c | 6 +++--- usr/src/sys/ufs/ffs/ffs_alloc.c | 6 +++--- usr/src/sys/ufs/ffs/ffs_balloc.c | 6 +++--- usr/src/sys/ufs/ffs/ffs_extern.h | 6 +++--- usr/src/sys/ufs/ffs/ffs_inode.c | 6 +++--- usr/src/sys/ufs/ffs/ffs_subr.c | 6 +++--- usr/src/sys/ufs/ffs/ffs_tables.c | 6 +++--- usr/src/sys/ufs/ffs/ffs_vfsops.c | 6 +++--- usr/src/sys/ufs/ffs/ffs_vnops.c | 6 +++--- usr/src/sys/ufs/ffs/fs.h | 6 +++--- 51 files changed, 160 insertions(+), 160 deletions(-) diff --git a/usr/src/sys/stand.att/bmap.c b/usr/src/sys/stand.att/bmap.c index eaf126a437..ba06c11f04 100644 --- a/usr/src/sys/stand.att/bmap.c +++ b/usr/src/sys/stand.att/bmap.c @@ -1,10 +1,10 @@ /*- - * Copyright (c) 1982, 1988 The Regents of the University of California. - * All rights reserved. + * Copyright (c) 1982, 1988, 1993 + * The Regents of the University of California. All rights reserved. * * %sccs.include.proprietary.c% * - * @(#)bmap.c 7.4 (Berkeley) %G% + * @(#)bmap.c 8.1 (Berkeley) %G% */ #include diff --git a/usr/src/sys/stand.att/cat.c b/usr/src/sys/stand.att/cat.c index 263837affc..5f33a4cc9c 100644 --- a/usr/src/sys/stand.att/cat.c +++ b/usr/src/sys/stand.att/cat.c @@ -1,10 +1,10 @@ /* - * Copyright (c) 1988 Regents of the University of California. - * All rights reserved. + * Copyright (c) 1988, 1993 + * The Regents of the University of California. All rights reserved. * * %sccs.include.redist.c% * - * @(#)cat.c 7.5 (Berkeley) %G% + * @(#)cat.c 8.1 (Berkeley) %G% */ main() diff --git a/usr/src/sys/stand.att/close.c b/usr/src/sys/stand.att/close.c index 6a96821b34..5454c8fa28 100644 --- a/usr/src/sys/stand.att/close.c +++ b/usr/src/sys/stand.att/close.c @@ -1,10 +1,10 @@ /*- - * Copyright (c) 1982, 1988 The Regents of the University of California. - * All rights reserved. + * Copyright (c) 1982, 1988, 1993 + * The Regents of the University of California. All rights reserved. * * %sccs.include.proprietary.c% * - * @(#)close.c 7.3 (Berkeley) %G% + * @(#)close.c 8.1 (Berkeley) %G% */ #include diff --git a/usr/src/sys/stand.att/copy.c b/usr/src/sys/stand.att/copy.c index b3eba42491..36f375dc4a 100644 --- a/usr/src/sys/stand.att/copy.c +++ b/usr/src/sys/stand.att/copy.c @@ -1,10 +1,10 @@ /*- - * Copyright (c) 1982, 1986, 1988 The Regents of the University of California. - * All rights reserved. + * Copyright (c) 1982, 1986, 1988, 1993 + * The Regents of the University of California. All rights reserved. * * %sccs.include.redist.c% * - * @(#)copy.c 7.7 (Berkeley) %G% + * @(#)copy.c 8.1 (Berkeley) %G% */ #define BSIZE 10240 diff --git a/usr/src/sys/stand.att/dev.c b/usr/src/sys/stand.att/dev.c index d9d3968546..e5d41f9851 100644 --- a/usr/src/sys/stand.att/dev.c +++ b/usr/src/sys/stand.att/dev.c @@ -1,10 +1,10 @@ /* - * Copyright (c) 1982, 1986, 1988 Regents of the University of California. - * All rights reserved. + * Copyright (c) 1982, 1986, 1988, 1993 + * The Regents of the University of California. All rights reserved. * * %sccs.include.redist.c% * - * @(#)dev.c 7.16 (Berkeley) %G% + * @(#)dev.c 8.1 (Berkeley) %G% */ #include diff --git a/usr/src/sys/stand.att/getfile.c b/usr/src/sys/stand.att/getfile.c index bd5ceab740..da273eaa2d 100644 --- a/usr/src/sys/stand.att/getfile.c +++ b/usr/src/sys/stand.att/getfile.c @@ -1,10 +1,10 @@ /* - * Copyright (c) 1988 Regents of the University of California. - * All rights reserved. + * Copyright (c) 1988, 1993 + * The Regents of the University of California. All rights reserved. * * %sccs.include.redist.c% * - * @(#)getfile.c 7.8 (Berkeley) %G% + * @(#)getfile.c 8.1 (Berkeley) %G% */ #include diff --git a/usr/src/sys/stand.att/gets.c b/usr/src/sys/stand.att/gets.c index 8d0bef03bb..a7c5d4b8b5 100644 --- a/usr/src/sys/stand.att/gets.c +++ b/usr/src/sys/stand.att/gets.c @@ -1,10 +1,10 @@ /* - * Copyright (c) 1988 Regents of the University of California. - * All rights reserved. + * Copyright (c) 1988, 1993 + * The Regents of the University of California. All rights reserved. * * %sccs.include.redist.c% * - * @(#)gets.c 7.5 (Berkeley) %G% + * @(#)gets.c 8.1 (Berkeley) %G% */ gets(buf) diff --git a/usr/src/sys/stand.att/ioctl.c b/usr/src/sys/stand.att/ioctl.c index 7aa18302fd..11d64859d3 100644 --- a/usr/src/sys/stand.att/ioctl.c +++ b/usr/src/sys/stand.att/ioctl.c @@ -1,10 +1,10 @@ /*- - * Copyright (c) 1982, 1988 The Regents of the University of California. - * All rights reserved. + * Copyright (c) 1982, 1988, 1993 + * The Regents of the University of California. All rights reserved. * * %sccs.include.proprietary.c% * - * @(#)ioctl.c 7.3 (Berkeley) %G% + * @(#)ioctl.c 8.1 (Berkeley) %G% */ #include diff --git a/usr/src/sys/stand.att/ls.c b/usr/src/sys/stand.att/ls.c index 2870dbf84d..b2f930c68d 100644 --- a/usr/src/sys/stand.att/ls.c +++ b/usr/src/sys/stand.att/ls.c @@ -1,10 +1,10 @@ /* - * Copyright (c) 1982, 1986, 1988 Regents of the University of California. - * All rights reserved. + * Copyright (c) 1982, 1986, 1988, 1993 + * The Regents of the University of California. All rights reserved. * * %sccs.include.redist.c% * - * @(#)ls.c 7.11 (Berkeley) %G% + * @(#)ls.c 8.1 (Berkeley) %G% */ #include diff --git a/usr/src/sys/stand.att/lseek.c b/usr/src/sys/stand.att/lseek.c index 04ba2aeecc..380b633935 100644 --- a/usr/src/sys/stand.att/lseek.c +++ b/usr/src/sys/stand.att/lseek.c @@ -1,10 +1,10 @@ /*- - * Copyright (c) 1982, 1988 The Regents of the University of California. - * All rights reserved. + * Copyright (c) 1982, 1988, 1993 + * The Regents of the University of California. All rights reserved. * * %sccs.include.proprietary.c% * - * @(#)lseek.c 7.3 (Berkeley) %G% + * @(#)lseek.c 8.1 (Berkeley) %G% */ #include diff --git a/usr/src/sys/stand.att/open.c b/usr/src/sys/stand.att/open.c index 656280c2c4..f7222c1297 100644 --- a/usr/src/sys/stand.att/open.c +++ b/usr/src/sys/stand.att/open.c @@ -4,7 +4,7 @@ * * %sccs.include.proprietary.c% * - * @(#)open.c 7.6 (Berkeley) %G% + * @(#)open.c 8.1 (Berkeley) %G% */ #include diff --git a/usr/src/sys/stand.att/printf.c b/usr/src/sys/stand.att/printf.c index e98871a58e..ef730fd771 100644 --- a/usr/src/sys/stand.att/printf.c +++ b/usr/src/sys/stand.att/printf.c @@ -1,10 +1,10 @@ /*- - * Copyright (c) 1991 The Regents of the University of California. - * All rights reserved. + * Copyright (c) 1991, 1993 + * The Regents of the University of California. All rights reserved. * * %sccs.include.redist.c% * - * @(#)printf.c 5.7 (Berkeley) %G% + * @(#)printf.c 8.1 (Berkeley) %G% */ /* diff --git a/usr/src/sys/stand.att/read.c b/usr/src/sys/stand.att/read.c index 2abce5cb7c..54f8784c0b 100644 --- a/usr/src/sys/stand.att/read.c +++ b/usr/src/sys/stand.att/read.c @@ -1,10 +1,10 @@ /*- - * Copyright (c) 1982, 1988 The Regents of the University of California. - * All rights reserved. + * Copyright (c) 1982, 1988, 1993 + * The Regents of the University of California. All rights reserved. * * %sccs.include.proprietary.c% * - * @(#)read.c 7.3 (Berkeley) %G% + * @(#)read.c 8.1 (Berkeley) %G% */ #include diff --git a/usr/src/sys/stand.att/saerrno.h b/usr/src/sys/stand.att/saerrno.h index 66206afcca..73b82e801c 100644 --- a/usr/src/sys/stand.att/saerrno.h +++ b/usr/src/sys/stand.att/saerrno.h @@ -1,10 +1,10 @@ /* - * Copyright (c) 1988 Regents of the University of California. - * All rights reserved. + * Copyright (c) 1988, 1993 + * The Regents of the University of California. All rights reserved. * * %sccs.include.redist.c% * - * @(#)saerrno.h 7.3 (Berkeley) %G% + * @(#)saerrno.h 8.1 (Berkeley) %G% */ extern int errno; /* just like unix */ diff --git a/usr/src/sys/stand.att/saio.h b/usr/src/sys/stand.att/saio.h index 1900095c2b..ddf04b1d10 100644 --- a/usr/src/sys/stand.att/saio.h +++ b/usr/src/sys/stand.att/saio.h @@ -1,10 +1,10 @@ /*- - * Copyright (c) 1982, 1988, 1991 The Regents of the University of California. - * All rights reserved. + * Copyright (c) 1982, 1988, 1991, 1993 + * The Regents of the University of California. All rights reserved. * * %sccs.include.redist.c% * - * @(#)saio.h 7.20 (Berkeley) %G% + * @(#)saio.h 8.1 (Berkeley) %G% */ #include diff --git a/usr/src/sys/stand.att/saioctl.h b/usr/src/sys/stand.att/saioctl.h index 37965da5ed..9d20c957a9 100644 --- a/usr/src/sys/stand.att/saioctl.h +++ b/usr/src/sys/stand.att/saioctl.h @@ -1,10 +1,10 @@ /* - * Copyright (c) 1988 Regents of the University of California. - * All rights reserved. + * Copyright (c) 1988, 1993 + * The Regents of the University of California. All rights reserved. * * %sccs.include.redist.c% * - * @(#)saioctl.h 7.5 (Berkeley) %G% + * @(#)saioctl.h 8.1 (Berkeley) %G% */ /* ioctl's -- for disks just now */ diff --git a/usr/src/sys/stand.att/stat.c b/usr/src/sys/stand.att/stat.c index 94bf1b098a..84cb10a504 100644 --- a/usr/src/sys/stand.att/stat.c +++ b/usr/src/sys/stand.att/stat.c @@ -1,10 +1,10 @@ /*- - * Copyright (c) 1991 The Regents of the University of California. - * All rights reserved. + * Copyright (c) 1991, 1993 + * The Regents of the University of California. All rights reserved. * * %sccs.include.redist.c% * - * @(#)stat.c 7.4 (Berkeley) %G% + * @(#)stat.c 8.1 (Berkeley) %G% */ #include diff --git a/usr/src/sys/stand.att/sys.c b/usr/src/sys/stand.att/sys.c index c18e6ff014..5f998fc3bf 100644 --- a/usr/src/sys/stand.att/sys.c +++ b/usr/src/sys/stand.att/sys.c @@ -1,10 +1,10 @@ /*- - * Copyright (c) 1982, 1988 The Regents of the University of California. - * All rights reserved. + * Copyright (c) 1982, 1988, 1993 + * The Regents of the University of California. All rights reserved. * * %sccs.include.proprietary.c% * - * @(#)sys.c 7.20 (Berkeley) %G% + * @(#)sys.c 8.1 (Berkeley) %G% */ #include diff --git a/usr/src/sys/stand.att/write.c b/usr/src/sys/stand.att/write.c index 5e32cad192..1bc9ced515 100644 --- a/usr/src/sys/stand.att/write.c +++ b/usr/src/sys/stand.att/write.c @@ -1,10 +1,10 @@ /*- - * Copyright (c) 1982, 1988 The Regents of the University of California. - * All rights reserved. + * Copyright (c) 1982, 1988, 1993 + * The Regents of the University of California. All rights reserved. * * %sccs.include.proprietary.c% * - * @(#)write.c 7.3 (Berkeley) %G% + * @(#)write.c 8.1 (Berkeley) %G% */ #include diff --git a/usr/src/sys/stand/alloc.c b/usr/src/sys/stand/alloc.c index d1c22bc961..e0191769af 100644 --- a/usr/src/sys/stand/alloc.c +++ b/usr/src/sys/stand/alloc.c @@ -1,13 +1,13 @@ /*- - * Copyright (c) 1993 The Regents of the University of California. - * All rights reserved. + * Copyright (c) 1993 + * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * The Mach Operating System project at Carnegie-Mellon University. * * %sccs.include.redist.c% * - * @(#)alloc.c 7.1 (Berkeley) %G% + * @(#)alloc.c 8.1 (Berkeley) %G% * * * Copyright (c) 1989, 1990, 1991 Carnegie Mellon University diff --git a/usr/src/sys/stand/bcopy.c b/usr/src/sys/stand/bcopy.c index 054db4ff59..a3aa3ccf16 100644 --- a/usr/src/sys/stand/bcopy.c +++ b/usr/src/sys/stand/bcopy.c @@ -1,10 +1,10 @@ /*- - * Copyright (c) 1993 The Regents of the University of California. - * All rights reserved. + * Copyright (c) 1993 + * The Regents of the University of California. All rights reserved. * * %sccs.include.redist.c% * - * @(#)bcopy.c 7.1 (Berkeley) %G% + * @(#)bcopy.c 8.1 (Berkeley) %G% */ /* diff --git a/usr/src/sys/stand/bzero.c b/usr/src/sys/stand/bzero.c index 48ff2db208..bed82f4833 100644 --- a/usr/src/sys/stand/bzero.c +++ b/usr/src/sys/stand/bzero.c @@ -1,10 +1,10 @@ /*- - * Copyright (c) 1993 The Regents of the University of California. - * All rights reserved. + * Copyright (c) 1993 + * The Regents of the University of California. All rights reserved. * * %sccs.include.redist.c% * - * @(#)bzero.c 7.1 (Berkeley) %G% + * @(#)bzero.c 8.1 (Berkeley) %G% */ /* diff --git a/usr/src/sys/stand/cat.c b/usr/src/sys/stand/cat.c index eeaa4bf9d4..7886c7719c 100644 --- a/usr/src/sys/stand/cat.c +++ b/usr/src/sys/stand/cat.c @@ -1,18 +1,18 @@ /*- - * Copyright (c) 1993 The Regents of the University of California. - * All rights reserved. + * Copyright (c) 1993 + * The Regents of the University of California. All rights reserved. * * %sccs.include.redist.c% */ #ifndef lint -char copyright[] = -"@(#) Copyright (c) 1993 The Regents of the University of California.\n\ - All rights reserved.\n"; +static char copyright[] = +"@(#) Copyright (c) 1993\n\ + The Regents of the University of California. All rights reserved.\n"; #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)cat.c 7.1 (Berkeley) %G%"; +static char sccsid[] = "@(#)cat.c 8.1 (Berkeley) %G%"; #endif /* not lint */ main() diff --git a/usr/src/sys/stand/close.c b/usr/src/sys/stand/close.c index 5f6eeb7e82..8d4fb7c5ea 100644 --- a/usr/src/sys/stand/close.c +++ b/usr/src/sys/stand/close.c @@ -1,13 +1,13 @@ /*- - * Copyright (c) 1993 The Regents of the University of California. - * All rights reserved. + * Copyright (c) 1993 + * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * The Mach Operating System project at Carnegie-Mellon University. * * %sccs.include.redist.c% * - * @(#)close.c 7.1 (Berkeley) %G% + * @(#)close.c 8.1 (Berkeley) %G% * * * Copyright (c) 1989, 1990, 1991 Carnegie Mellon University diff --git a/usr/src/sys/stand/copy.c b/usr/src/sys/stand/copy.c index fdf40ab1b8..ec83f22269 100644 --- a/usr/src/sys/stand/copy.c +++ b/usr/src/sys/stand/copy.c @@ -1,18 +1,18 @@ /*- - * Copyright (c) 1993 The Regents of the University of California. - * All rights reserved. + * Copyright (c) 1993 + * The Regents of the University of California. All rights reserved. * * %sccs.include.redist.c% */ #ifndef lint -char copyright[] = -"@(#) Copyright (c) 1993 The Regents of the University of California.\n\ - All rights reserved.\n"; +static char copyright[] = +"@(#) Copyright (c) 1993\n\ + The Regents of the University of California. All rights reserved.\n"; #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)copy.c 7.1 (Berkeley) %G%"; +static char sccsid[] = "@(#)copy.c 8.1 (Berkeley) %G%"; #endif /* not lint */ #define BSIZE 10240 diff --git a/usr/src/sys/stand/dev.c b/usr/src/sys/stand/dev.c index 1d91b24c69..fa152221a7 100644 --- a/usr/src/sys/stand/dev.c +++ b/usr/src/sys/stand/dev.c @@ -1,10 +1,10 @@ /*- - * Copyright (c) 1993 The Regents of the University of California. - * All rights reserved. + * Copyright (c) 1993 + * The Regents of the University of California. All rights reserved. * * %sccs.include.redist.c% * - * @(#)dev.c 7.1 (Berkeley) %G% + * @(#)dev.c 8.1 (Berkeley) %G% */ #include diff --git a/usr/src/sys/stand/disklabel.c b/usr/src/sys/stand/disklabel.c index 07de54f91d..13653455f6 100644 --- a/usr/src/sys/stand/disklabel.c +++ b/usr/src/sys/stand/disklabel.c @@ -1,10 +1,10 @@ /*- - * Copyright (c) 1993 The Regents of the University of California. - * All rights reserved. + * Copyright (c) 1993 + * The Regents of the University of California. All rights reserved. * * %sccs.include.redist.c% * - * @(#)disklabel.c 7.1 (Berkeley) %G% + * @(#)disklabel.c 8.1 (Berkeley) %G% */ #include diff --git a/usr/src/sys/stand/getfile.c b/usr/src/sys/stand/getfile.c index 3641678331..8f6bce5303 100644 --- a/usr/src/sys/stand/getfile.c +++ b/usr/src/sys/stand/getfile.c @@ -1,10 +1,10 @@ /*- - * Copyright (c) 1993 The Regents of the University of California. - * All rights reserved. + * Copyright (c) 1993 + * The Regents of the University of California. All rights reserved. * * %sccs.include.redist.c% * - * @(#)getfile.c 7.1 (Berkeley) %G% + * @(#)getfile.c 8.1 (Berkeley) %G% */ getfile(prompt, mode) diff --git a/usr/src/sys/stand/gets.c b/usr/src/sys/stand/gets.c index e11f50918a..df7f8b5917 100644 --- a/usr/src/sys/stand/gets.c +++ b/usr/src/sys/stand/gets.c @@ -1,10 +1,10 @@ /*- - * Copyright (c) 1993 The Regents of the University of California. - * All rights reserved. + * Copyright (c) 1993 + * The Regents of the University of California. All rights reserved. * * %sccs.include.redist.c% * - * @(#)gets.c 7.1 (Berkeley) %G% + * @(#)gets.c 8.1 (Berkeley) %G% */ gets(buf) diff --git a/usr/src/sys/stand/ioctl.c b/usr/src/sys/stand/ioctl.c index f32b7e2219..a12d54ab95 100644 --- a/usr/src/sys/stand/ioctl.c +++ b/usr/src/sys/stand/ioctl.c @@ -1,13 +1,13 @@ /*- - * Copyright (c) 1993 The Regents of the University of California. - * All rights reserved. + * Copyright (c) 1993 + * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * The Mach Operating System project at Carnegie-Mellon University. * * %sccs.include.redist.c% * - * @(#)ioctl.c 7.1 (Berkeley) %G% + * @(#)ioctl.c 8.1 (Berkeley) %G% * * * Copyright (c) 1989, 1990, 1991 Carnegie Mellon University diff --git a/usr/src/sys/stand/ls.c b/usr/src/sys/stand/ls.c index a45af387fb..26ef4082e5 100644 --- a/usr/src/sys/stand/ls.c +++ b/usr/src/sys/stand/ls.c @@ -1,18 +1,18 @@ /*- - * Copyright (c) 1993 The Regents of the University of California. - * All rights reserved. + * Copyright (c) 1993 + * The Regents of the University of California. All rights reserved. * * %sccs.include.redist.c% */ #ifndef lint -char copyright[] = -"@(#) Copyright (c) 1993 The Regents of the University of California.\n\ - All rights reserved.\n"; +static char copyright[] = +"@(#) Copyright (c) 1993\n\ + The Regents of the University of California. All rights reserved.\n"; #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)ls.c 7.1 (Berkeley) %G%"; +static char sccsid[] = "@(#)ls.c 8.1 (Berkeley) %G%"; #endif /* not lint */ #include diff --git a/usr/src/sys/stand/lseek.c b/usr/src/sys/stand/lseek.c index 0db7e0cc95..b30e6938f1 100644 --- a/usr/src/sys/stand/lseek.c +++ b/usr/src/sys/stand/lseek.c @@ -1,13 +1,13 @@ /*- - * Copyright (c) 1993 The Regents of the University of California. - * All rights reserved. + * Copyright (c) 1993 + * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * The Mach Operating System project at Carnegie-Mellon University. * * %sccs.include.redist.c% * - * @(#)lseek.c 7.1 (Berkeley) %G% + * @(#)lseek.c 8.1 (Berkeley) %G% * * * Copyright (c) 1989, 1990, 1991 Carnegie Mellon University diff --git a/usr/src/sys/stand/open.c b/usr/src/sys/stand/open.c index cee4218582..b48182bb63 100644 --- a/usr/src/sys/stand/open.c +++ b/usr/src/sys/stand/open.c @@ -1,13 +1,13 @@ /*- - * Copyright (c) 1993 The Regents of the University of California. - * All rights reserved. + * Copyright (c) 1993 + * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * The Mach Operating System project at Carnegie-Mellon University. * * %sccs.include.redist.c% * - * @(#)open.c 7.1 (Berkeley) %G% + * @(#)open.c 8.1 (Berkeley) %G% * * * Copyright (c) 1989, 1990, 1991 Carnegie Mellon University diff --git a/usr/src/sys/stand/printf.c b/usr/src/sys/stand/printf.c index f31a561e6f..0b0a34ada2 100644 --- a/usr/src/sys/stand/printf.c +++ b/usr/src/sys/stand/printf.c @@ -1,10 +1,10 @@ /*- - * Copyright (c) 1993 The Regents of the University of California. - * All rights reserved. + * Copyright (c) 1993 + * The Regents of the University of California. All rights reserved. * * %sccs.include.redist.c% * - * @(#)printf.c 7.1 (Berkeley) %G% + * @(#)printf.c 8.1 (Berkeley) %G% */ /* diff --git a/usr/src/sys/stand/read.c b/usr/src/sys/stand/read.c index f06f25082a..a488c8bc1e 100644 --- a/usr/src/sys/stand/read.c +++ b/usr/src/sys/stand/read.c @@ -1,13 +1,13 @@ /*- - * Copyright (c) 1993 The Regents of the University of California. - * All rights reserved. + * Copyright (c) 1993 + * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * The Mach Operating System project at Carnegie-Mellon University. * * %sccs.include.redist.c% * - * @(#)read.c 7.1 (Berkeley) %G% + * @(#)read.c 8.1 (Berkeley) %G% * * * Copyright (c) 1989, 1990, 1991 Carnegie Mellon University diff --git a/usr/src/sys/stand/saio.h b/usr/src/sys/stand/saio.h index 8562365c46..20bd5492e1 100644 --- a/usr/src/sys/stand/saio.h +++ b/usr/src/sys/stand/saio.h @@ -1,10 +1,10 @@ /*- - * Copyright (c) 1993 The Regents of the University of California. - * All rights reserved. + * Copyright (c) 1993 + * The Regents of the University of California. All rights reserved. * * %sccs.include.redist.c% * - * @(#)saio.h 7.1 (Berkeley) %G% + * @(#)saio.h 8.1 (Berkeley) %G% */ /* I/O block */ diff --git a/usr/src/sys/stand/saioctl.h b/usr/src/sys/stand/saioctl.h index 937839628c..aa056fa9c6 100644 --- a/usr/src/sys/stand/saioctl.h +++ b/usr/src/sys/stand/saioctl.h @@ -1,10 +1,10 @@ /*- - * Copyright (c) 1993 The Regents of the University of California. - * All rights reserved. + * Copyright (c) 1993 + * The Regents of the University of California. All rights reserved. * * %sccs.include.redist.c% * - * @(#)saioctl.h 7.1 (Berkeley) %G% + * @(#)saioctl.h 8.1 (Berkeley) %G% */ /* ioctl's -- for disks just now */ diff --git a/usr/src/sys/stand/stand.h b/usr/src/sys/stand/stand.h index 73943efa5e..7055fb3a69 100644 --- a/usr/src/sys/stand/stand.h +++ b/usr/src/sys/stand/stand.h @@ -1,10 +1,10 @@ /*- - * Copyright (c) 1993 The Regents of the University of California. - * All rights reserved. + * Copyright (c) 1993 + * The Regents of the University of California. All rights reserved. * * %sccs.include.redist.c% * - * @(#)stand.h 7.1 (Berkeley) %G% + * @(#)stand.h 8.1 (Berkeley) %G% */ #include diff --git a/usr/src/sys/stand/stat.c b/usr/src/sys/stand/stat.c index fc68949a04..b6dca38a65 100644 --- a/usr/src/sys/stand/stat.c +++ b/usr/src/sys/stand/stat.c @@ -1,10 +1,10 @@ /*- - * Copyright (c) 1993 The Regents of the University of California. - * All rights reserved. + * Copyright (c) 1993 + * The Regents of the University of California. All rights reserved. * * %sccs.include.redist.c% * - * @(#)stat.c 7.1 (Berkeley) %G% + * @(#)stat.c 8.1 (Berkeley) %G% */ #include diff --git a/usr/src/sys/stand/ufs.c b/usr/src/sys/stand/ufs.c index 25457f8af0..3fafa50714 100644 --- a/usr/src/sys/stand/ufs.c +++ b/usr/src/sys/stand/ufs.c @@ -1,13 +1,13 @@ /*- - * Copyright (c) 1993 The Regents of the University of California. - * All rights reserved. + * Copyright (c) 1993 + * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * The Mach Operating System project at Carnegie-Mellon University. * * %sccs.include.redist.c% * - * @(#)ufs.c 7.1 (Berkeley) %G% + * @(#)ufs.c 8.1 (Berkeley) %G% * * * Copyright (c) 1990, 1991 Carnegie Mellon University diff --git a/usr/src/sys/stand/ufs.h b/usr/src/sys/stand/ufs.h index 2267497ad3..83d91807da 100644 --- a/usr/src/sys/stand/ufs.h +++ b/usr/src/sys/stand/ufs.h @@ -1,10 +1,10 @@ /*- - * Copyright (c) 1993 The Regents of the University of California. - * All rights reserved. + * Copyright (c) 1993 + * The Regents of the University of California. All rights reserved. * * %sccs.include.redist.c% * - * @(#)ufs.h 7.1 (Berkeley) %G% + * @(#)ufs.h 8.1 (Berkeley) %G% */ int ufs_open __P((char *path, struct open_file *f)); diff --git a/usr/src/sys/stand/write.c b/usr/src/sys/stand/write.c index bf3acbacd9..ee6a430971 100644 --- a/usr/src/sys/stand/write.c +++ b/usr/src/sys/stand/write.c @@ -1,13 +1,13 @@ /*- - * Copyright (c) 1993 The Regents of the University of California. - * All rights reserved. + * Copyright (c) 1993 + * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * The Mach Operating System project at Carnegie-Mellon University. * * %sccs.include.redist.c% * - * @(#)write.c 7.1 (Berkeley) %G% + * @(#)write.c 8.1 (Berkeley) %G% * * * Copyright (c) 1989, 1990, 1991 Carnegie Mellon University diff --git a/usr/src/sys/ufs/ffs/ffs_alloc.c b/usr/src/sys/ufs/ffs/ffs_alloc.c index b163ea5c82..a601d7d3ba 100644 --- a/usr/src/sys/ufs/ffs/ffs_alloc.c +++ b/usr/src/sys/ufs/ffs/ffs_alloc.c @@ -1,10 +1,10 @@ /* - * Copyright (c) 1982, 1986, 1989 Regents of the University of California. - * All rights reserved. + * Copyright (c) 1982, 1986, 1989, 1993 + * The Regents of the University of California. All rights reserved. * * %sccs.include.redist.c% * - * @(#)ffs_alloc.c 7.40 (Berkeley) %G% + * @(#)ffs_alloc.c 8.1 (Berkeley) %G% */ #include diff --git a/usr/src/sys/ufs/ffs/ffs_balloc.c b/usr/src/sys/ufs/ffs/ffs_balloc.c index abdb5abf37..3084bdef72 100644 --- a/usr/src/sys/ufs/ffs/ffs_balloc.c +++ b/usr/src/sys/ufs/ffs/ffs_balloc.c @@ -1,10 +1,10 @@ /* - * Copyright (c) 1982, 1986, 1989 Regents of the University of California. - * All rights reserved. + * Copyright (c) 1982, 1986, 1989, 1993 + * The Regents of the University of California. All rights reserved. * * %sccs.include.redist.c% * - * @(#)ffs_balloc.c 7.25 (Berkeley) %G% + * @(#)ffs_balloc.c 8.1 (Berkeley) %G% */ #include diff --git a/usr/src/sys/ufs/ffs/ffs_extern.h b/usr/src/sys/ufs/ffs/ffs_extern.h index a68b32d650..8a2d1df902 100644 --- a/usr/src/sys/ufs/ffs/ffs_extern.h +++ b/usr/src/sys/ufs/ffs/ffs_extern.h @@ -1,10 +1,10 @@ /*- - * Copyright (c) 1991 The Regents of the University of California. - * All rights reserved. + * Copyright (c) 1991, 1993 + * The Regents of the University of California. All rights reserved. * * %sccs.include.redist.c% * - * @(#)ffs_extern.h 7.15 (Berkeley) %G% + * @(#)ffs_extern.h 8.1 (Berkeley) %G% */ struct buf; diff --git a/usr/src/sys/ufs/ffs/ffs_inode.c b/usr/src/sys/ufs/ffs/ffs_inode.c index a06f720ee4..7bd75ea0c8 100644 --- a/usr/src/sys/ufs/ffs/ffs_inode.c +++ b/usr/src/sys/ufs/ffs/ffs_inode.c @@ -1,10 +1,10 @@ /* - * Copyright (c) 1982, 1986, 1989 Regents of the University of California. - * All rights reserved. + * Copyright (c) 1982, 1986, 1989, 1993 + * The Regents of the University of California. All rights reserved. * * %sccs.include.redist.c% * - * @(#)ffs_inode.c 7.71 (Berkeley) %G% + * @(#)ffs_inode.c 8.1 (Berkeley) %G% */ #include diff --git a/usr/src/sys/ufs/ffs/ffs_subr.c b/usr/src/sys/ufs/ffs/ffs_subr.c index 62054a9749..99773e3467 100644 --- a/usr/src/sys/ufs/ffs/ffs_subr.c +++ b/usr/src/sys/ufs/ffs/ffs_subr.c @@ -1,10 +1,10 @@ /* - * Copyright (c) 1982, 1986, 1989 Regents of the University of California. - * All rights reserved. + * Copyright (c) 1982, 1986, 1989, 1993 + * The Regents of the University of California. All rights reserved. * * %sccs.include.redist.c% * - * @(#)ffs_subr.c 7.27 (Berkeley) %G% + * @(#)ffs_subr.c 8.1 (Berkeley) %G% */ #include diff --git a/usr/src/sys/ufs/ffs/ffs_tables.c b/usr/src/sys/ufs/ffs/ffs_tables.c index 872f3693ca..74ad3a6eb8 100644 --- a/usr/src/sys/ufs/ffs/ffs_tables.c +++ b/usr/src/sys/ufs/ffs/ffs_tables.c @@ -1,10 +1,10 @@ /* - * Copyright (c) 1982, 1986 Regents of the University of California. - * All rights reserved. + * Copyright (c) 1982, 1986, 1993 + * The Regents of the University of California. All rights reserved. * * %sccs.include.redist.c% * - * @(#)ffs_tables.c 7.5 (Berkeley) %G% + * @(#)ffs_tables.c 8.1 (Berkeley) %G% */ #include diff --git a/usr/src/sys/ufs/ffs/ffs_vfsops.c b/usr/src/sys/ufs/ffs/ffs_vfsops.c index 0c22c47232..55530ef36c 100644 --- a/usr/src/sys/ufs/ffs/ffs_vfsops.c +++ b/usr/src/sys/ufs/ffs/ffs_vfsops.c @@ -1,10 +1,10 @@ /* - * Copyright (c) 1989, 1991 The Regents of the University of California. - * All rights reserved. + * Copyright (c) 1989, 1991, 1993 + * The Regents of the University of California. All rights reserved. * * %sccs.include.redist.c% * - * @(#)ffs_vfsops.c 7.86 (Berkeley) %G% + * @(#)ffs_vfsops.c 8.1 (Berkeley) %G% */ #include diff --git a/usr/src/sys/ufs/ffs/ffs_vnops.c b/usr/src/sys/ufs/ffs/ffs_vnops.c index 123cd5d0c7..64fcc51550 100644 --- a/usr/src/sys/ufs/ffs/ffs_vnops.c +++ b/usr/src/sys/ufs/ffs/ffs_vnops.c @@ -1,10 +1,10 @@ /* - * Copyright (c) 1982, 1986, 1989 Regents of the University of California. - * All rights reserved. + * Copyright (c) 1982, 1986, 1989, 1993 + * The Regents of the University of California. All rights reserved. * * %sccs.include.redist.c% * - * @(#)ffs_vnops.c 7.102 (Berkeley) %G% + * @(#)ffs_vnops.c 8.1 (Berkeley) %G% */ #include diff --git a/usr/src/sys/ufs/ffs/fs.h b/usr/src/sys/ufs/ffs/fs.h index 676fae2870..39ff1e676e 100644 --- a/usr/src/sys/ufs/ffs/fs.h +++ b/usr/src/sys/ufs/ffs/fs.h @@ -1,10 +1,10 @@ /* - * Copyright (c) 1982, 1986 Regents of the University of California. - * All rights reserved. + * Copyright (c) 1982, 1986, 1993 + * The Regents of the University of California. All rights reserved. * * %sccs.include.redist.c% * - * @(#)fs.h 7.17 (Berkeley) %G% + * @(#)fs.h 8.1 (Berkeley) %G% */ /* -- 2.20.1