diff options
| -rw-r--r-- | sys/sys/socket.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/sys/socket.h b/sys/sys/socket.h index 74154aef6f9a..48f01c02f4af 100644 --- a/sys/sys/socket.h +++ b/sys/sys/socket.h @@ -93,9 +93,9 @@ struct linger { int l_linger; /* linger time */ }; -struct accept_filter_arg { - char af_name[16]; - char af_arg[256-16]; +struct accept_filter_arg { + char af_name[16]; + char af_arg[256-16]; }; /* |
