aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2000-07-14 08:09:50 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2000-07-14 08:09:50 +0000
commitfbf67537b403dca1bd635657e459f0d36053b94b (patch)
treef1a49d4a618d5ef2556fb9d4fc8733af7da6d4c0 /usr.sbin
parentcac2be43a7e84c675326f90ab1442abf4ee8069e (diff)
downloadsrc-fbf67537b403dca1bd635657e459f0d36053b94b.tar.gz
src-fbf67537b403dca1bd635657e459f0d36053b94b.zip
Ugh. Back out local changes that crept in with my last commit. :(
Notes
Notes: svn path=/head/; revision=63115
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 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 */