Author: oshogbo
Date: Mon Nov 12 18:43:51 2018
New Revision: 340382
URL: https://svnweb.freebsd.org/changeset/base/340382

Log:
  s/caph_enter_capser/caph_enter_casper/g
  
  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:37:31 2018        (r340381)
+++ head/usr.bin/wc/wc.c        Mon Nov 12 18:43:51 2018        (r340382)
@@ -146,7 +146,7 @@ main(int argc, char *argv[])
                exit(1);
        }
 
-       if (caph_enter_capser() < 0) {
+       if (caph_enter_casper() < 0) {
                xo_warn("Unable to enter capability mode");
                fileargs_free(fa);
                exit(1);
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to