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 83b24f1d6..065b4baeb 100644 --- a/networking/interface.c +++ b/networking/interface.c | |||
@@ -990,7 +990,7 @@ static void ife_print(struct interface *ptr) | |||
990 | #define IPV6_ADDR_MAPPED 0x1000U | 990 | #define IPV6_ADDR_MAPPED 0x1000U |
991 | #define IPV6_ADDR_RESERVED 0x2000U /* reserved address space */ | 991 | #define IPV6_ADDR_RESERVED 0x2000U /* reserved address space */ |
992 | 992 | ||
993 | f = fopen(_PATH_PROCNET_IFINET6, "r"); | 993 | f = fopen_for_read(_PATH_PROCNET_IFINET6); |
994 | if (f != NULL) { | 994 | if (f != NULL) { |
995 | while (fscanf | 995 | while (fscanf |
996 | (f, "%4s%4s%4s%4s%4s%4s%4s%4s %08x %02x %02x %02x %20s\n", | 996 | (f, "%4s%4s%4s%4s%4s%4s%4s%4s %08x %02x %02x %02x %20s\n", |