4.4BSD snapshot (revision 8.1); add 1993 to copyright
[unix-history] / usr / src / lib / libc / mips / sys / brk.s
index d4ca8f4..9af3e90 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
  * Ralph Campbell.
  *
  * This code is derived from software contributed to Berkeley by
  * Ralph Campbell.
@@ -11,7 +11,7 @@
 #include "SYS.h"
 
 #if defined(LIBC_SCCS) && !defined(lint)
 #include "SYS.h"
 
 #if defined(LIBC_SCCS) && !defined(lint)
-       ASMSTR("@(#)brk.s       5.3 (Berkeley) %G%")
+       ASMSTR("@(#)brk.s       8.1 (Berkeley) %G%")
 #endif /* LIBC_SCCS and not lint */
 
 #define        SYS_brk         17
 #endif /* LIBC_SCCS and not lint */
 
 #define        SYS_brk         17