diff options
| author | Xin LI <delphij@FreeBSD.org> | 2009-12-11 23:35:38 +0000 |
|---|---|---|
| committer | Xin LI <delphij@FreeBSD.org> | 2009-12-11 23:35:38 +0000 |
| commit | 6f2d322192a3949db6e0f0b4bad4c763abc52bed (patch) | |
| tree | 1c4d97908b52dc5263d006038b9af6b5ca886ca8 /usr.bin/cmp | |
| parent | e87862f53a119884d2103da7ba52cf7d14426803 (diff) | |
Notes
Diffstat (limited to 'usr.bin/cmp')
| -rw-r--r-- | usr.bin/cmp/regular.c | 2 | ||||
| -rw-r--r-- | usr.bin/cmp/special.c | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/usr.bin/cmp/regular.c b/usr.bin/cmp/regular.c index 814d9333b938..555725a999bc 100644 --- a/usr.bin/cmp/regular.c +++ b/usr.bin/cmp/regular.c @@ -45,12 +45,10 @@ __FBSDID("$FreeBSD$"); #include <sys/stat.h> #include <err.h> -#include <errno.h> #include <limits.h> #include <signal.h> #include <stdlib.h> #include <stdio.h> -#include <string.h> #include <unistd.h> #include "extern.h" diff --git a/usr.bin/cmp/special.c b/usr.bin/cmp/special.c index bbe3cb10fa81..e5e8325d109b 100644 --- a/usr.bin/cmp/special.c +++ b/usr.bin/cmp/special.c @@ -45,7 +45,6 @@ __FBSDID("$FreeBSD$"); #include <err.h> #include <stdlib.h> #include <stdio.h> -#include <string.h> #include "extern.h" |
