4.4BSD snapshot (revision 8.1); add 1993 to copyright
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sat, 5 Jun 1993 06:45:32 +0000 (22:45 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sat, 5 Jun 1993 06:45:32 +0000 (22:45 -0800)
SCCS-vsn: lib/libc/vax/gen/_setjmp.s 8.1
SCCS-vsn: lib/libc/vax/gen/alloca.s 8.1
SCCS-vsn: lib/libc/vax/gen/fabs.s 8.1
SCCS-vsn: lib/libc/vax/gen/fixdfsi.s 8.1
SCCS-vsn: lib/libc/vax/gen/fixunsdfsi.s 8.1
SCCS-vsn: lib/libc/vax/gen/ldexp.s 8.1
SCCS-vsn: lib/libc/vax/gen/lshlsi3.s 8.1
SCCS-vsn: lib/libc/vax/gen/lshrsi3.s 8.1
SCCS-vsn: lib/libc/vax/gen/modf.s 8.1
SCCS-vsn: lib/libc/vax/gen/modsi3.s 8.1
SCCS-vsn: lib/libc/vax/gen/setjmp.s 8.1
SCCS-vsn: lib/libc/vax/gen/udiv.s 8.1
SCCS-vsn: lib/libc/vax/gen/udivsi3.s 8.1
SCCS-vsn: lib/libc/vax/gen/umodsi3.s 8.1
SCCS-vsn: lib/libc/vax/gen/umulsi3.s 8.1
SCCS-vsn: lib/libc/vax/gen/urem.s 8.1
SCCS-vsn: lib/libc/vax/sys/cache.lib/Ovfork.c 8.1
SCCS-vsn: lib/libc/vax/sys/cache.lib/fork.c 8.1
SCCS-vsn: lib/libc/vax/sys/cache.lib/getdtablesize.c 8.1
SCCS-vsn: lib/libc/vax/sys/cache.lib/getgid.c 8.1
SCCS-vsn: lib/libc/vax/sys/cache.lib/gethostid.c 8.1
SCCS-vsn: lib/libc/vax/sys/cache.lib/getpid.c 8.1
SCCS-vsn: lib/libc/vax/sys/cache.lib/getppid.c 8.1
SCCS-vsn: lib/libc/vax/sys/cache.lib/getuid.c 8.1
SCCS-vsn: lib/libc/vax/sys/cache.lib/x.c 8.1

25 files changed:
usr/src/lib/libc/vax/gen/_setjmp.s
usr/src/lib/libc/vax/gen/alloca.s
usr/src/lib/libc/vax/gen/fabs.s
usr/src/lib/libc/vax/gen/fixdfsi.s
usr/src/lib/libc/vax/gen/fixunsdfsi.s
usr/src/lib/libc/vax/gen/ldexp.s
usr/src/lib/libc/vax/gen/lshlsi3.s
usr/src/lib/libc/vax/gen/lshrsi3.s
usr/src/lib/libc/vax/gen/modf.s
usr/src/lib/libc/vax/gen/modsi3.s
usr/src/lib/libc/vax/gen/setjmp.s
usr/src/lib/libc/vax/gen/udiv.s
usr/src/lib/libc/vax/gen/udivsi3.s
usr/src/lib/libc/vax/gen/umodsi3.s
usr/src/lib/libc/vax/gen/umulsi3.s
usr/src/lib/libc/vax/gen/urem.s
usr/src/lib/libc/vax/sys/cache.lib/Ovfork.c
usr/src/lib/libc/vax/sys/cache.lib/fork.c
usr/src/lib/libc/vax/sys/cache.lib/getdtablesize.c
usr/src/lib/libc/vax/sys/cache.lib/getgid.c
usr/src/lib/libc/vax/sys/cache.lib/gethostid.c
usr/src/lib/libc/vax/sys/cache.lib/getpid.c
usr/src/lib/libc/vax/sys/cache.lib/getppid.c
usr/src/lib/libc/vax/sys/cache.lib/getuid.c
usr/src/lib/libc/vax/sys/cache.lib/x.c

index eb8e334..01b7778 100644 (file)
@@ -1,12 +1,12 @@
 /*
 /*
- * Copyright (c) 1980 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1980, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
  *
  * %sccs.include.redist.c%
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
-       .asciz "@(#)_setjmp.s   5.8 (Berkeley) %G%"
+       .asciz "@(#)_setjmp.s   8.1 (Berkeley) %G%"
 #endif /* LIBC_SCCS and not lint */
 
 /*
 #endif /* LIBC_SCCS and not lint */
 
 /*
index ef78e00..fa02ff1 100644 (file)
@@ -1,12 +1,12 @@
 /*-
 /*-
- * 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%
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
  *
  * %sccs.include.redist.c%
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
-       .asciz "@(#)alloca.s    5.5 (Berkeley) %G%"
+       .asciz "@(#)alloca.s    8.1 (Berkeley) %G%"
 #endif /* LIBC_SCCS and not lint */
 
 #include "DEFS.h"
 #endif /* LIBC_SCCS and not lint */
 
 #include "DEFS.h"
index 5164a75..e72db6e 100644 (file)
@@ -1,12 +1,12 @@
 /*
 /*
- * Copyright (c) 1983 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1983, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
  *
  * %sccs.include.redist.c%
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
-       .asciz "@(#)fabs.s      5.5 (Berkeley) %G%"
+       .asciz "@(#)fabs.s      8.1 (Berkeley) %G%"
 #endif /* LIBC_SCCS and not lint */
 
 /* fabs - floating absolute value */
 #endif /* LIBC_SCCS and not lint */
 
 /* fabs - floating absolute value */
index d8854b7..6be7e43 100644 (file)
@@ -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)
  *
  * %sccs.include.redist.c%
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
-       .asciz "@(#)fixdfsi.s   5.1 (Berkeley) %G%"
+       .asciz "@(#)fixdfsi.s   8.1 (Berkeley) %G%"
 #endif /* LIBC_SCCS and not lint */
 
 #include "DEFS.h"
 #endif /* LIBC_SCCS and not lint */
 
 #include "DEFS.h"
index f00d5f8..910bb4c 100644 (file)
@@ -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)
  *
  * %sccs.include.redist.c%
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
-       .asciz "@(#)fixunsdfsi.s        5.1 (Berkeley) %G%"
+       .asciz "@(#)fixunsdfsi.s        8.1 (Berkeley) %G%"
 #endif /* LIBC_SCCS and not lint */
 
 #include "DEFS.h"
 #endif /* LIBC_SCCS and not lint */
 
 #include "DEFS.h"
index 9d1b67a..5a81ece 100644 (file)
@@ -1,12 +1,12 @@
 /*
 /*
- * Copyright (c) 1983 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1983, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
  *
  * %sccs.include.redist.c%
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
-       .asciz "@(#)ldexp.s     5.6 (Berkeley) %G%"
+       .asciz "@(#)ldexp.s     8.1 (Berkeley) %G%"
 #endif /* LIBC_SCCS and not lint */
 
 /*
 #endif /* LIBC_SCCS and not lint */
 
 /*
index 0110bc4..403fa4e 100644 (file)
@@ -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)
  *
  * %sccs.include.redist.c%
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
-       .asciz "@(#)lshlsi3.s   5.1 (Berkeley) %G%"
+       .asciz "@(#)lshlsi3.s   8.1 (Berkeley) %G%"
 #endif /* LIBC_SCCS and not lint */
 
 #include "DEFS.h"
 #endif /* LIBC_SCCS and not lint */
 
 #include "DEFS.h"
index 1ec1770..2c04d8e 100644 (file)
@@ -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)
  *
  * %sccs.include.redist.c%
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
-       .asciz "@(#)lshrsi3.s   5.1 (Berkeley) %G%"
+       .asciz "@(#)lshrsi3.s   8.1 (Berkeley) %G%"
 #endif /* LIBC_SCCS and not lint */
 
 #include "DEFS.h"
 #endif /* LIBC_SCCS and not lint */
 
 #include "DEFS.h"
index 5aa20a4..e829222 100644 (file)
@@ -1,12 +1,12 @@
 /*
 /*
- * Copyright (c) 1983 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1983, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
  *
  * %sccs.include.redist.c%
  */
 
 #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 21b6b48..ccbccdb 100644 (file)
@@ -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)
  *
  * %sccs.include.redist.c%
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
-       .asciz "@(#)modsi3.s    5.1 (Berkeley) %G%"
+       .asciz "@(#)modsi3.s    8.1 (Berkeley) %G%"
 #endif /* LIBC_SCCS and not lint */
 
 #include "DEFS.h"
 #endif /* LIBC_SCCS and not lint */
 
 #include "DEFS.h"
index 8c53c11..3f1ee35 100644 (file)
@@ -1,12 +1,12 @@
 /*
 /*
- * Copyright (c) 1983 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1983, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
  *
  * %sccs.include.redist.c%
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
-       .asciz "@(#)setjmp.s    5.9 (Berkeley) %G%"
+       .asciz "@(#)setjmp.s    8.1 (Berkeley) %G%"
 #endif /* LIBC_SCCS and not lint */
 
 /*
 #endif /* LIBC_SCCS and not lint */
 
 /*
index 628920d..2a826e2 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
  * Donn Seeley at UUNET Technologies, Inc.
  *
  * This code is derived from software contributed to Berkeley by
  * Donn Seeley at UUNET Technologies, Inc.
@@ -9,7 +9,7 @@
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
-       .asciz "@(#)udiv.s      5.6 (Berkeley) %G%"
+       .asciz "@(#)udiv.s      8.1 (Berkeley) %G%"
 #endif /* LIBC_SCCS and not lint */
 
 /*
 #endif /* LIBC_SCCS and not lint */
 
 /*
index 3d63513..a3a71ef 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
  * Donn Seeley at UUNET Technologies, Inc.
  *
  * This code is derived from software contributed to Berkeley by
  * Donn Seeley at UUNET Technologies, Inc.
@@ -9,7 +9,7 @@
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
-       .asciz "@(#)udivsi3.s   6.2 (Berkeley) %G%"
+       .asciz "@(#)udivsi3.s   8.1 (Berkeley) %G%"
 #endif /* LIBC_SCCS and not lint */
 
 /*
 #endif /* LIBC_SCCS and not lint */
 
 /*
index 50de697..b0a98b9 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
  * Donn Seeley at UUNET Technologies, Inc.
  *
  * This code is derived from software contributed to Berkeley by
  * Donn Seeley at UUNET Technologies, Inc.
@@ -9,7 +9,7 @@
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
-       .asciz "@(#)umodsi3.s   6.2 (Berkeley) %G%"
+       .asciz "@(#)umodsi3.s   8.1 (Berkeley) %G%"
 #endif /* LIBC_SCCS and not lint */
 
 /*
 #endif /* LIBC_SCCS and not lint */
 
 /*
index 49d5eb4..b3d973a 100644 (file)
@@ -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)
  *
  * %sccs.include.redist.c%
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
-       .asciz "@(#)umulsi3.s   5.1 (Berkeley) %G%"
+       .asciz "@(#)umulsi3.s   8.1 (Berkeley) %G%"
 #endif /* LIBC_SCCS and not lint */
 
 #include "DEFS.h"
 #endif /* LIBC_SCCS and not lint */
 
 #include "DEFS.h"
index e7f47aa..9f8bc1e 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
  * Donn Seeley at UUNET Technologies, Inc.
  *
  * This code is derived from software contributed to Berkeley by
  * Donn Seeley at UUNET Technologies, Inc.
@@ -9,7 +9,7 @@
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
-       .asciz "@(#)urem.s      5.6 (Berkeley) %G%"
+       .asciz "@(#)urem.s      8.1 (Berkeley) %G%"
 #endif /* LIBC_SCCS and not lint */
 
 #include "DEFS.h"
 #endif /* LIBC_SCCS and not lint */
 
 #include "DEFS.h"
index 74584a2..35afbdb 100644 (file)
@@ -1,12 +1,12 @@
 /*-
 /*-
- * Copyright (c) 1983 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1983, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
  *
  * %sccs.include.redist.c%
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
-       .asciz "@(#)Ovfork.c    5.2 (Berkeley) %G%"
+       .asciz "@(#)Ovfork.c    8.1 (Berkeley) %G%"
 #endif /* LIBC_SCCS and not lint */
 
 /*
 #endif /* LIBC_SCCS and not lint */
 
 /*
index d44b72f..d0e0724 100644 (file)
@@ -1,12 +1,12 @@
 /*-
 /*-
- * Copyright (c) 1983 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1983, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
  *
  * %sccs.include.redist.c%
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
-       .asciz "@(#)fork.c      5.2 (Berkeley) %G%"
+       .asciz "@(#)fork.c      8.1 (Berkeley) %G%"
 #endif /* LIBC_SCCS and not lint */
 
 #include "SYS.h"
 #endif /* LIBC_SCCS and not lint */
 
 #include "SYS.h"
index ff926d7..ff2cd13 100644 (file)
@@ -1,12 +1,12 @@
 /*-
 /*-
- * Copyright (c) 1983 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1983, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
  *
  * %sccs.include.redist.c%
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
-       .asciz "@(#)getdtablesize.c     5.2 (Berkeley) %G%"
+       .asciz "@(#)getdtablesize.c     8.1 (Berkeley) %G%"
 #endif /* LIBC_SCCS and not lint */
 
 #include "SYS.h"
 #endif /* LIBC_SCCS and not lint */
 
 #include "SYS.h"
index 5efb576..bf05ef2 100644 (file)
@@ -1,12 +1,12 @@
 /*-
 /*-
- * Copyright (c) 1983 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1983, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
  *
  * %sccs.include.redist.c%
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
-       .asciz "@(#)getgid.c    5.2 (Berkeley) %G%"
+       .asciz "@(#)getgid.c    8.1 (Berkeley) %G%"
 #endif /* LIBC_SCCS and not lint */
 
 #include "SYS.h"
 #endif /* LIBC_SCCS and not lint */
 
 #include "SYS.h"
index 928e030..95176f0 100644 (file)
@@ -1,12 +1,12 @@
 /*-
 /*-
- * Copyright (c) 1983 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1983, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
  *
  * %sccs.include.redist.c%
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
-       .asciz "@(#)gethostid.c 5.2 (Berkeley) %G%"
+       .asciz "@(#)gethostid.c 8.1 (Berkeley) %G%"
 #endif /* LIBC_SCCS and not lint */
 
 #include "SYS.h"
 #endif /* LIBC_SCCS and not lint */
 
 #include "SYS.h"
index bdcea15..1032c2d 100644 (file)
@@ -1,12 +1,12 @@
 /*-
 /*-
- * Copyright (c) 1983 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1983, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
  *
  * %sccs.include.redist.c%
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
-       .asciz "@(#)getpid.c    5.2 (Berkeley) %G%"
+       .asciz "@(#)getpid.c    8.1 (Berkeley) %G%"
 #endif /* LIBC_SCCS and not lint */
 
 #include "SYS.h"
 #endif /* LIBC_SCCS and not lint */
 
 #include "SYS.h"
index 47248af..2c33466 100644 (file)
@@ -1,12 +1,12 @@
 /*-
 /*-
- * Copyright (c) 1983 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1983, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
  *
  * %sccs.include.redist.c%
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
-       .asciz "@(#)getppid.c   5.2 (Berkeley) %G%"
+       .asciz "@(#)getppid.c   8.1 (Berkeley) %G%"
 #endif /* LIBC_SCCS and not lint */
 
 #include "SYS.h"
 #endif /* LIBC_SCCS and not lint */
 
 #include "SYS.h"
index a50336e..f94096e 100644 (file)
@@ -1,12 +1,12 @@
 /*-
 /*-
- * Copyright (c) 1983 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1983, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
  *
  * %sccs.include.redist.c%
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
-       .asciz "@(#)getuid.c    5.2 (Berkeley) %G%"
+       .asciz "@(#)getuid.c    8.1 (Berkeley) %G%"
 #endif /* LIBC_SCCS and not lint */
 
 #include "SYS.h"
 #endif /* LIBC_SCCS and not lint */
 
 #include "SYS.h"
index 236838a..2b492c0 100644 (file)
@@ -1,18 +1,18 @@
 /*-
 /*-
- * Copyright (c) 1989 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1989, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
-char copyright[] =
-"@(#) Copyright (c) 1989 The Regents of the University of California.\n\
- All rights reserved.\n";
+static char copyright[] =
+"@(#) Copyright (c) 1989, 1993\n\
      The Regents of the University of California.  All rights reserved.\n";
 #endif /* not lint */
 
 #ifndef lint
 #endif /* not lint */
 
 #ifndef lint
-static char sccsid[] = "@(#)x.c        5.2 (Berkeley) %G%";
+static char sccsid[] = "@(#)x.c        8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 main()
 #endif /* not lint */
 
 main()