Catch up with r57841 which removed the possible linking against libutil

by not bothering to include its API.
This commit is contained in:
David E. O'Brien 2011-04-26 04:01:08 +00:00
parent c2805605f7
commit 5d46cc89b9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=221052

View File

@ -72,7 +72,6 @@ __FBSDID("$FreeBSD$");
#include <err.h>
#include <errno.h>
#include <fcntl.h>
#include <libutil.h>
#include <netdb.h>
#include <paths.h>
#include <pwd.h>