added LIBC_SCCS condition for sccs ids
[unix-history] / usr / src / lib / libc / stdio / vfscanf.c
index b8ed520..83ef802 100644 (file)
@@ -1,6 +1,6 @@
-#ifndef lint
-static char sccsid[] = "@(#)vfscanf.c  5.1 (Berkeley) %G%";
-#endif not lint
+#if defined(LIBC_SCCS) && !defined(lint)
+static char sccsid[] = "@(#)vfscanf.c  5.2 (Berkeley) %G%";
+#endif LIBC_SCCS and not lint
 
 #include <stdio.h>
 #include       <ctype.h>
 
 #include <stdio.h>
 #include       <ctype.h>