mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-30 15:12:44 +00:00
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)
This commit is contained in:
parent
f449446e45
commit
3cd983c5b9
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=200469
@ -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).
|
||||
|
Loading…
Reference in New Issue
Block a user