diff options
| author | Archie Cobbs <archie@FreeBSD.org> | 2000-08-10 22:51:26 +0000 |
|---|---|---|
| committer | Archie Cobbs <archie@FreeBSD.org> | 2000-08-10 22:51:26 +0000 |
| commit | cac2a7de760da6fa4b28d021d7251887f37e9a3b (patch) | |
| tree | c8fb1c8a3be15feff71c0db561e6ce4da6b4ec4e /sys/netgraph | |
| parent | 7133ac27ef3a4c922a65fad970deb59990b7dd08 (diff) | |
Notes
Diffstat (limited to 'sys/netgraph')
| -rw-r--r-- | sys/netgraph/ng_ksocket.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netgraph/ng_ksocket.h b/sys/netgraph/ng_ksocket.h index 48cb41fa347b2..f8b7d91b34f4b 100644 --- a/sys/netgraph/ng_ksocket.h +++ b/sys/netgraph/ng_ksocket.h @@ -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() */ }; |
