diff options
author | dim <dim@FreeBSD.org> | 2016-01-13 20:16:53 +0000 |
---|---|---|
committer | dim <dim@FreeBSD.org> | 2016-01-13 20:16:53 +0000 |
commit | 8835e379f2706b402e6fcf8f29211080dda9a89f (patch) | |
tree | 16095013fade50f57b5047b6a5c65b4abd91d0c2 /usr.sbin/pkg/config.c | |
parent | 005d1ee2c86e8a2c1c538ec12e94d9b62551652d (diff) | |
parent | 86151baeba17ee7b385a179ee6b335c702e2cfe2 (diff) | |
download | FreeBSD-src-8835e379f2706b402e6fcf8f29211080dda9a89f.zip FreeBSD-src-8835e379f2706b402e6fcf8f29211080dda9a89f.tar.gz |
Merge ^/head r293686 through r293849.
Diffstat (limited to 'usr.sbin/pkg/config.c')
-rw-r--r-- | usr.sbin/pkg/config.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/usr.sbin/pkg/config.c b/usr.sbin/pkg/config.c index b0271f5..2fea11f 100644 --- a/usr.sbin/pkg/config.c +++ b/usr.sbin/pkg/config.c @@ -31,21 +31,14 @@ __FBSDID("$FreeBSD$"); #include <sys/param.h> #include <sys/queue.h> #include <sys/sbuf.h> -#include <sys/types.h> #include <sys/utsname.h> #include <sys/sysctl.h> -#include <assert.h> #include <dirent.h> #include <ucl.h> -#include <ctype.h> #include <err.h> #include <errno.h> -#include <fcntl.h> -#include <inttypes.h> -#include <paths.h> #include <stdbool.h> -#include <string.h> #include <unistd.h> #include "config.h" |