diff options
Diffstat (limited to 'init.c')
-rw-r--r-- | init.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -136,6 +136,8 @@ static void delete_initAction(initAction * action); | |||
136 | /* Print a message to the specified device. | 136 | /* Print a message to the specified device. |
137 | * Device may be bitwise-or'd from LOG | CONSOLE */ | 137 | * Device may be bitwise-or'd from LOG | CONSOLE */ |
138 | static void message(int device, char *fmt, ...) | 138 | static void message(int device, char *fmt, ...) |
139 | __attribute__ ((format (printf, 2, 3))); | ||
140 | static void message(int device, char *fmt, ...) | ||
139 | { | 141 | { |
140 | va_list arguments; | 142 | va_list arguments; |
141 | int fd; | 143 | int fd; |