Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/sys Fix typo in pragma in sys/event.h



details:   https://anonhg.NetBSD.org/src/rev/5f82d964857b
branches:  trunk
changeset: 458794:5f82d964857b
user:      kamil <kamil%NetBSD.org@localhost>
date:      Sat Aug 10 23:47:13 2019 +0000

description:
Fix typo in pragma in sys/event.h

Reenable -Wconversion-null.

diffstat:

 sys/sys/event.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 6a205f4f1d32 -r 5f82d964857b sys/sys/event.h
--- a/sys/sys/event.h   Sat Aug 10 23:33:10 2019 +0000
+++ b/sys/sys/event.h   Sat Aug 10 23:47:13 2019 +0000
@@ -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 <jlemon%FreeBSD.org@localhost>
@@ -91,7 +91,7 @@
 _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,



Home | Main Index | Thread Index | Old Index