From d0d51976ab3315b9d155a3551f319e36b88b260c Mon Sep 17 00:00:00 2001 From: jkh Date: Mon, 1 May 1995 21:30:24 +0000 Subject: foo -> unknown. I have to be able to show this stuff to the user. :-) --- lib/libdisk/libdisk.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/libdisk/libdisk.h') diff --git a/lib/libdisk/libdisk.h b/lib/libdisk/libdisk.h index dab99a4..9995696 100644 --- a/lib/libdisk/libdisk.h +++ b/lib/libdisk/libdisk.h @@ -6,17 +6,17 @@ * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- * - * $Id: libdisk.h,v 1.6 1995/04/30 06:09:27 phk Exp $ + * $Id: libdisk.h,v 1.7 1995/04/30 11:04:14 phk Exp $ * */ #define MAX_NO_DISKS 20 /* Max # of disks Disk_Names() will return */ -typedef enum {whole, foo, fat, freebsd, extended, part, unused, reserved} chunk_e; +typedef enum {whole, unknown, fat, freebsd, extended, part, unused, reserved} chunk_e; #define CHAR_N static char *chunk_n[] = { \ - "whole","foo","fat","freebsd","extended","part","unused","reserved",0}; + "whole","unknown","fat","freebsd","extended","part","unused","reserved",0}; struct disk { char *name; -- cgit v1.1