macro and text revision (-mdoc version 3)
[unix-history] / usr / src / lib / libc / gen / setuid.c
index 0a0c419..eaf7dd2 100644 (file)
@@ -1,12 +1,13 @@
 /*
  * Copyright (c) 1983 Regents of the University of California.
 /*
  * Copyright (c) 1983 Regents of the University of California.
- * All rights reserved.  The Berkeley software License Agreement
- * specifies the terms and conditions for redistribution.
+ * All rights reserved.
+ *
+ * %sccs.include.redist.c%
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
-static char sccsid[] = "@(#)setuid.c   5.2 (Berkeley) %G%";
-#endif LIBC_SCCS and not lint
+static char sccsid[] = "@(#)setuid.c   5.4 (Berkeley) %G%";
+#endif /* LIBC_SCCS and not lint */
 
 /*
  * Backwards compatible setuid.
 
 /*
  * Backwards compatible setuid.