]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-mips/posix_types.h
[CIFS] Fix mem leak on dfs referral
[linux-2.6-omap-h63xx.git] / include / asm-mips / posix_types.h
index c2e8a0070daf71ce2e626759ba8f76ebc0044916..c200102c858614d7f11ce7afd95c4ccaea6eeb03 100644 (file)
@@ -69,7 +69,7 @@ typedef struct {
 #endif
 } __kernel_fsid_t;
 
-#if defined(__KERNEL__) || !defined(__GLIBC__) || (__GLIBC__ < 2)
+#if defined(__KERNEL__)
 
 #undef __FD_SET
 static __inline__ void __FD_SET(unsigned long __fd, __kernel_fd_set *__fdsetp)
@@ -139,6 +139,6 @@ static __inline__ void __FD_ZERO(__kernel_fd_set *__p)
        }
 }
 
-#endif /* defined(__KERNEL__) || !defined(__GLIBC__) || (__GLIBC__ < 2) */
+#endif /* defined(__KERNEL__) */
 
 #endif /* _ASM_POSIX_TYPES_H */