fixes in setproctitle to avoid problems with titles longer than
[unix-history] / usr / src / usr.sbin / mkproto / mkproto.c
index e2edbc5..378a4be 100644 (file)
@@ -1,6 +1,18 @@
+/*
+ * Copyright (c) 1983 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ */
+
+#ifndef lint
+char copyright[] =
+"@(#) Copyright (c) 1980 Regents of the University of California.\n\
+ All rights reserved.\n";
+#endif not lint
+
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)mkproto.c  4.4 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)mkproto.c  5.1 (Berkeley) %G%";
+#endif not lint
 
 /*
  * Make a file system prototype.
 
 /*
  * Make a file system prototype.