diff options
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/sade/devices.c | 1 | ||||
-rw-r--r-- | usr.sbin/sade/msg.c | 1 | ||||
-rw-r--r-- | usr.sbin/sysinstall/devices.c | 1 | ||||
-rw-r--r-- | usr.sbin/sysinstall/msg.c | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/usr.sbin/sade/devices.c b/usr.sbin/sade/devices.c index 9ca96fa98795..3067e76347af 100644 --- a/usr.sbin/sade/devices.c +++ b/usr.sbin/sade/devices.c @@ -79,7 +79,6 @@ static struct _devname { { DEVICE_TYPE_DISK, "amrd%d", "AMI MegaRAID drive", 133, 65538, 8, 4, 'c' }, { DEVICE_TYPE_DISK, "idad%d", "Compaq RAID array", 109, 65538, 8, 4, 'c' }, { DEVICE_TYPE_DISK, "twed%d", "3ware ATA RAID array", 147, 65538, 8, 4, 'c' }, - { DEVICE_TYPE_DISK, "vn%d", "Virtual node disk device", 43, 65538, 8, 4, 'c' }, { DEVICE_TYPE_FLOPPY, "fd%d", "floppy drive unit A", 9, 0, 64, 4, 'c' }, { DEVICE_TYPE_NETWORK, "aue", "ADMtek USB ethernet adapter" }, { DEVICE_TYPE_NETWORK, "cue", "CATC USB ethernet adapter" }, diff --git a/usr.sbin/sade/msg.c b/usr.sbin/sade/msg.c index 86204559bfc3..499d70501a37 100644 --- a/usr.sbin/sade/msg.c +++ b/usr.sbin/sade/msg.c @@ -216,7 +216,6 @@ msgNotify(char *fmt, ...) if (isDebug()) msgDebug("Notify: %s\n", errstr); dialog_msgbox(NULL, errstr, -1, -1, 0); - dialog_update(); } /* Put up a message in a popup yes/no box and return 1 for YES, 0 for NO */ diff --git a/usr.sbin/sysinstall/devices.c b/usr.sbin/sysinstall/devices.c index 9ca96fa98795..3067e76347af 100644 --- a/usr.sbin/sysinstall/devices.c +++ b/usr.sbin/sysinstall/devices.c @@ -79,7 +79,6 @@ static struct _devname { { DEVICE_TYPE_DISK, "amrd%d", "AMI MegaRAID drive", 133, 65538, 8, 4, 'c' }, { DEVICE_TYPE_DISK, "idad%d", "Compaq RAID array", 109, 65538, 8, 4, 'c' }, { DEVICE_TYPE_DISK, "twed%d", "3ware ATA RAID array", 147, 65538, 8, 4, 'c' }, - { DEVICE_TYPE_DISK, "vn%d", "Virtual node disk device", 43, 65538, 8, 4, 'c' }, { DEVICE_TYPE_FLOPPY, "fd%d", "floppy drive unit A", 9, 0, 64, 4, 'c' }, { DEVICE_TYPE_NETWORK, "aue", "ADMtek USB ethernet adapter" }, { DEVICE_TYPE_NETWORK, "cue", "CATC USB ethernet adapter" }, diff --git a/usr.sbin/sysinstall/msg.c b/usr.sbin/sysinstall/msg.c index 86204559bfc3..499d70501a37 100644 --- a/usr.sbin/sysinstall/msg.c +++ b/usr.sbin/sysinstall/msg.c @@ -216,7 +216,6 @@ msgNotify(char *fmt, ...) if (isDebug()) msgDebug("Notify: %s\n", errstr); dialog_msgbox(NULL, errstr, -1, -1, 0); - dialog_update(); } /* Put up a message in a popup yes/no box and return 1 for YES, 0 for NO */ |