]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/net/kpi_protocol.c
xnu-1456.1.26.tar.gz
[apple/xnu.git] / bsd / net / kpi_protocol.c
index 9b63ec84032abc2051c5d2963f8ca28eb7a3a0bb..a48cd249abf001780215f9bd5ebe0998c32b23a8 100644 (file)
@@ -40,8 +40,8 @@
 
 void proto_input_run(void);
 
-typedef int (*attach_t)(struct ifnet *ifp, u_long protocol_family);
-typedef int (*detach_t)(struct ifnet *ifp, u_long protocol_family);
+typedef int (*attach_t)(struct ifnet *ifp, uint32_t protocol_family);
+typedef int (*detach_t)(struct ifnet *ifp, uint32_t protocol_family);
 
 struct proto_input_entry {
        struct proto_input_entry                *next;