From 3a5147553b154bf66e56f0e63f550aa1f1add10f Mon Sep 17 00:00:00 2001 From: bz Date: Sat, 18 Jun 2011 09:46:39 +0000 Subject: Add a missing ',' to separate arguments lost for r222465 only found in case a complete world is built without INET support. MFC after: 10 days X-MFC with: 222465 --- usr.sbin/jls/jls.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.sbin/jls') diff --git a/usr.sbin/jls/jls.c b/usr.sbin/jls/jls.c index 14aa6af..6568a1d 100644 --- a/usr.sbin/jls/jls.c +++ b/usr.sbin/jls/jls.c @@ -404,7 +404,7 @@ print_jail(int pflags, int jflags) (!ip4_ok || params[1].jp_valuelen == 0) ? "-" : inet_ntoa(*(struct in_addr *)params[1].jp_value), #else - "-" + "-", #endif (char *)params[2-!ip4_ok].jp_value, (char *)params[3-!ip4_ok].jp_value); -- cgit v1.1