diff options
Diffstat (limited to 'usr/src/lib/libresolv2/common/isc/eventlib_p.h')
-rw-r--r-- | usr/src/lib/libresolv2/common/isc/eventlib_p.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/lib/libresolv2/common/isc/eventlib_p.h b/usr/src/lib/libresolv2/common/isc/eventlib_p.h index 28aa9fb25d..32b47c1c9c 100644 --- a/usr/src/lib/libresolv2/common/isc/eventlib_p.h +++ b/usr/src/lib/libresolv2/common/isc/eventlib_p.h @@ -1,5 +1,5 @@ /* - * Copyright 2003 Sun Microsystems, Inc. All rights reserved. + * Copyright 2005 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -189,7 +189,7 @@ typedef struct { ctx->field.result = lastnext; /* Any value other than EV_* values from <isc/eventlib.h> will do */ -#define EV_WASNONBLOCKING 4000000001 +#define EV_WASNONBLOCKING 4000000001U extern short *__fd_eventfield(int fd, __evEmulMask *maskp); extern short __poll_event(__evEmulMask *maskp); |