aboutsummaryrefslogtreecommitdiff
path: root/networking/ifconfig.c
diff options
context:
space:
mode:
Diffstat (limited to 'networking/ifconfig.c')
-rw-r--r--networking/ifconfig.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/ifconfig.c b/networking/ifconfig.c
index d28ca22c5..ae5b468ce 100644
--- a/networking/ifconfig.c
+++ b/networking/ifconfig.c
@@ -543,6 +543,6 @@ static int in_ether(const char *bufp, struct sockaddr *sap)
543 *ptr++ = val; 543 *ptr++ = val;
544 } while (++i < ETH_ALEN); 544 } while (++i < ETH_ALEN);
545 545
546 return (int) (*bufp); /* Error if we don't end at end of string. */ 546 return *bufp; /* Error if we don't end at end of string. */
547} 547}
548#endif 548#endif