]> git.cameronkatri.com Git - pw-darwin.git/commitdiff
Consistently use FBSDID
authorDavid E. O'Brien <obrien@FreeBSD.org>
Sun, 30 Jun 2002 05:25:07 +0000 (05:25 +0000)
committerDavid E. O'Brien <obrien@FreeBSD.org>
Sun, 30 Jun 2002 05:25:07 +0000 (05:25 +0000)
chpass/table.c
chpass/util.c

index 52e9bb865eb270c4d7ab67eb0982113f37626f6a..fede30824c3de223f890fc1340d6295c8a62783f 100644 (file)
@@ -34,7 +34,6 @@
 #ifndef lint
 static const char sccsid[] = "@(#)table.c      8.3 (Berkeley) 4/2/94";
 #endif /* not lint */
-
 #include <sys/cdefs.h>
 __FBSDID("$FreeBSD$");
 
index 846057615f8da5fd58113d770de0893a751e8c19..ac105aaf05558d08d251c2b553b96de298ecebf7 100644 (file)
  */
 
 #ifndef lint
-static const char sccsid[] = "@(#)util.c       8.4 (Berkeley) 4/2/94";
+#if 0
+static char sccsid[] = "@(#)util.c     8.4 (Berkeley) 4/2/94";
+#endif
 #endif /* not lint */
-
 #include <sys/cdefs.h>
 __FBSDID("$FreeBSD$");