diff options
Diffstat (limited to 'networking')
-rw-r--r-- | networking/interface.c | 1 | ||||
-rw-r--r-- | networking/ntpd.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/networking/interface.c b/networking/interface.c index 659ac36ea..7c6ed82df 100644 --- a/networking/interface.c +++ b/networking/interface.c | |||
@@ -927,7 +927,6 @@ static void print_bytes_scaled(unsigned long long ull, const char *end) | |||
927 | 927 | ||
928 | static void ife_print6(struct interface *ptr) | 928 | static void ife_print6(struct interface *ptr) |
929 | { | 929 | { |
930 | |||
931 | FILE *f; | 930 | FILE *f; |
932 | char addr6[40], devname[20]; | 931 | char addr6[40], devname[20]; |
933 | struct sockaddr_in6 sap; | 932 | struct sockaddr_in6 sap; |
diff --git a/networking/ntpd.c b/networking/ntpd.c index d00ee49e5..e9cfdbddd 100644 --- a/networking/ntpd.c +++ b/networking/ntpd.c | |||
@@ -2060,7 +2060,6 @@ int ntpd_main(int argc UNUSED_PARAM, char **argv) | |||
2060 | static double | 2060 | static double |
2061 | direct_freq(double fp_offset) | 2061 | direct_freq(double fp_offset) |
2062 | { | 2062 | { |
2063 | |||
2064 | #ifdef KERNEL_PLL | 2063 | #ifdef KERNEL_PLL |
2065 | /* | 2064 | /* |
2066 | * If the kernel is enabled, we need the residual offset to | 2065 | * If the kernel is enabled, we need the residual offset to |