Define FLOPPY_MAJOR on NetBSD.
This commit is contained in:
parent
8f03f0b580
commit
1b655af685
2 changed files with 7 additions and 0 deletions
|
@ -115,6 +115,9 @@ struct hd_geometry
|
|||
# include <util.h> /* getrawpartition */
|
||||
# endif /* HAVE_GETRAWPARTITION */
|
||||
# include <sys/fdio.h>
|
||||
# ifndef FLOPPY_MAJOR
|
||||
# define FLOPPY_MAJOR 2
|
||||
# endif /* ! FLOPPY_MAJOR */
|
||||
# ifndef RAW_FLOPPY_MAJOR
|
||||
# define RAW_FLOPPY_MAJOR 9
|
||||
# endif /* ! RAW_FLOPPY_MAJOR */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue