aboutsummaryrefslogtreecommitdiff
path: root/networking/udhcp/common.c
diff options
context:
space:
mode:
Diffstat (limited to 'networking/udhcp/common.c')
-rw-r--r--networking/udhcp/common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/udhcp/common.c b/networking/udhcp/common.c
index 8542c664c..5dad7d51c 100644
--- a/networking/udhcp/common.c
+++ b/networking/udhcp/common.c
@@ -55,7 +55,7 @@ static inline void sanitize_fds(void)
55void background(const char *pidfile) 55void background(const char *pidfile)
56{ 56{
57#ifdef __uClinux__ 57#ifdef __uClinux__
58 LOG(LOG_ERR, "Cannot background in uclinux (yet)"); 58 LOG(LOG_ERR, "Cannot background in uclinux (yet)");
59#else /* __uClinux__ */ 59#else /* __uClinux__ */
60 int pid_fd; 60 int pid_fd;
61 61