diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2021-02-01 15:12:23 -0500 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2021-02-02 14:31:02 -0500 |
commit | 06fe589a0f65c05324431b1e4fb541f926ec2a6f (patch) | |
tree | 8ef7bfadbb41f9af1bac12b6a2605592c6d02a4b /vendor/golang.org/x/sys/unix/mkerrors.sh | |
parent | 978c005869eeca40959e6d6d4a52c5ba9059f827 (diff) | |
download | podman-06fe589a0f65c05324431b1e4fb541f926ec2a6f.tar.gz podman-06fe589a0f65c05324431b1e4fb541f926ec2a6f.tar.bz2 podman-06fe589a0f65c05324431b1e4fb541f926ec2a6f.zip |
Bump to containers/common v0.33.3
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'vendor/golang.org/x/sys/unix/mkerrors.sh')
-rw-r--r-- | vendor/golang.org/x/sys/unix/mkerrors.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vendor/golang.org/x/sys/unix/mkerrors.sh b/vendor/golang.org/x/sys/unix/mkerrors.sh index c0f9f2d52..928fa7a9f 100644 --- a/vendor/golang.org/x/sys/unix/mkerrors.sh +++ b/vendor/golang.org/x/sys/unix/mkerrors.sh @@ -561,6 +561,7 @@ ccflags="$@" $2 ~ /^(HDIO|WIN|SMART)_/ || $2 ~ /^CRYPTO_/ || $2 ~ /^TIPC_/ || + $2 !~ "DEVLINK_RELOAD_LIMITS_VALID_MASK" && $2 ~ /^DEVLINK_/ || $2 ~ /^LWTUNNEL_IP/ || $2 !~ "WMESGLEN" && |