diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1998-12-31 02:35:43 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1998-12-31 02:35:43 +0000 |
| commit | 649ff492d7ded60b84b3e97e32c8aeed43ed7d96 (patch) | |
| tree | 41710ee1d8b392dc78dacd076093b45f20a60884 /lib/libdisk/libdisk.h | |
| parent | e76bba09e352a742a3ce5cd5bcb9a249e42aba7b (diff) | |
Notes
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 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 ); |
