4.4BSD snapshot (revision 8.1); add 1993 to copyright
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sat, 5 Jun 1993 03:40:48 +0000 (19:40 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sat, 5 Jun 1993 03:40:48 +0000 (19:40 -0800)
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

13 files changed:
usr/src/lib/libc/i386/gen/_setjmp.s
usr/src/lib/libc/i386/gen/alloca.s
usr/src/lib/libc/i386/gen/divsi3.s
usr/src/lib/libc/i386/gen/fabs.s
usr/src/lib/libc/i386/gen/fixdfsi.s
usr/src/lib/libc/i386/gen/fixunsdfsi.s
usr/src/lib/libc/i386/gen/modf.s
usr/src/lib/libc/i386/gen/setjmp.s
usr/src/lib/libc/i386/gen/udivsi3.s
usr/src/lib/libc/i386/net/htonl.s
usr/src/lib/libc/i386/net/htons.s
usr/src/lib/libc/i386/net/ntohl.s
usr/src/lib/libc/i386/net/ntohs.s

index 2fe3fde..71bab2a 100644 (file)
@@ -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.
  *
  * This code is derived from software contributed to Berkeley by
  * William Jolitz.
@@ -9,7 +9,7 @@
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
  */
 
 #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 */
 
 /*
 #endif /* LIBC_SCCS and not lint */
 
 /*
index 4539ffa..142409d 100644 (file)
@@ -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.
  *
  * This code is derived from software contributed to Berkeley by
  * William Jolitz.
@@ -9,7 +9,7 @@
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
  */
 
 #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 */
 #endif /* LIBC_SCCS and not lint */
 
 /* like alloc, but automatic automatic free in return */
index f55ac36..bb9e4de 100644 (file)
@@ -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.
  *
  * This code is derived from software contributed to Berkeley by
  * William Jolitz.
@@ -9,7 +9,7 @@
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
  */
 
 #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
 #endif /* LIBC_SCCS and not lint */
 
        .globl ___divsi3
index 7fc85bb..2272e29 100644 (file)
@@ -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.
  *
  * This code is derived from software contributed to Berkeley by
  * William Jolitz.
@@ -9,7 +9,7 @@
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
  */
 
 #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"
 #endif /* LIBC_SCCS and not lint */
 
 #include "DEFS.h"
index d451330..a2c1873 100644 (file)
@@ -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.
  *
  * This code is derived from software contributed to Berkeley by
  * William Jolitz.
@@ -9,7 +9,7 @@
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
  */
 
 #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
 #endif /* LIBC_SCCS and not lint */
 
        .globl ___fixdfsi
index 33176a8..71447b2 100644 (file)
@@ -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.
  *
  * This code is derived from software contributed to Berkeley by
  * William Jolitz.
@@ -9,7 +9,7 @@
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
  */
 
 #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
 #endif /* LIBC_SCCS and not lint */
 
        .globl ___fixunsdfsi
index 506406c..1479635 100644 (file)
@@ -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.
  *
  * This code is derived from software contributed to Berkeley by
  * Sean Eric Fagan.
@@ -9,7 +9,7 @@
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
  */
 
 #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 */
 
 /*
 #endif /* LIBC_SCCS and not lint */
 
 /*
index 60e675a..d4d3b6a 100644 (file)
@@ -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.
  *
  * This code is derived from software contributed to Berkeley by
  * William Jolitz.
@@ -9,7 +9,7 @@
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
  */
 
 #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 */
 
 /*
 #endif /* LIBC_SCCS and not lint */
 
 /*
index 1698379..34fd58f 100644 (file)
@@ -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.
  *
  * This code is derived from software contributed to Berkeley by
  * William Jolitz.
@@ -9,7 +9,7 @@
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
  */
 
 #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
 #endif /* LIBC_SCCS and not lint */
 
        .globl ___udivsi3
index 5f19097..b8525ee 100644 (file)
@@ -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.
  *
  * This code is derived from software contributed to Berkeley by
  * William Jolitz.
@@ -9,7 +9,7 @@
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
  */
 
 #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) */
 #endif /* LIBC_SCCS and not lint */
 
 /* netorder = htonl(hostorder) */
index cff8afd..82948de 100644 (file)
@@ -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.
  *
  * This code is derived from software contributed to Berkeley by
  * William Jolitz.
@@ -9,7 +9,7 @@
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
  */
 
 #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) */
 #endif /* LIBC_SCCS and not lint */
 
 /* netorder = htons(hostorder) */
index a79e595..6dac5d4 100644 (file)
@@ -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.
  *
  * This code is derived from software contributed to Berkeley by
  * William Jolitz.
@@ -9,7 +9,7 @@
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
  */
 
 #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) */
 #endif /* LIBC_SCCS and not lint */
 
 /* hostorder = ntohl(netorder) */
index 45cb4b0..30b27a4 100644 (file)
@@ -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.
  *
  * This code is derived from software contributed to Berkeley by
  * William Jolitz.
@@ -9,7 +9,7 @@
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
  */
 
 #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) */
 #endif /* LIBC_SCCS and not lint */
 
 /* hostorder = ntohs(netorder) */