patch-2.4.20 linux-2.4.20/include/asm-mips/posix_types.h

Next file: linux-2.4.20/include/asm-mips/prctl.h
Previous file: linux-2.4.20/include/asm-mips/pmc/ev64120int.h
Back to the patch index
Back to the overall index

diff -urN linux-2.4.19/include/asm-mips/posix_types.h linux-2.4.20/include/asm-mips/posix_types.h
@@ -67,7 +67,7 @@
 
 #undef __FD_ISSET
 static __inline__ int __FD_ISSET(unsigned long __fd, const __kernel_fd_set *__p)
-{ 
+{
 	unsigned long __tmp = __fd / __NFDBITS;
 	unsigned long __rem = __fd % __NFDBITS;
 	return (__p->fds_bits[__tmp] & (1UL<<__rem)) != 0;

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)