Module Name: src
Committed By: kamil
Date: Sat Aug 10 23:47:13 UTC 2019
Modified Files:
src/sys/sys: event.h
Log Message:
Fix typo in pragma in sys/event.h
Reenable -Wconversion-null.
To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 src/sys/sys/event.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/sys/event.h
diff -u src/sys/sys/event.h:1.36 src/sys/sys/event.h:1.37
--- src/sys/sys/event.h:1.36 Sat Aug 10 20:33:01 2019
+++ src/sys/sys/event.h Sat Aug 10 23:47:13 2019
@@ -1,4 +1,4 @@
-/* $NetBSD: event.h,v 1.36 2019/08/10 20:33:01 kamil Exp $ */
+/* $NetBSD: event.h,v 1.37 2019/08/10 23:47:13 kamil Exp $ */
/*-
* Copyright (c) 1999,2000,2001 Jonathan Lemon <[email protected]>
@@ -91,7 +91,7 @@ _EV_SET_INTEGER_TYPE(unsigned int)
_EV_SET_INTEGER_TYPE(unsigned long int)
_EV_SET_INTEGER_TYPE(unsigned long long int)
-#pragma GCC diagnistic pop
+#pragma GCC diagnostic pop
#else
static __inline void
_EV_SET(struct kevent *_kevp, uintptr_t _ident, uint32_t _filter,