diff options
| author | Anton Lindqvist <anton@basename.se> | 2019-03-29 16:34:46 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2019-04-01 12:39:02 +0200 |
| commit | 3e1cf9ad8a569844caebca4ce63759f15324c422 (patch) | |
| tree | da2d26a8a7e8e112b422573a4adae43369593d83 /sys/openbsd/dev_bpf_amd64.const | |
| parent | 4ba360c5fb559397d73ae924bd655fb49c2c776c (diff) | |
executor: connect tun and bpf devices on OpenBSD
Diffstat (limited to 'sys/openbsd/dev_bpf_amd64.const')
| -rw-r--r-- | sys/openbsd/dev_bpf_amd64.const | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/openbsd/dev_bpf_amd64.const b/sys/openbsd/dev_bpf_amd64.const index f97e86a74..310c7b0cc 100644 --- a/sys/openbsd/dev_bpf_amd64.const +++ b/sys/openbsd/dev_bpf_amd64.const @@ -1,5 +1,5 @@ # AUTOGENERATED FILE -# AT_FDCWD is not set +AT_FDCWD = 18446744073709551516 BIOCFLUSH = 536887912 BIOCGBLEN = 1074020966 BIOCGDIRFILT = 1074020988 @@ -25,5 +25,6 @@ BIOCSRSIG = 2147762802 BIOCSRTIMEOUT = 2148549229 BIOCVERSION = 1074020977 IFNAMSIZ = 16 +IFREQ_SIZE = 32 SYS_ioctl = 54 SYS_openat = 321 |
