diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2011-03-23 22:28:28 +0100 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2011-03-23 22:28:28 +0100 |
commit | 83bc01436eebc00fb646e1e494f3e42b46d5335b (patch) | |
tree | d5b7b764811b0a827545f80e505decdd9f7f4366 /nslcd | |
parent | 0c00334599535746e09d84af484d5de3758d3e43 (diff) |
provide a definition of daemon() for systems that lack it
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1403 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'nslcd')
-rw-r--r-- | nslcd/nslcd.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/nslcd/nslcd.c b/nslcd/nslcd.c index 4d4e70b..d67951b 100644 --- a/nslcd/nslcd.c +++ b/nslcd/nslcd.c @@ -52,9 +52,7 @@ #ifndef HAVE_GETOPT_LONG #include "compat/getopt_long.h" #endif /* not HAVE_GETOPT_LONG */ -#ifndef HAVE_DAEMON #include "compat/daemon.h" -#endif /* not HAVE_DAEMON */ #include <dlfcn.h> #include <libgen.h> |