patch-1.3.22 linux/include/asm-i386/types.h

Next file: linux/include/asm-mips/page.h
Previous file: linux/include/asm-i386/page.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v1.3.21/linux/include/asm-i386/types.h linux/include/asm-i386/types.h
@@ -97,7 +97,7 @@
 #define __FD_ZERO(fdsetp) \
 		__asm__ __volatile__("cld ; rep ; stosl" \
 			:"=m" (*(fd_set *) (fdsetp)) \
-			:"a" (0), "c" (__FDSET_LONGS), \
+			:"a" (0), "c" (__FDSET_INTS), \
 			"D" ((fd_set *) (fdsetp)) :"cx","di")
 
 #endif

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov with Sam's (original) version
of this