aboutsummaryrefslogtreecommitdiff
path: root/networking
diff options
context:
space:
mode:
Diffstat (limited to 'networking')
-rw-r--r--networking/httpd.c2
-rw-r--r--networking/udhcp/dumpleases.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/networking/httpd.c b/networking/httpd.c
index 73a9461fa..1d8c893f2 100644
--- a/networking/httpd.c
+++ b/networking/httpd.c
@@ -200,7 +200,7 @@ typedef struct
200 200
201static HttpdConfig *config; 201static HttpdConfig *config;
202 202
203static const char request_GET[] = "GET"; /* size algorithic optimize */ 203static const char request_GET[] = "GET"; /* size algorithmic optimize */
204 204
205static const char* const suffixTable [] = { 205static const char* const suffixTable [] = {
206/* Warning: shorted equivalent suffix in one line must be first */ 206/* Warning: shorted equivalent suffix in one line must be first */
diff --git a/networking/udhcp/dumpleases.c b/networking/udhcp/dumpleases.c
index c0c58ee35..08a22f17d 100644
--- a/networking/udhcp/dumpleases.c
+++ b/networking/udhcp/dumpleases.c
@@ -30,7 +30,7 @@ static void ATTRIBUTE_NORETURN show_usage(void)
30 printf( 30 printf(
31"Usage: dumpleases -f <file> -[r|a]\n\n" 31"Usage: dumpleases -f <file> -[r|a]\n\n"
32" -f, --file=FILENAME Leases file to load\n" 32" -f, --file=FILENAME Leases file to load\n"
33" -r, --remaining Interepret lease times as time remaing\n" 33" -r, --remaining Interepret lease times as time remaining\n"
34" -a, --absolute Interepret lease times as expire time\n"); 34" -a, --absolute Interepret lease times as expire time\n");
35 exit(0); 35 exit(0);
36} 36}