Remove libutil.h #include on FreeBSD and instead favor stdio.h from libnetbsd
This commit is contained in:
parent
6313661124
commit
c835c991a4
@ -34,9 +34,6 @@
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
#include <err.h>
|
||||
#ifdef __FreeBSD__
|
||||
#include <libutil.h>
|
||||
#endif
|
||||
|
||||
#define WS "\t\n "
|
||||
#define debug 0
|
||||
|
@ -36,9 +36,6 @@
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
#ifdef __FreeBSD__
|
||||
#include <libutil.h>
|
||||
#endif
|
||||
|
||||
#define SKIPWS(p) while (isspace((int)(*p))) p++
|
||||
#define WS "\t\n "
|
||||
|
Loading…
Reference in New Issue
Block a user