summaryrefslogtreecommitdiff
path: root/namedev.c
diff options
context:
space:
mode:
Diffstat (limited to 'namedev.c')
-rw-r--r--namedev.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/namedev.c b/namedev.c
index 226c1d313f..08cceacda0 100644
--- a/namedev.c
+++ b/namedev.c
@@ -401,12 +401,10 @@ static int exec_callout(struct config_device *dev, char *value, int len)
retval = -1;
}
-#ifndef __KLIBC__
if (!WIFEXITED(status) || (WEXITSTATUS(status) != 0)) {
dbg("callout program status 0x%x", status);
retval = -1;
}
-#endif
}
return retval;
}