From 4aa8bc19c7293f9740e2c826e53fb6ce1a36c834 Mon Sep 17 00:00:00 2001 From: Iku Iwasa Date: Sun, 16 Sep 2012 16:36:25 +0900 Subject: Adapt to NetBSD's struct kevent --- libraries/base/include/EventConfig.h.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'libraries/base/include') diff --git a/libraries/base/include/EventConfig.h.in b/libraries/base/include/EventConfig.h.in index 032ceb12bc..061b6aced3 100644 --- a/libraries/base/include/EventConfig.h.in +++ b/libraries/base/include/EventConfig.h.in @@ -83,3 +83,9 @@ /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS + +/* The size of `kev.filter', as computed by sizeof. */ +#undef SIZEOF_KEV_FILTER + +/* The size of `kev.flags', as computed by sizeof. */ +#undef SIZEOF_KEV_FLAGS -- cgit v1.2.1