summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2001-03-04 08:12:27 +0000
committerKris Kennaway <kris@FreeBSD.org>2001-03-04 08:12:27 +0000
commite25fc5d6801af4f9ded967212f29eb8acbb54509 (patch)
tree6b37d56eae9baeed9bc4d9ce5d142274ff54cc90
parent482181381081e368122dee0a911c922bee048321 (diff)
downloadsrc-test2-e25fc5d6801af4f9ded967212f29eb8acbb54509.tar.gz
src-test2-e25fc5d6801af4f9ded967212f29eb8acbb54509.zip
Notes
-rw-r--r--usr.bin/comm/comm.c2
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>