fix typo for POLL_HUP. Noted by yamt.

This commit is contained in:
christos 2009-01-13 15:38:34 +00:00
parent d5c47e0e14
commit 694941e9c5
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: siginfo.h,v 1.17 2008/04/28 20:24:11 martin Exp $ */
/* $NetBSD: siginfo.h,v 1.18 2009/01/13 15:38:34 christos Exp $ */
/*-
* Copyright (c) 2002 The NetBSD Foundation, Inc.
@ -220,7 +220,7 @@ typedef union siginfo {
#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 */