diff options
Diffstat (limited to 'networking/inetd.c')
-rw-r--r-- | networking/inetd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/inetd.c b/networking/inetd.c index 44b1ac700..9f5a436d6 100644 --- a/networking/inetd.c +++ b/networking/inetd.c | |||
@@ -361,7 +361,7 @@ struct builtin { | |||
361 | void (*bi_dgram_fn)(int, servtab_t *) FAST_FUNC; | 361 | void (*bi_dgram_fn)(int, servtab_t *) FAST_FUNC; |
362 | }; | 362 | }; |
363 | 363 | ||
364 | static const struct builtin builtins[] = { | 364 | static const struct builtin builtins[] ALIGN_PTR = { |
365 | #if ENABLE_FEATURE_INETD_SUPPORT_BUILTIN_ECHO | 365 | #if ENABLE_FEATURE_INETD_SUPPORT_BUILTIN_ECHO |
366 | { "echo", 1, echo_stream, echo_dg }, | 366 | { "echo", 1, echo_stream, echo_dg }, |
367 | #endif | 367 | #endif |