summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/tcpip.c
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2001-07-05 09:51:09 +0000
committerkris <kris@FreeBSD.org>2001-07-05 09:51:09 +0000
commit307edbea2bb0f1ffb76cf867d713bb6f1bb74b9b (patch)
tree6006e77cf1cf9d98520733e49acc09ef5b89a69f /usr.sbin/sysinstall/tcpip.c
parentfc3cfdc00e12f88128da41ed99b65020b8c361c8 (diff)
downloadFreeBSD-src-307edbea2bb0f1ffb76cf867d713bb6f1bb74b9b.zip
FreeBSD-src-307edbea2bb0f1ffb76cf867d713bb6f1bb74b9b.tar.gz
Mark relevant functions __printflike()/__printf0like() and silence some of
the non-constant format string warnings. MFC after: 1 week
Diffstat (limited to 'usr.sbin/sysinstall/tcpip.c')
-rw-r--r--usr.sbin/sysinstall/tcpip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/sysinstall/tcpip.c b/usr.sbin/sysinstall/tcpip.c
index fee6283..1cae6fb 100644
--- a/usr.sbin/sysinstall/tcpip.c
+++ b/usr.sbin/sysinstall/tcpip.c
@@ -113,7 +113,7 @@ static void
feepout(char *msg)
{
beep();
- msgConfirm(msg);
+ msgConfirm("%s", msg);
}
/* Verify IP address integrity */
OpenPOWER on IntegriCloud