summaryrefslogtreecommitdiff
path: root/usr.bin/chpass/table.c
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2003-05-03 19:44:46 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2003-05-03 19:44:46 +0000
commitebe901b4decf4e571dcc1c795b5c2df5a52ec12e (patch)
tree7ddfd1e9073a845b21ff0f412206ad1d2061649e /usr.bin/chpass/table.c
parentce0d74671b897cc0eb0cb7fcf6e57adee3e1ce2c (diff)
Notes
Diffstat (limited to 'usr.bin/chpass/table.c')
-rw-r--r--usr.bin/chpass/table.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/chpass/table.c b/usr.bin/chpass/table.c
index fede30824c3d..19f1a99062d8 100644
--- a/usr.bin/chpass/table.c
+++ b/usr.bin/chpass/table.c
@@ -31,9 +31,11 @@
* SUCH DAMAGE.
*/
+#if 0
#ifndef lint
static const char sccsid[] = "@(#)table.c 8.3 (Berkeley) 4/2/94";
#endif /* not lint */
+#endif
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");