Remove libutil.h #include on FreeBSD and instead favor stdio.h from libnetbsd

This commit is contained in:
Enji Cooper 2017-01-15 21:38:19 +00:00
parent eec0029f96
commit bfb8e4c9c4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/netbsd-tests-upstream-01-2017/; revision=312239
2 changed files with 0 additions and 6 deletions

View File

@ -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

View File

@ -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 "