diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-08-26 09:03:06 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-26 09:03:06 -0400 |
commit | 6f1faf36da9482c1cc99814772d16125fe9a4e36 (patch) | |
tree | 928341ef35bed1fc03402069f57ccd5bdda3b32b /vendor/golang.org/x | |
parent | 49cfed756f5dfb6d9267eb29d31f651578c9037c (diff) | |
parent | c6e12a2e444a271d6a462bf174c7774f0e5dd496 (diff) | |
download | podman-6f1faf36da9482c1cc99814772d16125fe9a4e36.tar.gz podman-6f1faf36da9482c1cc99814772d16125fe9a4e36.tar.bz2 podman-6f1faf36da9482c1cc99814772d16125fe9a4e36.zip |
Merge pull request #11321 from containers/dependabot/go_modules/github.com/fsnotify/fsnotify-1.5.1
Bump github.com/fsnotify/fsnotify from 1.4.9 to 1.5.1
Diffstat (limited to 'vendor/golang.org/x')
-rw-r--r-- | vendor/golang.org/x/sys/unix/ztypes_linux.go | 2 | ||||
-rw-r--r-- | vendor/golang.org/x/sys/windows/types_windows.go | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/vendor/golang.org/x/sys/unix/ztypes_linux.go b/vendor/golang.org/x/sys/unix/ztypes_linux.go index 72887abe5..c9d7eb41e 100644 --- a/vendor/golang.org/x/sys/unix/ztypes_linux.go +++ b/vendor/golang.org/x/sys/unix/ztypes_linux.go @@ -1773,6 +1773,8 @@ const ( NFPROTO_NUMPROTO = 0xd ) +const SO_ORIGINAL_DST = 0x50 + type Nfgenmsg struct { Nfgen_family uint8 Version uint8 diff --git a/vendor/golang.org/x/sys/windows/types_windows.go b/vendor/golang.org/x/sys/windows/types_windows.go index 1f733398e..17f03312d 100644 --- a/vendor/golang.org/x/sys/windows/types_windows.go +++ b/vendor/golang.org/x/sys/windows/types_windows.go @@ -680,7 +680,7 @@ const ( WTD_CHOICE_CERT = 5 WTD_STATEACTION_IGNORE = 0x00000000 - WTD_STATEACTION_VERIFY = 0x00000010 + WTD_STATEACTION_VERIFY = 0x00000001 WTD_STATEACTION_CLOSE = 0x00000002 WTD_STATEACTION_AUTO_CACHE = 0x00000003 WTD_STATEACTION_AUTO_CACHE_FLUSH = 0x00000004 |