summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2002-06-29 19:14:52 +0000
committerbde <bde@FreeBSD.org>2002-06-29 19:14:52 +0000
commit045420327ad0e4d750ed35c645398a6e85d653bb (patch)
tree28473e8167acfe909db0b4f4f8d984aa63973504
parent8368fc422d3830634915c3d760fe4fa0100a6c86 (diff)
downloadFreeBSD-src-045420327ad0e4d750ed35c645398a6e85d653bb.zip
FreeBSD-src-045420327ad0e4d750ed35c645398a6e85d653bb.tar.gz
Updated a comment. Namspace pollution in <sys/select.h> is now moot since
it was moved to <sys/selinfo.h>. Fixed indentation of $FreeBSD$.
-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 aac57d6..b4ca6b6 100644
--- a/sys/sys/event.h
+++ b/sys/sys/event.h
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD$
*/
#ifndef _SYS_EVENT_H_
@@ -114,7 +114,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>.
*/
#include <sys/queue.h>
struct knote;
OpenPOWER on IntegriCloud