diff options
| author | Glen Barber <gjb@FreeBSD.org> | 2016-04-04 23:55:32 +0000 |
|---|---|---|
| committer | Glen Barber <gjb@FreeBSD.org> | 2016-04-04 23:55:32 +0000 |
| commit | 18e46072de1bee4d12c5ed5ff012a750e727799a (patch) | |
| tree | 1fc948e49f71ea1ba57698d345f9f36506bacf52 /pw/pw_utils.c | |
| parent | 6e2ca26d6db1515099f1eedd3879c0ec850ea55f (diff) | |
| parent | 9dae3f4246afa22f121c8526c729ce0fbd2b3ecd (diff) | |
| download | pw-darwin-18e46072de1bee4d12c5ed5ff012a750e727799a.tar.gz pw-darwin-18e46072de1bee4d12c5ed5ff012a750e727799a.zip | |
MFH
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'pw/pw_utils.c')
| -rw-r--r-- | pw/pw_utils.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/pw/pw_utils.c b/pw/pw_utils.c index 1a4f812..e483977 100644 --- a/pw/pw_utils.c +++ b/pw/pw_utils.c @@ -27,13 +27,10 @@ #include <sys/cdefs.h> __FBSDID("$FreeBSD$"); -#include <sys/types.h> #include <sys/wait.h> #include <err.h> -#include <inttypes.h> #include <sysexits.h> -#include <limits.h> #include <stdlib.h> #include <string.h> #include <unistd.h> |
