From b17c65bb13573c7d942b8d0766efd20165b28031 Mon Sep 17 00:00:00 2001 From: Keith Bostic Date: Fri, 4 Jun 1993 19:40:48 -0800 Subject: [PATCH] 4.4BSD snapshot (revision 8.1); add 1993 to copyright SCCS-vsn: lib/libc/i386/gen/_setjmp.s 8.1 SCCS-vsn: lib/libc/i386/gen/alloca.s 8.1 SCCS-vsn: lib/libc/i386/gen/divsi3.s 8.1 SCCS-vsn: lib/libc/i386/gen/fabs.s 8.1 SCCS-vsn: lib/libc/i386/gen/fixdfsi.s 8.1 SCCS-vsn: lib/libc/i386/gen/fixunsdfsi.s 8.1 SCCS-vsn: lib/libc/i386/gen/modf.s 8.1 SCCS-vsn: lib/libc/i386/gen/setjmp.s 8.1 SCCS-vsn: lib/libc/i386/gen/udivsi3.s 8.1 SCCS-vsn: lib/libc/i386/net/htonl.s 8.1 SCCS-vsn: lib/libc/i386/net/htons.s 8.1 SCCS-vsn: lib/libc/i386/net/ntohl.s 8.1 SCCS-vsn: lib/libc/i386/net/ntohs.s 8.1 --- usr/src/lib/libc/i386/gen/_setjmp.s | 6 +++--- usr/src/lib/libc/i386/gen/alloca.s | 6 +++--- usr/src/lib/libc/i386/gen/divsi3.s | 6 +++--- usr/src/lib/libc/i386/gen/fabs.s | 6 +++--- usr/src/lib/libc/i386/gen/fixdfsi.s | 6 +++--- usr/src/lib/libc/i386/gen/fixunsdfsi.s | 6 +++--- usr/src/lib/libc/i386/gen/modf.s | 6 +++--- usr/src/lib/libc/i386/gen/setjmp.s | 6 +++--- usr/src/lib/libc/i386/gen/udivsi3.s | 6 +++--- usr/src/lib/libc/i386/net/htonl.s | 6 +++--- usr/src/lib/libc/i386/net/htons.s | 6 +++--- usr/src/lib/libc/i386/net/ntohl.s | 6 +++--- usr/src/lib/libc/i386/net/ntohs.s | 6 +++--- 13 files changed, 39 insertions(+), 39 deletions(-) diff --git a/usr/src/lib/libc/i386/gen/_setjmp.s b/usr/src/lib/libc/i386/gen/_setjmp.s index 2fe3fde4cf..71bab2a4a3 100644 --- a/usr/src/lib/libc/i386/gen/_setjmp.s +++ b/usr/src/lib/libc/i386/gen/_setjmp.s @@ -1,6 +1,6 @@ /*- - * Copyright (c) 1990 The Regents of the University of California. - * All rights reserved. + * Copyright (c) 1990, 1993 + * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * William Jolitz. @@ -9,7 +9,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) - .asciz "@(#)_setjmp.s 5.1 (Berkeley) %G%" + .asciz "@(#)_setjmp.s 8.1 (Berkeley) %G%" #endif /* LIBC_SCCS and not lint */ /* diff --git a/usr/src/lib/libc/i386/gen/alloca.s b/usr/src/lib/libc/i386/gen/alloca.s index 4539ffaeee..142409d1e1 100644 --- a/usr/src/lib/libc/i386/gen/alloca.s +++ b/usr/src/lib/libc/i386/gen/alloca.s @@ -1,6 +1,6 @@ /*- - * Copyright (c) 1990 The Regents of the University of California. - * All rights reserved. + * Copyright (c) 1990, 1993 + * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * William Jolitz. @@ -9,7 +9,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) - .asciz "@(#)alloca.s 5.2 (Berkeley) %G%" + .asciz "@(#)alloca.s 8.1 (Berkeley) %G%" #endif /* LIBC_SCCS and not lint */ /* like alloc, but automatic automatic free in return */ diff --git a/usr/src/lib/libc/i386/gen/divsi3.s b/usr/src/lib/libc/i386/gen/divsi3.s index f55ac362e4..bb9e4de026 100644 --- a/usr/src/lib/libc/i386/gen/divsi3.s +++ b/usr/src/lib/libc/i386/gen/divsi3.s @@ -1,6 +1,6 @@ /*- - * Copyright (c) 1990 The Regents of the University of California. - * All rights reserved. + * Copyright (c) 1990, 1993 + * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * William Jolitz. @@ -9,7 +9,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) - .asciz "@(#)divsi3.s 5.1 (Berkeley) %G%" + .asciz "@(#)divsi3.s 8.1 (Berkeley) %G%" #endif /* LIBC_SCCS and not lint */ .globl ___divsi3 diff --git a/usr/src/lib/libc/i386/gen/fabs.s b/usr/src/lib/libc/i386/gen/fabs.s index 7fc85bbc29..2272e29f1d 100644 --- a/usr/src/lib/libc/i386/gen/fabs.s +++ b/usr/src/lib/libc/i386/gen/fabs.s @@ -1,6 +1,6 @@ /*- - * Copyright (c) 1990 The Regents of the University of California. - * All rights reserved. + * Copyright (c) 1990, 1993 + * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * William Jolitz. @@ -9,7 +9,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) - .asciz "@(#)fabs.s 5.2 (Berkeley) %G%" + .asciz "@(#)fabs.s 8.1 (Berkeley) %G%" #endif /* LIBC_SCCS and not lint */ #include "DEFS.h" diff --git a/usr/src/lib/libc/i386/gen/fixdfsi.s b/usr/src/lib/libc/i386/gen/fixdfsi.s index d45133023b..a2c187366f 100644 --- a/usr/src/lib/libc/i386/gen/fixdfsi.s +++ b/usr/src/lib/libc/i386/gen/fixdfsi.s @@ -1,6 +1,6 @@ /*- - * 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. * * This code is derived from software contributed to Berkeley by * William Jolitz. @@ -9,7 +9,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) - .asciz "@(#)fixdfsi.s 5.4 (Berkeley) %G%" + .asciz "@(#)fixdfsi.s 8.1 (Berkeley) %G%" #endif /* LIBC_SCCS and not lint */ .globl ___fixdfsi diff --git a/usr/src/lib/libc/i386/gen/fixunsdfsi.s b/usr/src/lib/libc/i386/gen/fixunsdfsi.s index 33176a8fe3..71447b20ff 100644 --- a/usr/src/lib/libc/i386/gen/fixunsdfsi.s +++ b/usr/src/lib/libc/i386/gen/fixunsdfsi.s @@ -1,6 +1,6 @@ /*- - * Copyright (c) 1990 The Regents of the University of California. - * All rights reserved. + * Copyright (c) 1990, 1993 + * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * William Jolitz. @@ -9,7 +9,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) - .asciz "@(#)fixunsdfsi.s 5.1 %G%" + .asciz "@(#)fixunsdfsi.s 8.1 %G%" #endif /* LIBC_SCCS and not lint */ .globl ___fixunsdfsi diff --git a/usr/src/lib/libc/i386/gen/modf.s b/usr/src/lib/libc/i386/gen/modf.s index 506406ce51..14796350e5 100644 --- a/usr/src/lib/libc/i386/gen/modf.s +++ b/usr/src/lib/libc/i386/gen/modf.s @@ -1,6 +1,6 @@ /*- - * Copyright (c) 1990 The Regents of the University of California. - * All rights reserved. + * Copyright (c) 1990, 1993 + * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * Sean Eric Fagan. @@ -9,7 +9,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) - .asciz "@(#)modf.s 5.5 (Berkeley) %G%" + .asciz "@(#)modf.s 8.1 (Berkeley) %G%" #endif /* LIBC_SCCS and not lint */ /* diff --git a/usr/src/lib/libc/i386/gen/setjmp.s b/usr/src/lib/libc/i386/gen/setjmp.s index 60e675a1b6..d4d3b6ac04 100644 --- a/usr/src/lib/libc/i386/gen/setjmp.s +++ b/usr/src/lib/libc/i386/gen/setjmp.s @@ -1,6 +1,6 @@ /*- - * Copyright (c) 1990 The Regents of the University of California. - * All rights reserved. + * Copyright (c) 1990, 1993 + * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * William Jolitz. @@ -9,7 +9,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) - .asciz "@(#)setjmp.s 5.1 (Berkeley) %G%" + .asciz "@(#)setjmp.s 8.1 (Berkeley) %G%" #endif /* LIBC_SCCS and not lint */ /* diff --git a/usr/src/lib/libc/i386/gen/udivsi3.s b/usr/src/lib/libc/i386/gen/udivsi3.s index 1698379389..34fd58f467 100644 --- a/usr/src/lib/libc/i386/gen/udivsi3.s +++ b/usr/src/lib/libc/i386/gen/udivsi3.s @@ -1,6 +1,6 @@ /*- - * Copyright (c) 1990 The Regents of the University of California. - * All rights reserved. + * Copyright (c) 1990, 1993 + * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * William Jolitz. @@ -9,7 +9,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) - .asciz "@(#)udivsi3.s 5.1 (Berkeley) %G%" + .asciz "@(#)udivsi3.s 8.1 (Berkeley) %G%" #endif /* LIBC_SCCS and not lint */ .globl ___udivsi3 diff --git a/usr/src/lib/libc/i386/net/htonl.s b/usr/src/lib/libc/i386/net/htonl.s index 5f190976f9..b8525ee3f1 100644 --- a/usr/src/lib/libc/i386/net/htonl.s +++ b/usr/src/lib/libc/i386/net/htonl.s @@ -1,6 +1,6 @@ /*- - * Copyright (c) 1990 The Regents of the University of California. - * All rights reserved. + * Copyright (c) 1990, 1993 + * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * William Jolitz. @@ -9,7 +9,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) - .asciz "@(#)htonl.s 5.3 (Berkeley) %G%" + .asciz "@(#)htonl.s 8.1 (Berkeley) %G%" #endif /* LIBC_SCCS and not lint */ /* netorder = htonl(hostorder) */ diff --git a/usr/src/lib/libc/i386/net/htons.s b/usr/src/lib/libc/i386/net/htons.s index cff8afdf67..82948deee4 100644 --- a/usr/src/lib/libc/i386/net/htons.s +++ b/usr/src/lib/libc/i386/net/htons.s @@ -1,6 +1,6 @@ /*- - * Copyright (c) 1990 The Regents of the University of California. - * All rights reserved. + * Copyright (c) 1990, 1993 + * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * William Jolitz. @@ -9,7 +9,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) - .asciz "@(#)htons.s 5.2 (Berkeley) %G%" + .asciz "@(#)htons.s 8.1 (Berkeley) %G%" #endif /* LIBC_SCCS and not lint */ /* netorder = htons(hostorder) */ diff --git a/usr/src/lib/libc/i386/net/ntohl.s b/usr/src/lib/libc/i386/net/ntohl.s index a79e595738..6dac5d454b 100644 --- a/usr/src/lib/libc/i386/net/ntohl.s +++ b/usr/src/lib/libc/i386/net/ntohl.s @@ -1,6 +1,6 @@ /*- - * Copyright (c) 1990 The Regents of the University of California. - * All rights reserved. + * Copyright (c) 1990, 1993 + * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * William Jolitz. @@ -9,7 +9,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) - .asciz "@(#)ntohl.s 5.2 (Berkeley) %G%" + .asciz "@(#)ntohl.s 8.1 (Berkeley) %G%" #endif /* LIBC_SCCS and not lint */ /* hostorder = ntohl(netorder) */ diff --git a/usr/src/lib/libc/i386/net/ntohs.s b/usr/src/lib/libc/i386/net/ntohs.s index 45cb4b066c..30b27a44f2 100644 --- a/usr/src/lib/libc/i386/net/ntohs.s +++ b/usr/src/lib/libc/i386/net/ntohs.s @@ -1,6 +1,6 @@ /*- - * Copyright (c) 1990 The Regents of the University of California. - * All rights reserved. + * Copyright (c) 1990, 1993 + * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * William Jolitz. @@ -9,7 +9,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) - .asciz "@(#)ntohs.s 5.2 (Berkeley) %G%" + .asciz "@(#)ntohs.s 8.1 (Berkeley) %G%" #endif /* LIBC_SCCS and not lint */ /* hostorder = ntohs(netorder) */ -- 2.20.1