diff options
Diffstat (limited to 'util-linux/fdisk_osf.c')
-rw-r--r-- | util-linux/fdisk_osf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util-linux/fdisk_osf.c b/util-linux/fdisk_osf.c index 765740ff1..6c66c130d 100644 --- a/util-linux/fdisk_osf.c +++ b/util-linux/fdisk_osf.c | |||
@@ -383,7 +383,7 @@ bsd_select(void) | |||
383 | 383 | ||
384 | if (xbsd_readlabel(NULL) == 0) | 384 | if (xbsd_readlabel(NULL) == 0) |
385 | if (xbsd_create_disklabel() == 0) | 385 | if (xbsd_create_disklabel() == 0) |
386 | exit(EXIT_SUCCESS); | 386 | exit_SUCCESS(); |
387 | 387 | ||
388 | #endif | 388 | #endif |
389 | 389 | ||
@@ -411,7 +411,7 @@ bsd_select(void) | |||
411 | case 'q': | 411 | case 'q': |
412 | if (ENABLE_FEATURE_CLEAN_UP) | 412 | if (ENABLE_FEATURE_CLEAN_UP) |
413 | close_dev_fd(); | 413 | close_dev_fd(); |
414 | exit(EXIT_SUCCESS); | 414 | exit_SUCCESS(); |
415 | case 'r': | 415 | case 'r': |
416 | return; | 416 | return; |
417 | case 's': | 417 | case 's': |