search for: __kernel_fd_set

Displaying 2 results from an estimated 2 matches for "__kernel_fd_set".

2003 May 17
0
opensshd fd_set definition problem
...#define __FD_SETSIZE 1024 #define __FDSET_LONGS (__FD_SETSIZE/__NFDBITS) typedef struct { unsigned long fds_bits [__FDSET_LONGS]; } __kernel_fd_set; This is a different size than the code in openssh. XFree86's Xpoll.h has a definition for fd_set, but its wrapped with #ifdef BSD. It's just like the one in openssh, but not used under linux. So, what's y...
2012 Jun 29
0
[klibc:master] include: [sys/types.h] bury __kernel_nlink_t
...attems <max at stro.at> --- usr/include/sys/types.h | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/usr/include/sys/types.h b/usr/include/sys/types.h index 229f7d6..b8cdb8c 100644 --- a/usr/include/sys/types.h +++ b/usr/include/sys/types.h @@ -25,7 +25,6 @@ typedef __kernel_fd_set fd_set; typedef uint32_t dev_t; typedef __kernel_ino_t ino_t; typedef __kernel_mode_t mode_t; -typedef __kernel_nlink_t nlink_t; typedef __kernel_loff_t off_t; typedef __kernel_loff_t loff_t; typedef __kernel_pid_t pid_t;