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/unifdef/unifdef.c | |
| parent | ce0d74671b897cc0eb0cb7fcf6e57adee3e1ce2c (diff) | |
Notes
Diffstat (limited to 'usr.bin/unifdef/unifdef.c')
| -rw-r--r-- | usr.bin/unifdef/unifdef.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/unifdef/unifdef.c b/usr.bin/unifdef/unifdef.c index 66f65d832255..d008c6d0909a 100644 --- a/usr.bin/unifdef/unifdef.c +++ b/usr.bin/unifdef/unifdef.c @@ -37,19 +37,19 @@ #include <sys/cdefs.h> #ifndef lint +#if 0 static const char copyright[] = "@(#) Copyright (c) 1985, 1993\n\ The Regents of the University of California. All rights reserved.\n"; +#endif #ifdef __IDSTRING __IDSTRING(Berkeley, "@(#)unifdef.c 8.1 (Berkeley) 6/6/93"); __IDSTRING(NetBSD, "$NetBSD: unifdef.c,v 1.8 2000/07/03 02:51:36 matt Exp $"); __IDSTRING(dotat, "$dotat: things/unifdef.c,v 1.148 2003/01/20 12:05:41 fanf2 Exp $"); #endif -#ifdef __FBSDID +#endif /* not lint */ __FBSDID("$FreeBSD$"); -#endif -#endif /* * unifdef - remove ifdef'ed lines |
