summaryrefslogtreecommitdiffstats
path: root/usr.sbin/jls
diff options
context:
space:
mode:
authorbz <bz@FreeBSD.org>2011-06-18 09:46:39 +0000
committerbz <bz@FreeBSD.org>2011-06-18 09:46:39 +0000
commit3a5147553b154bf66e56f0e63f550aa1f1add10f (patch)
treeaa0ffc370bb521226b3b8bcd785abc7c74613fab /usr.sbin/jls
parentf4689a8d0f4df134f7909472b0473086af7f65ab (diff)
downloadFreeBSD-src-3a5147553b154bf66e56f0e63f550aa1f1add10f.zip
FreeBSD-src-3a5147553b154bf66e56f0e63f550aa1f1add10f.tar.gz
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
Diffstat (limited to 'usr.sbin/jls')
-rw-r--r--usr.sbin/jls/jls.c2
1 files changed, 1 insertions, 1 deletions
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);
OpenPOWER on IntegriCloud