diff options
Diffstat (limited to 'networking/inetd.c')
-rw-r--r-- | networking/inetd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/networking/inetd.c b/networking/inetd.c index 41824dbc8..0ddfa6b45 100644 --- a/networking/inetd.c +++ b/networking/inetd.c | |||
@@ -1128,7 +1128,7 @@ static void clean_up_and_exit(int sig ATTRIBUTE_UNUSED) | |||
1128 | } | 1128 | } |
1129 | 1129 | ||
1130 | int inetd_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; | 1130 | int inetd_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; |
1131 | int inetd_main(int argc, char **argv) | 1131 | int inetd_main(int argc ATTRIBUTE_UNUSED, char **argv) |
1132 | { | 1132 | { |
1133 | struct sigaction sa, saved_pipe_handler; | 1133 | struct sigaction sa, saved_pipe_handler; |
1134 | servtab_t *sep, *sep2; | 1134 | servtab_t *sep, *sep2; |
@@ -1492,7 +1492,7 @@ static void init_ring(void) | |||
1492 | } | 1492 | } |
1493 | /* Character generator. MMU arches only. */ | 1493 | /* Character generator. MMU arches only. */ |
1494 | /* ARGSUSED */ | 1494 | /* ARGSUSED */ |
1495 | static void chargen_stream(int s, servtab_t *sep) | 1495 | static void chargen_stream(int s, servtab_t *sep ATTRIBUTE_UNUSED) |
1496 | { | 1496 | { |
1497 | char *rs; | 1497 | char *rs; |
1498 | int len; | 1498 | int len; |