aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/jls
diff options
context:
space:
mode:
authorBjoern A. Zeeb <bz@FreeBSD.org>2011-06-18 09:46:39 +0000
committerBjoern A. Zeeb <bz@FreeBSD.org>2011-06-18 09:46:39 +0000
commite08e8999f6344a5b58608cafb045633240684eb6 (patch)
treeaa0ffc370bb521226b3b8bcd785abc7c74613fab /usr.sbin/jls
parent52dcd04ba3b6ae8985d7a5a3a4ed1a9defe24f98 (diff)
Notes
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 14aa6af652e6..6568a1dd79a1 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);