We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea4a7b8 commit eb67a49Copy full SHA for eb67a49
distrib/utils/sysinst/arch/playstation2/md.h
@@ -1,4 +1,4 @@
1
-/* $NetBSD: md.h,v 1.4 2003/04/06 16:12:42 jmmv Exp $ */
+/* $NetBSD: md.h,v 1.5 2003/05/07 03:34:23 shin Exp $ */
2
3
/*
4
* Copyright 1997 Piermont Information Systems Inc.
@@ -111,13 +111,3 @@ EXTERN char *disk_names[]
111
* On playstation2, that is msdos.
112
*/
113
EXTERN char *fdtype INIT("msdos");
114
-
115
-struct mbr_bootsel {
116
- u_int8_t defkey;
117
- u_int8_t flags;
118
- u_int16_t timeo;
119
- char nametab[4][9];
120
- u_int16_t magic;
121
-} __attribute__((__packed__));
122
123
0 commit comments