new copyright; att/bsd/shared
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Tue, 7 May 1991 11:44:53 +0000 (03:44 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Tue, 7 May 1991 11:44:53 +0000 (03:44 -0800)
SCCS-vsn: lib/csu/hp300/crt0.c 5.4
SCCS-vsn: lib/csu/i386/crt0.c 5.5
SCCS-vsn: lib/csu/tahoe/crt0.c 5.2
SCCS-vsn: lib/csu/vax/crt0.c 5.8
SCCS-vsn: lib/libc/gmon/gmon.c 5.7

usr/src/lib/csu/hp300/crt0.c
usr/src/lib/csu/i386/crt0.c
usr/src/lib/csu/tahoe/crt0.c
usr/src/lib/csu/vax/crt0.c
usr/src/lib/libc/gmon/gmon.c

index 2c5189b..f3e1f32 100644 (file)
@@ -2,11 +2,11 @@
  * Copyright (c) 1991 The Regents of the University of California.
  * All rights reserved.
  *
  * Copyright (c) 1991 The Regents of the University of California.
  * All rights reserved.
  *
- * %sccs.include.proprietary.c%
+ * %sccs.include.redist.c%
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)crt0.c     5.3 (Berkeley) %G%";
+static char sccsid[] = "@(#)crt0.c     5.4 (Berkeley) %G%";
 #endif /* not lint */
 
 /*
 #endif /* not lint */
 
 /*
index 67bb0a9..5b6746a 100644 (file)
@@ -2,12 +2,12 @@
  * Copyright (c) 1990 The Regents of the University of California.
  * All rights reserved.
  *
  * Copyright (c) 1990 The Regents of the University of California.
  * All rights reserved.
  *
- * %sccs.include.proprietary.c%
+ * %sccs.include.redist.c%
  */
 
  */
 
-#if defined(LIBC_SCCS) && !defined(lint)
-static char sccsid[] = "@(#)crt0.c     5.4 (Berkeley) %G%";
-#endif /* LIBC_SCCS and not lint */
+#ifndef lint
+static char sccsid[] = "@(#)crt0.c     5.5 (Berkeley) %G%";
+#endif /* not lint */
 
 /*
  *     C start up routine.
 
 /*
  *     C start up routine.
index c136b4f..448124b 100644 (file)
@@ -2,11 +2,11 @@
  * Copyright (c) 1991 The Regents of the University of California.
  * All rights reserved.
  *
  * Copyright (c) 1991 The Regents of the University of California.
  * All rights reserved.
  *
- * %sccs.include.proprietary.c%
+ * %sccs.include.redist.c%
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)crt0.c     5.1 (Berkeley) %G%";
+static char sccsid[] = "@(#)crt0.c     5.2 (Berkeley) %G%";
 #endif /* not lint */
 
 /*
 #endif /* not lint */
 
 /*
index b045d20..5ab8860 100644 (file)
@@ -2,12 +2,12 @@
  * Copyright (c) 1982 The Regents of the University of California.
  * All rights reserved.
  *
  * Copyright (c) 1982 The Regents of the University of California.
  * All rights reserved.
  *
- * %sccs.include.proprietary.c%
+ * %sccs.include.redist.c%
  */
 
  */
 
-#if defined(LIBC_SCCS) && !defined(lint)
-static char sccsid[] = "@(#)crt0.c     5.7 (Berkeley) %G%";
-#endif /* LIBC_SCCS and not lint */
+#ifndef lint
+static char sccsid[] = "@(#)crt0.c     5.8 (Berkeley) %G%";
+#endif /* not lint */
 
 /*
  *     C start up routine.
 
 /*
  *     C start up routine.
index 9be3919..326bbb0 100644 (file)
@@ -2,12 +2,12 @@
  * Copyright (c) 1983 The Regents of the University of California.
  * All rights reserved.
  *
  * Copyright (c) 1983 The Regents of the University of California.
  * All rights reserved.
  *
- * %sccs.include.proprietary.c%
+ * %sccs.include.redist.c%
  */
 
  */
 
-#if defined(LIBC_SCCS) && !defined(lint)
-static char sccsid[] = "@(#)gmon.c     5.6 (Berkeley) %G%";
-#endif /* LIBC_SCCS and not lint */
+#ifndef lint
+static char sccsid[] = "@(#)gmon.c     5.7 (Berkeley) %G%";
+#endif /* not lint */
 
 #include <unistd.h>
 
 
 #include <unistd.h>