diff options
Diffstat (limited to 'networking/slattach.c')
-rw-r--r-- | networking/slattach.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/slattach.c b/networking/slattach.c index 4bac879d2..f78c88e89 100644 --- a/networking/slattach.c +++ b/networking/slattach.c | |||
@@ -123,7 +123,7 @@ int slattach_main(int argc, char **argv); | |||
123 | int slattach_main(int argc, char **argv) | 123 | int slattach_main(int argc, char **argv) |
124 | { | 124 | { |
125 | /* Line discipline code table */ | 125 | /* Line discipline code table */ |
126 | static const char proto_names[] = | 126 | static const char proto_names[] ALIGN1 = |
127 | "slip\0" /* 0 */ | 127 | "slip\0" /* 0 */ |
128 | "cslip\0" /* 1 */ | 128 | "cslip\0" /* 1 */ |
129 | "slip6\0" /* 2 */ | 129 | "slip6\0" /* 2 */ |