Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/compat/daemon.h
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2010-06-14 23:05:52 +0200
committerArthur de Jong <arthur@arthurdejong.org>2010-06-14 23:05:52 +0200
commit2c40043c434b883a0bfce7d777a028ae0da6d25f (patch)
tree143984773c7b27a733de37a86ca4b5e4c7579ccb /compat/daemon.h
parenta24c04ae85579ffa8d7837b46ce2bb22e779a098 (diff)
make include guard names consistent throughout the source and avoid conflicts with system headers
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1140 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'compat/daemon.h')
-rw-r--r--compat/daemon.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/compat/daemon.h b/compat/daemon.h
index 4d0f33a..8d10514 100644
--- a/compat/daemon.h
+++ b/compat/daemon.h
@@ -19,8 +19,8 @@
02110-1301 USA
*/
-#ifndef _DAEMON_H
-#define _DAEMON_H 1
+#ifndef COMPAT__DAEMON_H
+#define COMPAT__DAEMON_H 1
#include <unistd.h>
@@ -28,4 +28,4 @@
strdout and stderr and redirect them to /dev/null */
int daemon(int nochdir,int noclose);
-#endif /* not _DAEMON_H */
+#endif /* not COMPAT__DAEMON_H */