From 649ff492d7ded60b84b3e97e32c8aeed43ed7d96 Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Thu, 31 Dec 1998 02:35:43 +0000 Subject: Eliminate all dependence on boot1 and boot2. This is passed in by Set_Boot_Blocks() anyway and should thus have never been a part of libdisk, it should have been provided by the client of libdisk since passing the information in is already part of the API. --- lib/libdisk/libdisk.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/libdisk/libdisk.h') diff --git a/lib/libdisk/libdisk.h b/lib/libdisk/libdisk.h index 3ae62cab12f3..91b1817b6ddd 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.28 1998/01/20 11:03:15 bde Exp $ +* $Id: libdisk.h,v 1.29 1998/10/06 11:57:08 dfr Exp $ * */ @@ -86,7 +86,6 @@ struct chunk { }; extern const char *chunk_n[]; -extern const u_char boot1[], boot2[]; const char * slice_type_name( int type, int subtype ); -- cgit v1.3