Deleted Added
full compact
fdisk.c (39377) fdisk.c (40946)
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

--- 12 unchanged lines hidden (view full) ---

21 * Pittsburgh PA 15213-3890
22 *
23 * any improvements or extensions that they make and grant Carnegie Mellon
24 * the rights to redistribute these changes.
25 */
26
27#ifndef lint
28static const char rcsid[] =
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

--- 12 unchanged lines hidden (view full) ---

21 * Pittsburgh PA 15213-3890
22 *
23 * any improvements or extensions that they make and grant Carnegie Mellon
24 * the rights to redistribute these changes.
25 */
26
27#ifndef lint
28static const char rcsid[] =
29 "$Id: fdisk.c,v 1.23 1998/07/06 06:44:36 charnier Exp $";
29 "$Id: fdisk.c,v 1.24 1998/09/16 19:25:47 obrien Exp $";
30#endif /* not lint */
31
32#include <sys/disklabel.h>
33#include <sys/stat.h>
34#include <ctype.h>
35#include <fcntl.h>
36#include <err.h>
37#include <errno.h>

--- 153 unchanged lines hidden (view full) ---

191 ,{0x65, "Novell Netware 3.xx"}
192 ,{0x75, "PCIX"}
193 ,{0x80, "Minix 1.1 ... 1.4a"}
194 ,{0x81, "Minix 1.4b ... 1.5.10"}
195 ,{0x82, "Linux swap or Solaris x86"}
196 ,{0x83, "Linux filesystem"}
197 ,{0x93, "Amoeba filesystem"}
198 ,{0x94, "Amoeba bad block table"}
30#endif /* not lint */
31
32#include <sys/disklabel.h>
33#include <sys/stat.h>
34#include <ctype.h>
35#include <fcntl.h>
36#include <err.h>
37#include <errno.h>

--- 153 unchanged lines hidden (view full) ---

191 ,{0x65, "Novell Netware 3.xx"}
192 ,{0x75, "PCIX"}
193 ,{0x80, "Minix 1.1 ... 1.4a"}
194 ,{0x81, "Minix 1.4b ... 1.5.10"}
195 ,{0x82, "Linux swap or Solaris x86"}
196 ,{0x83, "Linux filesystem"}
197 ,{0x93, "Amoeba filesystem"}
198 ,{0x94, "Amoeba bad block table"}
199 ,{0x9F, "BSD/OS"}
199 ,{0xA5, "FreeBSD/NetBSD/386BSD"}
200 ,{0xA6, "OpenBSD"}
201 ,{0xA7, "NEXTSTEP"}
202 ,{0xB7, "BSDI BSD/386 filesystem"}
203 ,{0xB8, "BSDI BSD/386 swap"}
204 ,{0xDB, "Concurrent CPM or C.DOS or CTOS"}
205 ,{0xE1, "Speed"}
206 ,{0xE3, "Speed"}

--- 1111 unchanged lines hidden ---
200 ,{0xA5, "FreeBSD/NetBSD/386BSD"}
201 ,{0xA6, "OpenBSD"}
202 ,{0xA7, "NEXTSTEP"}
203 ,{0xB7, "BSDI BSD/386 filesystem"}
204 ,{0xB8, "BSDI BSD/386 swap"}
205 ,{0xDB, "Concurrent CPM or C.DOS or CTOS"}
206 ,{0xE1, "Speed"}
207 ,{0xE3, "Speed"}

--- 1111 unchanged lines hidden ---