diff options
Diffstat (limited to 'util-linux/fsck_minix.c')
-rw-r--r-- | util-linux/fsck_minix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/fsck_minix.c b/util-linux/fsck_minix.c index f6d7deaab..1814537c5 100644 --- a/util-linux/fsck_minix.c +++ b/util-linux/fsck_minix.c | |||
@@ -269,7 +269,7 @@ static inline int bit(char * a,unsigned int i) | |||
269 | #define mark_zone(x) (setbit(zone_map,(x)-FIRSTZONE+1),changed=1) | 269 | #define mark_zone(x) (setbit(zone_map,(x)-FIRSTZONE+1),changed=1) |
270 | #define unmark_zone(x) (clrbit(zone_map,(x)-FIRSTZONE+1),changed=1) | 270 | #define unmark_zone(x) (clrbit(zone_map,(x)-FIRSTZONE+1),changed=1) |
271 | 271 | ||
272 | static void leave(int) __attribute__ ((noreturn)); | 272 | static void leave(int) ATTRIBUTE_NORETURN; |
273 | static void leave(int status) | 273 | static void leave(int status) |
274 | { | 274 | { |
275 | if (termios_set) | 275 | if (termios_set) |