diff options
Diffstat (limited to 'networking/ifupdown.c')
-rw-r--r-- | networking/ifupdown.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/ifupdown.c b/networking/ifupdown.c index adbc37e43..4ec3d37a8 100644 --- a/networking/ifupdown.c +++ b/networking/ifupdown.c | |||
@@ -842,7 +842,7 @@ static struct interfaces_file_t *read_interfaces(const char *filename) | |||
842 | return defn; | 842 | return defn; |
843 | } | 843 | } |
844 | 844 | ||
845 | static char *setlocalenv(char *format, const char *name, const char *value) | 845 | static char *setlocalenv(const char *format, const char *name, const char *value) |
846 | { | 846 | { |
847 | char *result; | 847 | char *result; |
848 | char *here; | 848 | char *here; |