From f007bb028b35b63f6f1edc01b83b6e2a2c27131b Mon Sep 17 00:00:00 2001 From: archie Date: Thu, 10 Aug 2000 22:51:26 +0000 Subject: "u_int32_t" should have been "int32_t". --- sys/netgraph/ng_ksocket.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/netgraph/ng_ksocket.h') diff --git a/sys/netgraph/ng_ksocket.h b/sys/netgraph/ng_ksocket.h index 48cb41f..f8b7d91 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() */ }; -- cgit v1.1