diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2018-05-17 11:45:51 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2018-05-17 11:45:51 +0200 |
| commit | 256b70f9cfff65292358cf8c0b9d2611db56c326 (patch) | |
| tree | d711361c931141501c4696a5ec32fba31e3e28d5 /sys/linux/vnet.txt | |
| parent | a367c1d7a8cc185b458e66dc9f936b1e5d82eb5e (diff) | |
sys/linux: fix duplicate field in struct
Diffstat (limited to 'sys/linux/vnet.txt')
| -rw-r--r-- | sys/linux/vnet.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/linux/vnet.txt b/sys/linux/vnet.txt index 746cbf75a..9ce41dd2f 100644 --- a/sys/linux/vnet.txt +++ b/sys/linux/vnet.txt @@ -312,7 +312,7 @@ include <net/cipso_ipv4.h> type ipv4_addr_t[LAST] { a0 const[0xac, int8] a1 const[0x14, int8] - a1 const[0x14, int8] + a2 const[0x14, int8] a3 LAST } [packed] |
