From 6edb4bd04db7dcb0101ad7dadf9d2d81cc8067d0 Mon Sep 17 00:00:00 2001 From: Keith Bostic Date: Thu, 17 Jun 1993 14:17:35 -0800 Subject: [PATCH] 4.4BSD snapshot (revision 8.1); add 1993 to copyright SCCS-vsn: lib/libc/sys/ftruncate.c 8.1 SCCS-vsn: lib/libc/sys/lseek.c 8.1 SCCS-vsn: lib/libc/sys/mmap.c 8.1 SCCS-vsn: lib/libc/sys/truncate.c 8.1 --- usr/src/lib/libc/sys/ftruncate.c | 6 +++--- usr/src/lib/libc/sys/lseek.c | 6 +++--- usr/src/lib/libc/sys/mmap.c | 6 +++--- usr/src/lib/libc/sys/truncate.c | 6 +++--- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/usr/src/lib/libc/sys/ftruncate.c b/usr/src/lib/libc/sys/ftruncate.c index 0b0a274b60..2fe7c2baa5 100644 --- a/usr/src/lib/libc/sys/ftruncate.c +++ b/usr/src/lib/libc/sys/ftruncate.c @@ -1,12 +1,12 @@ /* - * Copyright (c) 1992 The Regents of the University of California. - * All rights reserved. + * Copyright (c) 1992, 1993 + * The Regents of the University of California. All rights reserved. * * %sccs.include.redist.c% */ #if defined(LIBC_SCCS) && !defined(lint) -static char sccsid[] = "@(#)ftruncate.c 5.3 (Berkeley) %G%"; +static char sccsid[] = "@(#)ftruncate.c 8.1 (Berkeley) %G%"; #endif /* LIBC_SCCS and not lint */ #include diff --git a/usr/src/lib/libc/sys/lseek.c b/usr/src/lib/libc/sys/lseek.c index 6ad86b913f..eee9f78938 100644 --- a/usr/src/lib/libc/sys/lseek.c +++ b/usr/src/lib/libc/sys/lseek.c @@ -1,12 +1,12 @@ /* - * Copyright (c) 1992 The Regents of the University of California. - * All rights reserved. + * Copyright (c) 1992, 1993 + * The Regents of the University of California. All rights reserved. * * %sccs.include.redist.c% */ #if defined(LIBC_SCCS) && !defined(lint) -static char sccsid[] = "@(#)lseek.c 5.3 (Berkeley) %G%"; +static char sccsid[] = "@(#)lseek.c 8.1 (Berkeley) %G%"; #endif /* LIBC_SCCS and not lint */ #include diff --git a/usr/src/lib/libc/sys/mmap.c b/usr/src/lib/libc/sys/mmap.c index 0db7899254..0c7116908c 100644 --- a/usr/src/lib/libc/sys/mmap.c +++ b/usr/src/lib/libc/sys/mmap.c @@ -1,12 +1,12 @@ /* - * Copyright (c) 1992 The Regents of the University of California. - * All rights reserved. + * Copyright (c) 1992, 1993 + * The Regents of the University of California. All rights reserved. * * %sccs.include.redist.c% */ #if defined(LIBC_SCCS) && !defined(lint) -static char sccsid[] = "@(#)mmap.c 5.4 (Berkeley) %G%"; +static char sccsid[] = "@(#)mmap.c 8.1 (Berkeley) %G%"; #endif /* LIBC_SCCS and not lint */ #include diff --git a/usr/src/lib/libc/sys/truncate.c b/usr/src/lib/libc/sys/truncate.c index c15de8f05d..0f6d24b8dd 100644 --- a/usr/src/lib/libc/sys/truncate.c +++ b/usr/src/lib/libc/sys/truncate.c @@ -1,12 +1,12 @@ /* - * Copyright (c) 1992 The Regents of the University of California. - * All rights reserved. + * Copyright (c) 1992, 1993 + * The Regents of the University of California. All rights reserved. * * %sccs.include.redist.c% */ #if defined(LIBC_SCCS) && !defined(lint) -static char sccsid[] = "@(#)truncate.c 5.3 (Berkeley) %G%"; +static char sccsid[] = "@(#)truncate.c 8.1 (Berkeley) %G%"; #endif /* LIBC_SCCS and not lint */ #include -- 2.20.1