diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2006-10-14 02:23:43 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2006-10-14 02:23:43 +0000 |
commit | ea62077b850076c4d7dc3cf78ebd1888928c6ddf (patch) | |
tree | 37b7584ae40b99edb5583fbc4392b62ffdadf278 /networking/fakeidentd.c | |
parent | 88ca06769028e442bf873b270c176ca0e9f021f8 (diff) | |
download | busybox-w32-ea62077b850076c4d7dc3cf78ebd1888928c6ddf.tar.gz busybox-w32-ea62077b850076c4d7dc3cf78ebd1888928c6ddf.tar.bz2 busybox-w32-ea62077b850076c4d7dc3cf78ebd1888928c6ddf.zip |
add open_read_close() and similar stuff
Diffstat (limited to 'networking/fakeidentd.c')
-rw-r--r-- | networking/fakeidentd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/fakeidentd.c b/networking/fakeidentd.c index c8d32765a..18e86c50b 100644 --- a/networking/fakeidentd.c +++ b/networking/fakeidentd.c | |||
@@ -140,7 +140,7 @@ static int godaemon(void) | |||
140 | case 0: | 140 | case 0: |
141 | pw = getpwnam(nobodystr); | 141 | pw = getpwnam(nobodystr); |
142 | if (pw == NULL) | 142 | if (pw == NULL) |
143 | bb_error_msg_and_die("Cannot find uid/gid of user '%s'", nobodystr); | 143 | bb_error_msg_and_die("cannot find uid/gid of user '%s'", nobodystr); |
144 | nobody = pw->pw_uid; | 144 | nobody = pw->pw_uid; |
145 | nogrp = pw->pw_gid; | 145 | nogrp = pw->pw_gid; |
146 | writepid(nobody, nogrp); | 146 | writepid(nobody, nogrp); |