diff options
| author | Conrad Meyer <cem@FreeBSD.org> | 2016-11-15 00:24:18 +0000 |
|---|---|---|
| committer | Conrad Meyer <cem@FreeBSD.org> | 2016-11-15 00:24:18 +0000 |
| commit | e961ace3ca67ec24de27b017056fdbfe89e8423a (patch) | |
| tree | 77ff96a165598adeb65a53cd241e8673d7acd3fa /usr.bin | |
| parent | 7db788c66fe734d9f035ae2d2fc225f0dbe7c7d3 (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/fold/fold.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/usr.bin/fold/fold.c b/usr.bin/fold/fold.c index 7eedfe252c0a5..1ce9b5eb3a929 100644 --- a/usr.bin/fold/fold.c +++ b/usr.bin/fold/fold.c @@ -45,7 +45,6 @@ static char sccsid[] = "@(#)fold.c 8.1 (Berkeley) 6/6/93"; #include <sys/cdefs.h> __FBSDID("$FreeBSD$"); -#include <capsicum_helpers.h> #include <err.h> #include <limits.h> #include <locale.h> @@ -73,9 +72,6 @@ main(int argc, char **argv) (void) setlocale(LC_CTYPE, ""); - if (caph_limit_stdio() < 0 || (cap_enter() < 0 && errno != ENOSYS)) - err(1, "capsicum"); - width = -1; previous_ch = 0; while ((ch = getopt(argc, argv, "0123456789bsw:")) != -1) { |
