From 239369b3685473094b2661c05634dfbe26f470b1 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Thu, 7 Sep 2006 17:05:44 +0000 Subject: Fix (hopefully) bug 976. Need more thorough audit. Restore erroneously removed FEATURE_UDHCP_SYSLOG. --- networking/udhcp/libbb_udhcp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'networking/udhcp/libbb_udhcp.h') diff --git a/networking/udhcp/libbb_udhcp.h b/networking/udhcp/libbb_udhcp.h index b353876d2..ab4ad06a4 100644 --- a/networking/udhcp/libbb_udhcp.h +++ b/networking/udhcp/libbb_udhcp.h @@ -21,7 +21,7 @@ #define COMBINED_BINARY void udhcp_background(const char *pidfile); -void udhcp_start_log_and_pid(const char *client_server, const char *pidfile); +void udhcp_start_log_and_pid(const char *pidfile); void udhcp_run_script(struct dhcpMessage *packet, const char *name); -- cgit v1.2.3