diff options
author | David Malone <dwmalone@FreeBSD.org> | 2001-12-10 21:13:08 +0000 |
---|---|---|
committer | David Malone <dwmalone@FreeBSD.org> | 2001-12-10 21:13:08 +0000 |
commit | 9f5b04e925d068b053cc41bae3d3c25a5325062c (patch) | |
tree | 1442452df82ec8f2c59ad6b71923e5a41a2c26fa /usr.bin/cmp/special.c | |
parent | 071087f3d79814821e1c6b70569177f2583903a8 (diff) |
Notes
Diffstat (limited to 'usr.bin/cmp/special.c')
-rw-r--r-- | usr.bin/cmp/special.c | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/usr.bin/cmp/special.c b/usr.bin/cmp/special.c index 5fe0ed18b09f4..f08cae58fcb8c 100644 --- a/usr.bin/cmp/special.c +++ b/usr.bin/cmp/special.c @@ -31,13 +31,14 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> - -__FBSDID("$FreeBSD$"); - +#if 0 #ifndef lint -static const char sccsid[] = "@(#)special.c 8.3 (Berkeley) 4/2/94"; +static char sccsid[] = "@(#)special.c 8.3 (Berkeley) 4/2/94"; #endif +#endif + +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include <sys/types.h> |