diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2003-05-03 19:44:46 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2003-05-03 19:44:46 +0000 |
| commit | ebe901b4decf4e571dcc1c795b5c2df5a52ec12e (patch) | |
| tree | 7ddfd1e9073a845b21ff0f412206ad1d2061649e /usr.bin/chpass/chpass.c | |
| parent | ce0d74671b897cc0eb0cb7fcf6e57adee3e1ce2c (diff) | |
Notes
Diffstat (limited to 'usr.bin/chpass/chpass.c')
| -rw-r--r-- | usr.bin/chpass/chpass.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/chpass/chpass.c b/usr.bin/chpass/chpass.c index 54e5bc9c67f9..8b716ba25c0b 100644 --- a/usr.bin/chpass/chpass.c +++ b/usr.bin/chpass/chpass.c @@ -38,18 +38,17 @@ * SUCH DAMAGE. */ +#if 0 #ifndef lint static const char copyright[] = "@(#) Copyright (c) 1988, 1993, 1994\n\ The Regents of the University of California. All rights reserved.\n"; #endif /* not lint */ -#if 0 #ifndef lint static char sccsid[] = "@(#)chpass.c 8.4 (Berkeley) 4/2/94"; #endif /* not lint */ #endif - #include <sys/cdefs.h> __FBSDID("$FreeBSD$"); |
