diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-05-03 17:38:00 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-05-03 17:38:00 +0000 |
| commit | a7a5bb12468cdec223f11050a26ad4107541bab4 (patch) | |
| tree | 42aeca4f576eedcc94f4679038feaacca3acec46 /lib/libdisk/libdisk.h | |
| parent | 9fc5823a7a8cebcdc15ffa3c7be4529fa296920f (diff) | |
Notes
Diffstat (limited to 'lib/libdisk/libdisk.h')
| -rw-r--r-- | lib/libdisk/libdisk.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libdisk/libdisk.h b/lib/libdisk/libdisk.h index 8758178a9419..b3305a548daa 100644 --- a/lib/libdisk/libdisk.h +++ b/lib/libdisk/libdisk.h @@ -6,7 +6,7 @@ * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- * - * $Id: libdisk.h,v 1.8 1995/05/01 21:30:24 jkh Exp $ + * $Id: libdisk.h,v 1.9 1995/05/03 06:30:57 phk Exp $ * */ @@ -15,8 +15,7 @@ typedef enum {whole, unknown, fat, freebsd, extended, part, unused, reserved} chunk_e; -#define CHAR_N static char *chunk_n[] = { \ - "whole","unknown","fat","freebsd","extended","part","unused","reserved",0}; +extern char *chunk_n[]; struct disk { char *name; |
