From 0cd26cd1c08a08e879b37e13c2da8258a4f9512f Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Thu, 11 Dec 2008 16:50:01 +0000 Subject: [PATCH] DEV_BOOT is obsolete. --- include/minix/dmap.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/minix/dmap.h b/include/minix/dmap.h index 1b15b0e9a..4848df887 100644 --- a/include/minix/dmap.h +++ b/include/minix/dmap.h @@ -27,7 +27,6 @@ enum dev_style { STYLE_DEV, STYLE_NDEV, STYLE_TTY, STYLE_CLONE }; /* Full device numbers that are special to the boot monitor and FS. */ # define DEV_RAM 0x0100 /* device number of /dev/ram */ -# define DEV_BOOT 0x0104 /* device number of /dev/boot */ # define DEV_IMGRD 0x0106 /* device number of /dev/imgrd */ #define FLOPPY_MAJOR 2 /* major device for floppy disks */ -- 2.44.0