From 8e4febf0121378c381ffae1893ad4336fbb51daa Mon Sep 17 00:00:00 2001 From: Mariusz Zaborski Date: Mon, 12 Nov 2018 18:34:55 +0000 Subject: [PATCH] s/caph_enter_with_casper/caph_enter_casper/ Reported by: npn --- usr.bin/wc/wc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/wc/wc.c b/usr.bin/wc/wc.c index 265ede255dff..744e4a6715f5 100644 --- a/usr.bin/wc/wc.c +++ b/usr.bin/wc/wc.c @@ -146,7 +146,7 @@ main(int argc, char *argv[]) exit(1); } - if (caph_enter_with_casper() < 0) { + if (caph_enter_capser() < 0) { xo_warn("Unable to enter capability mode"); fileargs_free(fa); exit(1);