fix silly indirect-through-zero bug
[unix-history] / usr / src / usr.sbin / sa / sa.c
index d2dfa26..93c28e2 100644 (file)
@@ -1,6 +1,19 @@
+/*-
+ * Copyright (c) 1991 The Regents of the University of California.
+ * All rights reserved.
+ *
+ * %sccs.include.proprietary.c%
+ */
+
+#ifndef lint
+char copyright[] =
+"@(#) Copyright (c) 1991 The Regents of the University of California.\n\
+ All rights reserved.\n";
+#endif /* not lint */
+
 #ifndef lint
 #ifndef lint
-static char *sccsid = "@(#)sa.c        4.13 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)sa.c       4.14 (Berkeley) %G%";
+#endif /* not lint */
 
 /*
  *     Extensive modifications to internal data structures
 
 /*
  *     Extensive modifications to internal data structures