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/pw_nis.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/pw_nis.c')
| -rw-r--r-- | pw/pw_nis.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pw/pw_nis.c b/pw/pw_nis.c index c786cc7..6cc361b 100644 --- a/pw/pw_nis.c +++ b/pw/pw_nis.c @@ -30,6 +30,7 @@ static const char rcsid[] = #endif /* not lint */ #include <sys/types.h> + #include <err.h> #include <pwd.h> #include <libutil.h> @@ -43,6 +44,7 @@ pw_nisupdate(const char * path, struct passwd * pwd, char const * user) struct passwd *pw = NULL; struct passwd *old_pw = NULL; + printf("===> %s\n", path); if (pwd != NULL) pw = pw_dup(pwd); |
