summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2005-12-19 19:09:21 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2005-12-19 19:09:21 +0000
commit214c745619a9985f5b2955b7ad537c0afd719f88 (patch)
tree523490558d3f77c05e7c04f6d32ce99423fc6235
parent81381008f3cea8f62f05f177afda20af2309e6bc (diff)
Change sys/select.h -> sys/selinfo.h in comment.
-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;