diff options
author | Adam Jackson <ajax@redhat.com> | 2008-07-23 13:43:09 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2008-07-23 13:43:09 -0400 |
commit | 0d785bd635d135fcd67b4c9c88f5c8217e9b9240 (patch) | |
tree | cba029e92d1967358eff0cf238bf5d722a43af99 /os/osdep.h | |
parent | 5035741fd4cb4918957064a8c9ded9c7c31b4e22 (diff) |
Unifdef hpux.
Diffstat (limited to 'os/osdep.h')
-rw-r--r-- | os/osdep.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/osdep.h b/os/osdep.h index af1d5a9b4..e719f9a70 100644 --- a/os/osdep.h +++ b/os/osdep.h @@ -102,7 +102,7 @@ SOFTWARE. #define MAXSELECT (sizeof(fd_set) * NBBY) #ifndef HAS_GETDTABLESIZE -#if !defined(hpux) && !defined(SVR4) && !defined(SYSV) +#if !defined(SVR4) && !defined(SYSV) #define HAS_GETDTABLESIZE #endif #endif |