fdisk.c (35bfe0c305d54608a76306e759254db7dcb59638) | fdisk.c (ed1235ad703c82bf51a7c71e25fab7d34d6ce59b) |
---|---|
1/* 2 * Mach Operating System 3 * Copyright (c) 1992 Carnegie Mellon University 4 * All Rights Reserved. 5 * 6 * Permission to use, copy, modify and distribute this software and its 7 * documentation is hereby granted, provided that both the copyright 8 * notice and this permission notice appear in all copies of the --- 403 unchanged lines hidden (view full) --- 412 413 exit(0); 414} 415 416static void 417usage() 418{ 419 fprintf(stderr, "%s%s", | 1/* 2 * Mach Operating System 3 * Copyright (c) 1992 Carnegie Mellon University 4 * All Rights Reserved. 5 * 6 * Permission to use, copy, modify and distribute this software and its 7 * documentation is hereby granted, provided that both the copyright 8 * notice and this permission notice appear in all copies of the --- 403 unchanged lines hidden (view full) --- 412 413 exit(0); 414} 415 416static void 417usage() 418{ 419 fprintf(stderr, "%s%s", |
420 "usage: fdisk [-Baeitu] [-b bootcode] [-1234] [disk]\n", | 420 "usage: fdisk [-BIaistu] [-b bootcode] [-1234] [disk]\n", |
421 " fdisk -f configfile [-itv] [disk]\n"); 422 exit(1); 423} 424 425static void 426print_s0(int which) 427{ 428int i; --- 921 unchanged lines hidden --- | 421 " fdisk -f configfile [-itv] [disk]\n"); 422 exit(1); 423} 424 425static void 426print_s0(int which) 427{ 428int i; --- 921 unchanged lines hidden --- |