summaryrefslogtreecommitdiff
path: root/vendor/golang.org/x/sys/unix/mkerrors.sh
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2021-01-20 07:17:23 -0500
committerGitHub <noreply@github.com>2021-01-20 07:17:23 -0500
commit7d024a2fc8c675e4d34e3b34b56b6217a48ef9ce (patch)
tree2e6afa3d5ecf53af5008f93446ff4558b93c4bb5 /vendor/golang.org/x/sys/unix/mkerrors.sh
parent54c465bda6cbef398c2ea9f103253fbc3af0505c (diff)
parent175fc3867a70dd5a0d5c0becdb828751ccd88e9c (diff)
downloadpodman-7d024a2fc8c675e4d34e3b34b56b6217a48ef9ce.tar.gz
podman-7d024a2fc8c675e4d34e3b34b56b6217a48ef9ce.tar.bz2
podman-7d024a2fc8c675e4d34e3b34b56b6217a48ef9ce.zip
Merge pull request #9031 from vrothberg/revert-ginkgo
Revert "ginkgo: install on demand via `go get -u`"
Diffstat (limited to 'vendor/golang.org/x/sys/unix/mkerrors.sh')
-rw-r--r--vendor/golang.org/x/sys/unix/mkerrors.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/vendor/golang.org/x/sys/unix/mkerrors.sh b/vendor/golang.org/x/sys/unix/mkerrors.sh
index b8313e98a..c0f9f2d52 100644
--- a/vendor/golang.org/x/sys/unix/mkerrors.sh
+++ b/vendor/golang.org/x/sys/unix/mkerrors.sh
@@ -204,7 +204,6 @@ struct ltchars {
#include <linux/devlink.h>
#include <linux/dm-ioctl.h>
#include <linux/errqueue.h>
-#include <linux/ethtool_netlink.h>
#include <linux/falloc.h>
#include <linux/fanotify.h>
#include <linux/filter.h>
@@ -562,9 +561,7 @@ ccflags="$@"
$2 ~ /^(HDIO|WIN|SMART)_/ ||
$2 ~ /^CRYPTO_/ ||
$2 ~ /^TIPC_/ ||
- $2 !~ "DEVLINK_RELOAD_LIMITS_VALID_MASK" &&
$2 ~ /^DEVLINK_/ ||
- $2 ~ /^ETHTOOL_/ ||
$2 ~ /^LWTUNNEL_IP/ ||
$2 !~ "WMESGLEN" &&
$2 ~ /^W[A-Z0-9]+$/ ||