commit | f1980f67d3b005090a31b7465d219e8ca19c5736 | [log] [tgz] |
---|---|---|
author | Denis Vlasenko <vda.linux@googlemail.com> | Fri Sep 26 09:34:59 2008 +0000 |
committer | Denis Vlasenko <vda.linux@googlemail.com> | Fri Sep 26 09:34:59 2008 +0000 |
tree | 746646c47f2c42f4b94ced5cb89774406d3e8a24 | |
parent | cdb0b652ddd6bfbc4d83e21453b3b4137b887e18 [diff] [blame] |
dhcp: add FAST_FUNC as appropriate. -160 bytes.
diff --git a/networking/udhcp/script.c b/networking/udhcp/script.c index 4f4bc25..2324ea9 100644 --- a/networking/udhcp/script.c +++ b/networking/udhcp/script.c
@@ -209,7 +209,7 @@ /* Call a script with a par file and env vars */ -void udhcp_run_script(struct dhcpMessage *packet, const char *name) +void FAST_FUNC udhcp_run_script(struct dhcpMessage *packet, const char *name) { int pid; char **envp, **curr;