try to make sure that path-addrs always have <angle brackets>
[unix-history] / usr / src / usr.sbin / cron / cron.c
index f8967f8..7504667 100644 (file)
@@ -1,6 +1,19 @@
+/*-
+ * Copyright (c) 1986, 1993
+ *     The Regents of the University of California.  All rights reserved.
+ *
+ * %sccs.include.proprietary.c%
+ */
+
+#ifndef lint
+static char copyright[] =
+"@(#) Copyright (c) 1986, 1993\n\
+       The Regents of the University of California.  All rights reserved.\n";
+#endif /* not lint */
+
 #ifndef lint
 #ifndef lint
-static char *sccsid = "@(#)cron.c      4.17 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)cron.c     8.1 (Berkeley) %G%";
+#endif /* not lint */
 
 #include <sys/types.h>
 #include <sys/signal.h>
 
 #include <sys/types.h>
 #include <sys/signal.h>