From 87d88cec876712470134e15d2cfe11f770875984 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Thu, 17 Apr 2003 22:39:32 +0000 Subject: Fixed an err() format error in rev.1.1. This should have been fatal since WARNS was high in rev.1.1, but __printf0like() has been temporarily disabled for 9 months. --- 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 2a34adca9f1f..b539427bce01 100644 --- a/usr.sbin/jls/jls.c +++ b/usr.sbin/jls/jls.c @@ -59,7 +59,7 @@ retry: free(sxp); goto retry; } - err(1, "sysctlbyname(): security.jail.list", NULL); + err(1, "sysctlbyname(): security.jail.list"); } if (len < sizeof(*xp) || len % sizeof(*xp) || xp->pr_version != XPRISON_VERSION) -- cgit v1.2.3