summaryrefslogtreecommitdiffstats
path: root/usr.bin/pr
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2009-12-13 04:34:51 +0000
committerdelphij <delphij@FreeBSD.org>2009-12-13 04:34:51 +0000
commitb8aa1fdf4adb87e97be31cae2748ebd56d687634 (patch)
tree961efeabf17521f6e4f3c159c420f8443641c385 /usr.bin/pr
parent9106a674a7fef36fd51aa33fec2366e7510838d6 (diff)
downloadFreeBSD-src-b8aa1fdf4adb87e97be31cae2748ebd56d687634.zip
FreeBSD-src-b8aa1fdf4adb87e97be31cae2748ebd56d687634.tar.gz
egetopt.c does not use any stdlib.h definations, nor it referenced any
symbol from other module, so remove reference of stdlib.h and extern.h. Verified with: md5(1)
Diffstat (limited to 'usr.bin/pr')
-rw-r--r--usr.bin/pr/egetopt.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/usr.bin/pr/egetopt.c b/usr.bin/pr/egetopt.c
index 277459e..cf42d7c 100644
--- a/usr.bin/pr/egetopt.c
+++ b/usr.bin/pr/egetopt.c
@@ -46,11 +46,8 @@ __FBSDID("$FreeBSD$");
#include <ctype.h>
#include <stdio.h>
-#include <stdlib.h>
#include <string.h>
-#include "extern.h"
-
/*
* egetopt: get option letter from argument vector (an extended
* version of getopt).
OpenPOWER on IntegriCloud