diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2019-01-24 14:50:42 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2019-01-24 16:49:39 +0100 |
| commit | 91c9476c39826cc0dd94701540a591f4deba8b16 (patch) | |
| tree | 03d787dcb03b260ea92bf21d35fe73d721a231bf /sys/linux/socket_x25_arm.const | |
| parent | b874f62f15e9dd2cec4008424c4d87a9530e22ae (diff) | |
sys/linux: fix a TODO
We can actually express such size with:
define X25_SUBSCRIP_DEVICE_SIZE 200 - sizeof(long)
Diffstat (limited to 'sys/linux/socket_x25_arm.const')
| -rw-r--r-- | sys/linux/socket_x25_arm.const | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/linux/socket_x25_arm.const b/sys/linux/socket_x25_arm.const index 59c06e1d0..0357a25ab 100644 --- a/sys/linux/socket_x25_arm.const +++ b/sys/linux/socket_x25_arm.const @@ -22,6 +22,7 @@ X25_MAX_CUD_LEN = 128 X25_PS16 = 4 X25_PS4096 = 12 X25_QBITINCL = 1 +X25_SUBSCRIP_DEVICE_SIZE = 196 __NR_accept4 = 366 __NR_bind = 282 __NR_connect = 283 |
