diff options
-rw-r--r-- | release/sysinstall/tcpip.c | 2 | ||||
-rw-r--r-- | usr.sbin/sysinstall/tcpip.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/release/sysinstall/tcpip.c b/release/sysinstall/tcpip.c index 6dfe32ca5b55..00c9024f6e62 100644 --- a/release/sysinstall/tcpip.c +++ b/release/sysinstall/tcpip.c @@ -108,7 +108,7 @@ static void feepout(char *msg) { beep(); - dialog_notify(msg); + msgConfirm(msg); } /* Very basic IP address integrity check - could be drastically improved */ diff --git a/usr.sbin/sysinstall/tcpip.c b/usr.sbin/sysinstall/tcpip.c index 6dfe32ca5b55..00c9024f6e62 100644 --- a/usr.sbin/sysinstall/tcpip.c +++ b/usr.sbin/sysinstall/tcpip.c @@ -108,7 +108,7 @@ static void feepout(char *msg) { beep(); - dialog_notify(msg); + msgConfirm(msg); } /* Very basic IP address integrity check - could be drastically improved */ |