diff options
| author | Bruce Evans <bde@FreeBSD.org> | 2003-04-17 22:39:32 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 2003-04-17 22:39:32 +0000 |
| commit | 87d88cec876712470134e15d2cfe11f770875984 (patch) | |
| tree | 4d7d7f0d397ffbfa4dc1c236bb76b139f125736e | |
| parent | 69297bf8c9f364e01816b67ace03610a8f53cb75 (diff) | |
Notes
| -rw-r--r-- | usr.sbin/jls/jls.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
