diff options
author | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2007-01-14 13:12:06 +0000 |
---|---|---|
committer | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2007-01-14 13:12:06 +0000 |
commit | 6dfb2d56a5bcfeb5bfebbe6145b168a41ec8dec4 (patch) | |
tree | 141a5ae1628989a73dcb87419bbe555746e8b333 /include | |
parent | 544a353d66eb0bb6db384e00163ba2d097bdf79a (diff) | |
download | busybox-w32-6dfb2d56a5bcfeb5bfebbe6145b168a41ec8dec4.tar.gz busybox-w32-6dfb2d56a5bcfeb5bfebbe6145b168a41ec8dec4.tar.bz2 busybox-w32-6dfb2d56a5bcfeb5bfebbe6145b168a41ec8dec4.zip |
Rename bb_sanitize_stdio -> bb_sanitize_server_stdio
(name is still bad - it doesn't hint that function
may do daemonization trick for you if asked to).
Small fixes to fakeidentd.
git-svn-id: svn://busybox.net/trunk/busybox@17302 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'include')
-rw-r--r-- | include/libbb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libbb.h b/include/libbb.h index c191dc2a0..1294fb75d 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -279,7 +279,7 @@ extern void xsetgid(gid_t gid); | |||
279 | extern void xsetuid(uid_t uid); | 279 | extern void xsetuid(uid_t uid); |
280 | extern void xdaemon(int nochdir, int noclose); | 280 | extern void xdaemon(int nochdir, int noclose); |
281 | /* More clever/thorough xdaemon */ | 281 | /* More clever/thorough xdaemon */ |
282 | extern void bb_sanitize_stdio(int daemonize); | 282 | extern void bb_sanitize_server_stdio(int daemonize); |
283 | extern void xchdir(const char *path); | 283 | extern void xchdir(const char *path); |
284 | extern void xsetenv(const char *key, const char *value); | 284 | extern void xsetenv(const char *key, const char *value); |
285 | extern int xopen(const char *pathname, int flags); | 285 | extern int xopen(const char *pathname, int flags); |