diff options
| author | Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> | 2000-12-28 15:10:47 +0000 |
|---|---|---|
| committer | Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> | 2000-12-28 15:10:47 +0000 |
| commit | 5b25e6d2a6e7bc744d9c0a748368e957c245990f (patch) | |
| tree | 9ed859381286b55bdd5060e8f6f827e73e0f6561 | |
| parent | beac615b55b0a1d25f55694184c7e9e8b83ed470 (diff) | |
Notes
| -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]; }; /* |
