[PATCH 1/2] Use built-in macro definition

kho237115 at gmx.de kho237115 at gmx.de
Sun Sep 25 20:08:23 UTC 2022


From: kaidoho <kho237115 at gmail.com>

---
 freebsd/sys/sys/_domainset.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/freebsd/sys/sys/_domainset.h b/freebsd/sys/sys/_domainset.h
index 5685d532..443c68fd 100644
--- a/freebsd/sys/sys/_domainset.h
+++ b/freebsd/sys/sys/_domainset.h
@@ -43,7 +43,7 @@
 #define	DOMAINSET_SETSIZE	DOMAINSET_MAXSIZE
 #endif

-BITSET_DEFINE(_domainset, DOMAINSET_SETSIZE);
+__BITSET_DEFINE(_domainset, DOMAINSET_SETSIZE);
 typedef struct _domainset domainset_t;

 /*
--
2.20.1.windows.1



More information about the devel mailing list