diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-09-12 12:03:02 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-09-12 12:03:02 +0000 |
| commit | aff347fbdfba4b22ba1ce8cf07c8e3c3ef581bfb (patch) | |
| tree | fa0030a91d550ec0b5d66132ae082623c7e278a9 /pw/pwupd.c | |
| parent | dfac825697674070ff717c02263d3aab9c9d62bd (diff) | |
| parent | 9c04af5e0b95f4cebcc065c168ec58a4851b4764 (diff) | |
| download | pw-darwin-aff347fbdfba4b22ba1ce8cf07c8e3c3ef581bfb.tar.gz pw-darwin-aff347fbdfba4b22ba1ce8cf07c8e3c3ef581bfb.zip | |
Finish merging from head, messed up in previous attempt
Diffstat (limited to 'pw/pwupd.c')
| -rw-r--r-- | pw/pwupd.c | 14 |
1 files changed, 6 insertions, 8 deletions
@@ -29,18 +29,16 @@ static const char rcsid[] = "$FreeBSD$"; #endif /* not lint */ +#include <sys/wait.h> + +#include <err.h> +#include <errno.h> +#include <pwd.h> +#include <libutil.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include <unistd.h> -#include <pwd.h> -#include <libutil.h> -#include <errno.h> -#include <err.h> -#include <sys/types.h> -#include <sys/stat.h> -#include <sys/param.h> -#include <sys/wait.h> #include "pwupd.h" |
