summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2000-07-14 08:09:50 +0000
committerjhb <jhb@FreeBSD.org>2000-07-14 08:09:50 +0000
commite0c8d1d42639e253a12dff647ad580908cf27acd (patch)
treef56a83f32f81466a55d1a7b966df4db4de86bb6f /usr.sbin
parent537ba4f731386e120af4d55583c365aff57ebcbf (diff)
downloadFreeBSD-src-e0c8d1d42639e253a12dff647ad580908cf27acd.zip
FreeBSD-src-e0c8d1d42639e253a12dff647ad580908cf27acd.tar.gz
Ugh. Back out local changes that crept in with my last commit. :(
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/sade/devices.c1
-rw-r--r--usr.sbin/sade/msg.c1
-rw-r--r--usr.sbin/sysinstall/devices.c1
-rw-r--r--usr.sbin/sysinstall/msg.c1
4 files changed, 0 insertions, 4 deletions
diff --git a/usr.sbin/sade/devices.c b/usr.sbin/sade/devices.c
index 9ca96fa..3067e76 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 8620455..499d705 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 9ca96fa..3067e76 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 8620455..499d705 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 */
OpenPOWER on IntegriCloud