Skip to content

Commit eb67a49

Browse files
author
shin
committed
struct mbr_bootsel et al were moved to sys/disklabel_mbr.h, adapt.
1 parent ea4a7b8 commit eb67a49

File tree

1 file changed

+1
-11
lines changed
  • distrib/utils/sysinst/arch/playstation2

1 file changed

+1
-11
lines changed

distrib/utils/sysinst/arch/playstation2/md.h

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $NetBSD: md.h,v 1.4 2003/04/06 16:12:42 jmmv Exp $ */
1+
/* $NetBSD: md.h,v 1.5 2003/05/07 03:34:23 shin Exp $ */
22

33
/*
44
* Copyright 1997 Piermont Information Systems Inc.
@@ -111,13 +111,3 @@ EXTERN char *disk_names[]
111111
* On playstation2, that is msdos.
112112
*/
113113
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

Comments
 (0)