aboutsummaryrefslogtreecommitdiff
path: root/unix/mkerrors.sh
diff options
context:
space:
mode:
Diffstat (limited to 'unix/mkerrors.sh')
-rwxr-xr-xunix/mkerrors.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/mkerrors.sh b/unix/mkerrors.sh
index cbe2415..5dda445 100755
--- a/unix/mkerrors.sh
+++ b/unix/mkerrors.sh
@@ -560,7 +560,7 @@ ccflags="$@"
$2 ~ /^RLIMIT_(AS|CORE|CPU|DATA|FSIZE|LOCKS|MEMLOCK|MSGQUEUE|NICE|NOFILE|NPROC|RSS|RTPRIO|RTTIME|SIGPENDING|STACK)|RLIM_INFINITY/ ||
$2 ~ /^PRIO_(PROCESS|PGRP|USER)/ ||
$2 ~ /^CLONE_[A-Z_]+/ ||
- $2 !~ /^(BPF_TIMEVAL|BPF_FIB_LOOKUP_[A-Z]+)$/ &&
+ $2 !~ /^(BPF_TIMEVAL|BPF_FIB_LOOKUP_[A-Z]+|BPF_F_LINK)$/ &&
$2 ~ /^(BPF|DLT)_/ ||
$2 ~ /^AUDIT_/ ||
$2 ~ /^(CLOCK|TIMER)_/ ||