svn commit: r340380 - head/usr.bin/wc

Mariusz Zaborski oshogbo at FreeBSD.org
Mon Nov 12 18:34:56 UTC 2018


Author: oshogbo
Date: Mon Nov 12 18:34:55 2018
New Revision: 340380
URL: https://svnweb.freebsd.org/changeset/base/340380

Log:
  s/caph_enter_with_casper/caph_enter_casper/
  
  Reported by:	npn

Modified:
  head/usr.bin/wc/wc.c

Modified: head/usr.bin/wc/wc.c
==============================================================================
--- head/usr.bin/wc/wc.c	Mon Nov 12 18:23:51 2018	(r340379)
+++ head/usr.bin/wc/wc.c	Mon Nov 12 18:34:55 2018	(r340380)
@@ -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);


More information about the svn-src-all mailing list