mirror of
https://github.com/opnsense/src.git
synced 2026-02-20 00:11:07 -05:00
Remove usage of _WITH_GETLINE from usr.sbin
This commit is contained in:
parent
a43d43d574
commit
7556d9b06a
5 changed files with 0 additions and 5 deletions
|
|
@ -53,7 +53,6 @@ __FBSDID("$FreeBSD$");
|
|||
#include <signal.h>
|
||||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
#define _WITH_GETLINE
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
|
|
|||
|
|
@ -34,7 +34,6 @@ __FBSDID("$FreeBSD$");
|
|||
#include <sys/sbuf.h>
|
||||
#include <sys/wait.h>
|
||||
|
||||
#define _WITH_GETLINE
|
||||
#include <archive.h>
|
||||
#include <archive_entry.h>
|
||||
#include <dirent.h>
|
||||
|
|
|
|||
|
|
@ -28,7 +28,6 @@
|
|||
|
||||
#include <sys/stat.h>
|
||||
|
||||
#define _WITH_GETLINE
|
||||
#include <inttypes.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
|
|
|||
|
|
@ -33,7 +33,6 @@ static const char rcsid[] =
|
|||
#include <pwd.h>
|
||||
#include <grp.h>
|
||||
#include <libutil.h>
|
||||
#define _WITH_GETLINE
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
|
|
|
|||
|
|
@ -40,7 +40,6 @@ __FBSDID("$FreeBSD$");
|
|||
#include <err.h>
|
||||
#include <fcntl.h>
|
||||
#include <netdb.h>
|
||||
#define _WITH_GETLINE
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue