4.4BSD snapshot (revision 8.1); add 1993 to copyright
[unix-history] / usr / src / lib / libc / gen / daemon.c
index b50fa4d..81ed653 100644 (file)
@@ -1,12 +1,12 @@
 /*-
 /*-
- * 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.
  *
  * %sccs.include.redist.c%
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
  *
  * %sccs.include.redist.c%
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
-static char sccsid[] = "@(#)daemon.c   5.5 (Berkeley) %G%";
+static char sccsid[] = "@(#)daemon.c   8.1 (Berkeley) %G%";
 #endif /* LIBC_SCCS and not lint */
 
 #include <fcntl.h>
 #endif /* LIBC_SCCS and not lint */
 
 #include <fcntl.h>