Index: src/pkg/runtime/defs_netbsd_arm.h |
=================================================================== |
--- a/src/pkg/runtime/defs_netbsd_arm.h |
+++ b/src/pkg/runtime/defs_netbsd_arm.h |
@@ -91,7 +91,7 @@ |
typedef struct Itimerval Itimerval; |
typedef struct McontextT McontextT; |
typedef struct UcontextT UcontextT; |
-typedef struct Kevent Kevent; |
+typedef struct KeventT KeventT; |
#pragma pack on |
@@ -147,7 +147,7 @@ |
int32 __uc_pad[2]; |
}; |
-struct Kevent { |
+struct KeventT { |
uint32 ident; |
uint32 filter; |
uint32 flags; |