diff options
author | Dimitri Sokolyuk <demon@dim13.org> | 2017-08-04 18:10:55 +0200 |
---|---|---|
committer | Dimitri Sokolyuk <demon@dim13.org> | 2017-08-04 18:14:10 +0200 |
commit | b1d650c6542a8573ecfb204a037df12731272822 (patch) | |
tree | 179c995ab096c96093c00dfe75de284f60241b0c /vendor/golang.org/x/sys/unix/mkerrors.sh | |
parent | 603149f89679abf76b65ce1d5758c55e239cc104 (diff) |
Update vendor
Diffstat (limited to 'vendor/golang.org/x/sys/unix/mkerrors.sh')
-rwxr-xr-x | vendor/golang.org/x/sys/unix/mkerrors.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vendor/golang.org/x/sys/unix/mkerrors.sh b/vendor/golang.org/x/sys/unix/mkerrors.sh index 5cb4d8b..5fcd7a2 100755 --- a/vendor/golang.org/x/sys/unix/mkerrors.sh +++ b/vendor/golang.org/x/sys/unix/mkerrors.sh @@ -75,6 +75,7 @@ includes_DragonFly=' ' includes_FreeBSD=' +#include <sys/capability.h> #include <sys/param.h> #include <sys/types.h> #include <sys/event.h> @@ -401,6 +402,7 @@ ccflags="$@" $2 ~ /^(BPF|DLT)_/ || $2 ~ /^CLOCK_/ || $2 ~ /^CAN_/ || + $2 ~ /^CAP_/ || $2 ~ /^ALG_/ || $2 ~ /^FS_(POLICY_FLAGS|KEY_DESC|ENCRYPTION_MODE|[A-Z0-9_]+_KEY_SIZE|IOC_(GET|SET)_ENCRYPTION)/ || $2 ~ /^GRND_/ || |