clean up comment handling some more, keep shells straight
[unix-history] / usr / src / lib / libc / gen / nlist.c
index c73b2a3..7065978 100644 (file)
@@ -4,9 +4,9 @@
  * specifies the terms and conditions for redistribution.
  */
 
  * specifies the terms and conditions for redistribution.
  */
 
-#ifndef lint
-static char sccsid[] = "@(#)nlist.c    5.1 (Berkeley) %G%";
-#endif not lint
+#if defined(LIBC_SCCS) && !defined(lint)
+static char sccsid[] = "@(#)nlist.c    5.2 (Berkeley) %G%";
+#endif LIBC_SCCS and not lint
 
 #include <sys/types.h>
 #include <a.out.h>
 
 #include <sys/types.h>
 #include <a.out.h>