From cec4798ac1d9c38caff5ed602ea510d88093fdbb Mon Sep 17 00:00:00 2001 From: andvar Date: Sun, 14 Apr 2024 18:02:55 +0000 Subject: [PATCH] s/force_comile_error/force_compile_error/ --- sys/netinet/sctputil.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sys/netinet/sctputil.h b/sys/netinet/sctputil.h index afb465d4a317..8657ed37e96f 100644 --- a/sys/netinet/sctputil.h +++ b/sys/netinet/sctputil.h @@ -1,5 +1,5 @@ /* $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__ #define __SCTPUTIL_H__ @@ -85,7 +85,7 @@ pool_init(&(zone), size, 0, 0, 0, name, NULL, IPL_NET); #else /* don't know this OS! */ - force_comile_error; + force_compile_error; #endif /* SCTP_ZONE_GET: allocate element from the zone */ @@ -105,7 +105,7 @@ pool_get(&zone, PR_NOWAIT); #else /* don't know this OS! */ - force_comile_error; + force_compile_error; #endif /* SCTP_ZONE_FREE: free element from the zone */ @@ -125,7 +125,7 @@ pool_put(&zone, element); #else /* don't know this OS! */ - force_comile_error; + force_compile_error; #endif #define sctp_get_associd(stcb) ((sctp_assoc_t)stcb->asoc.my_vtag)