search for: b8cdb8c

Displaying 1 result from an estimated 1 matches for "b8cdb8c".

2012 Jun 29
0
[klibc:master] include: [sys/types.h] bury __kernel_nlink_t
...a0d83b4460790badc9fdc16 for 3.5-rc1. Fixes compiling against latest linux. Signed-off-by: maximilian 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 l...