diff options
| author | Bill Paul <wpaul@FreeBSD.org> | 1996-04-29 14:48:47 +0000 |
|---|---|---|
| committer | Bill Paul <wpaul@FreeBSD.org> | 1996-04-29 14:48:47 +0000 |
| commit | 88ce2dd1ef322ebab0047fcb6441b0c4b61ab4fb (patch) | |
| tree | 13ca0d8117877c1fdc07361ef157ab81157b731c /lib/libc | |
| parent | 1966645d088f1d0afd2943934795c057b7b8bb4a (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/gen/getpwent.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/gen/getpwent.c b/lib/libc/gen/getpwent.c index 2e2005fa7e63..052d150dc138 100644 --- a/lib/libc/gen/getpwent.c +++ b/lib/libc/gen/getpwent.c @@ -268,7 +268,7 @@ __initdb() #endif return(1); } - if (!warned) + if (!warned++) syslog(LOG_ERR, "%s: %m", p); return(0); } |
