diff options
Diffstat (limited to 'pw/pw_nis.c')
| -rw-r--r-- | pw/pw_nis.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/pw/pw_nis.c b/pw/pw_nis.c index 6cc361b..c786cc7 100644 --- a/pw/pw_nis.c +++ b/pw/pw_nis.c @@ -30,7 +30,6 @@ static const char rcsid[] = #endif /* not lint */ #include <sys/types.h> - #include <err.h> #include <pwd.h> #include <libutil.h> @@ -44,7 +43,6 @@ 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); |
