diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2001-03-04 08:12:27 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2001-03-04 08:12:27 +0000 |
commit | e25fc5d6801af4f9ded967212f29eb8acbb54509 (patch) | |
tree | 6b37d56eae9baeed9bc4d9ce5d142274ff54cc90 | |
parent | 482181381081e368122dee0a911c922bee048321 (diff) | |
download | src-test2-e25fc5d6801af4f9ded967212f29eb8acbb54509.tar.gz src-test2-e25fc5d6801af4f9ded967212f29eb8acbb54509.zip |
Notes
-rw-r--r-- | usr.bin/comm/comm.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.bin/comm/comm.c b/usr.bin/comm/comm.c index c1a23a0b58ed..362cbcdc64e5 100644 --- a/usr.bin/comm/comm.c +++ b/usr.bin/comm/comm.c @@ -50,11 +50,9 @@ static const char rcsid[] = #include <ctype.h> #include <err.h> -#include <errno.h> #include <limits.h> #include <locale.h> #include <stdio.h> -#include <stdlib.h> #include <string.h> #include <unistd.h> |