diff options
Diffstat (limited to 'networking/interface.c')
-rw-r--r-- | networking/interface.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/interface.c b/networking/interface.c index 79f79c987..92d7f5dc0 100644 --- a/networking/interface.c +++ b/networking/interface.c | |||
@@ -803,7 +803,7 @@ static const struct hwtype sit_hwtype = { | |||
803 | .type = ARPHRD_SIT, | 803 | .type = ARPHRD_SIT, |
804 | .print = UNSPEC_print, | 804 | .print = UNSPEC_print, |
805 | .suppress_null_addr = 1 | 805 | .suppress_null_addr = 1 |
806 | } ; | 806 | }; |
807 | #endif | 807 | #endif |
808 | 808 | ||
809 | static const struct hwtype *const hwtypes[] = { | 809 | static const struct hwtype *const hwtypes[] = { |