diff options
Diffstat (limited to 'lib/libdisk/libdisk.h')
-rw-r--r-- | lib/libdisk/libdisk.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libdisk/libdisk.h b/lib/libdisk/libdisk.h index 3ae62ca..91b1817 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 ); |