mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 10:19:26 +00:00
"u_int32_t" should have been "int32_t".
This commit is contained in:
parent
7133ac27ef
commit
cac2a7de76
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=64511
@ -49,8 +49,8 @@
|
||||
|
||||
/* For NGM_KSOCKET_SETOPT and NGM_KSOCKET_GETOPT control messages */
|
||||
struct ng_ksocket_sockopt {
|
||||
u_int32_t level; /* second arg of [gs]etsockopt() */
|
||||
u_int32_t name; /* third arg of [gs]etsockopt() */
|
||||
int32_t level; /* second arg of [gs]etsockopt() */
|
||||
int32_t name; /* third arg of [gs]etsockopt() */
|
||||
u_char value[0]; /* fourth arg of [gs]etsockopt() */
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user