Module Name: src
Committed By: snj
Date: Wed Apr 1 22:30:55 UTC 2009
Modified Files:
src/sys/sys [netbsd-5]: siginfo.h
Log Message:
Pull up following revision(s) (requested by rmind in ticket #631):
sys/sys/siginfo.h: revision 1.18
fix typo for POLL_HUP. Noted by yamt.
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.17.10.1 src/sys/sys/siginfo.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/siginfo.h
diff -u src/sys/sys/siginfo.h:1.17 src/sys/sys/siginfo.h:1.17.10.1
--- src/sys/sys/siginfo.h:1.17 Mon Apr 28 20:24:11 2008
+++ src/sys/sys/siginfo.h Wed Apr 1 22:30:55 2009
@@ -1,4 +1,4 @@
-/* $NetBSD: siginfo.h,v 1.17 2008/04/28 20:24:11 martin Exp $ */
+/* $NetBSD: siginfo.h,v 1.17.10.1 2009/04/01 22:30:55 snj Exp $ */
/*-
* Copyright (c) 2002 The NetBSD Foundation, Inc.
@@ -220,7 +220,7 @@
#define POLL_MSG 3 /* Input message available */
#define POLL_ERR 4 /* I/O Error */
#define POLL_PRI 5 /* High priority input available */
-#define POLL_HUP 4 /* Device disconnected */
+#define POLL_HUP 6 /* Device disconnected */
/** si_code */