mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-14 21:25:12 +08:00
Update to FreeBSD head 2016-12-10
Git mirror commit 80c55f08a05ab3b26a73b226ccb56adc3122a55c.
This commit is contained in:
@@ -247,7 +247,6 @@ MALLOC_DECLARE(SCTP_M_MCORE);
|
||||
|
||||
/* SCTP_ZONE_INIT: initialize the zone */
|
||||
typedef struct uma_zone *sctp_zone_t;
|
||||
|
||||
#define SCTP_ZONE_INIT(zone, name, size, number) { \
|
||||
zone = uma_zcreate(name, size, NULL, NULL, NULL, NULL, UMA_ALIGN_PTR,\
|
||||
0); \
|
||||
|
Reference in New Issue
Block a user