summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1996-04-29 06:45:33 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1996-04-29 06:45:33 +0000
commit4f3fd9ad3f23f6843b134718452050d30f5cf307 (patch)
tree1eaf9299be78e5fc5ce0b43a14dfa6b2037fd8b1
parent1eb476ce90933bf6bfc2b5b473cf0af79d03590f (diff)
Notes
-rw-r--r--lib/libdisk/libdisk.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libdisk/libdisk.h b/lib/libdisk/libdisk.h
index 1473e72d7d328..fd8607cd26711 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.20 1995/12/07 10:33:21 peter Exp $
+* $Id: libdisk.h,v 1.21 1996/03/24 18:55:39 joerg Exp $
*
*/
@@ -89,7 +89,7 @@ struct chunk {
};
extern const char *chunk_n[];
-extern const u_char *boot1, *boot2;
+extern const u_char boot1[], boot2[];
struct disk *
Open_Disk(const char *devname);