diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-06-25 09:53:17 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-06-25 09:53:17 +0000 |
commit | 7049ff8696c3c2a1be0f9901d7e2473568b8f918 (patch) | |
tree | c952ee767508bb76c25d6269a298aa16cad99b82 /networking/ifenslave.c | |
parent | f26e3d2e41cc7d2fabcf5c2e777306c36a8d5868 (diff) | |
download | busybox-w32-7049ff8696c3c2a1be0f9901d7e2473568b8f918.tar.gz busybox-w32-7049ff8696c3c2a1be0f9901d7e2473568b8f918.tar.bz2 busybox-w32-7049ff8696c3c2a1be0f9901d7e2473568b8f918.zip |
whitespace fixes. no code changes
Diffstat (limited to 'networking/ifenslave.c')
-rw-r--r-- | networking/ifenslave.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/ifenslave.c b/networking/ifenslave.c index fed186967..4c7eadc83 100644 --- a/networking/ifenslave.c +++ b/networking/ifenslave.c | |||
@@ -147,7 +147,7 @@ static int ioctl_on_skfd(unsigned request, struct ifreq *ifr) | |||
147 | 147 | ||
148 | static int set_ifrname_and_do_ioctl(unsigned request, struct ifreq *ifr, const char *ifname) | 148 | static int set_ifrname_and_do_ioctl(unsigned request, struct ifreq *ifr, const char *ifname) |
149 | { | 149 | { |
150 | strncpy_IFNAMSIZ(ifr->ifr_name, ifname); | 150 | strncpy_IFNAMSIZ(ifr->ifr_name, ifname); |
151 | return ioctl_on_skfd(request, ifr); | 151 | return ioctl_on_skfd(request, ifr); |
152 | } | 152 | } |
153 | 153 | ||