summaryrefslogtreecommitdiffstats
path: root/sys/sys/event.h
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>2005-12-19 19:09:20 +0000
committermillert <millert@openbsd.org>2005-12-19 19:09:20 +0000
commit5e56f63d3a30171e35acd9bb085ea3ac2ee6d3d6 (patch)
treed3ed601b144a73e5e0c4a0df0275dc85e3776339 /sys/sys/event.h
parentuse fatal() if getlogin() fails; (diff)
downloadwireguard-openbsd-5e56f63d3a30171e35acd9bb085ea3ac2ee6d3d6.tar.xz
wireguard-openbsd-5e56f63d3a30171e35acd9bb085ea3ac2ee6d3d6.zip
Change sys/select.h -> sys/selinfo.h in comment.
Diffstat (limited to 'sys/sys/event.h')
-rw-r--r--sys/sys/event.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/event.h b/sys/sys/event.h
index 32416b711fb..8ad142979d9 100644
--- a/sys/sys/event.h
+++ b/sys/sys/event.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: event.h,v 1.9 2004/01/12 04:47:01 tedu Exp $ */
+/* $OpenBSD: event.h,v 1.10 2005/12/19 19:09:20 millert Exp $ */
/*-
* Copyright (c) 1999,2000,2001 Jonathan Lemon <jlemon@FreeBSD.org>
@@ -109,7 +109,7 @@ struct kevent {
/*
* This is currently visible to userland to work around broken
- * programs which pull in <sys/proc.h> or <sys/select.h>.
+ * programs which pull in <sys/proc.h> or <sys/selinfo.h>.
*/
#include <sys/queue.h>
struct knote;