s/force_comile_error/force_compile_error/
This commit is contained in:
parent
9c7f0367c1
commit
cec4798ac1
|
@ -1,5 +1,5 @@
|
||||||
/* $KAME: sctputil.h,v 1.15 2005/03/06 16:04:19 itojun Exp $ */
|
/* $KAME: sctputil.h,v 1.15 2005/03/06 16:04:19 itojun Exp $ */
|
||||||
/* $NetBSD: sctputil.h,v 1.3 2020/01/19 20:51:13 riastradh Exp $ */
|
/* $NetBSD: sctputil.h,v 1.4 2024/04/14 18:02:55 andvar Exp $ */
|
||||||
|
|
||||||
#ifndef __SCTPUTIL_H__
|
#ifndef __SCTPUTIL_H__
|
||||||
#define __SCTPUTIL_H__
|
#define __SCTPUTIL_H__
|
||||||
|
@ -85,7 +85,7 @@
|
||||||
pool_init(&(zone), size, 0, 0, 0, name, NULL, IPL_NET);
|
pool_init(&(zone), size, 0, 0, 0, name, NULL, IPL_NET);
|
||||||
#else
|
#else
|
||||||
/* don't know this OS! */
|
/* don't know this OS! */
|
||||||
force_comile_error;
|
force_compile_error;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* SCTP_ZONE_GET: allocate element from the zone */
|
/* SCTP_ZONE_GET: allocate element from the zone */
|
||||||
|
@ -105,7 +105,7 @@
|
||||||
pool_get(&zone, PR_NOWAIT);
|
pool_get(&zone, PR_NOWAIT);
|
||||||
#else
|
#else
|
||||||
/* don't know this OS! */
|
/* don't know this OS! */
|
||||||
force_comile_error;
|
force_compile_error;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* SCTP_ZONE_FREE: free element from the zone */
|
/* SCTP_ZONE_FREE: free element from the zone */
|
||||||
|
@ -125,7 +125,7 @@
|
||||||
pool_put(&zone, element);
|
pool_put(&zone, element);
|
||||||
#else
|
#else
|
||||||
/* don't know this OS! */
|
/* don't know this OS! */
|
||||||
force_comile_error;
|
force_compile_error;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define sctp_get_associd(stcb) ((sctp_assoc_t)stcb->asoc.my_vtag)
|
#define sctp_get_associd(stcb) ((sctp_assoc_t)stcb->asoc.my_vtag)
|
||||||
|
|
Loading…
Reference in New Issue