patch-2.4.23 linux-2.4.23/include/asm-x86_64/ia32.h

Next file: linux-2.4.23/include/asm-x86_64/io_apic.h
Previous file: linux-2.4.23/include/asm-x86_64/hardirq.h
Back to the patch index
Back to the overall index

diff -urN linux-2.4.22/include/asm-x86_64/ia32.h linux-2.4.23/include/asm-x86_64/ia32.h
@@ -234,6 +234,11 @@
 	int iov_len; 
 };
 
+struct timespec32 {
+	int 	tv_sec;
+	int	tv_nsec;
+};
+
 #endif /* !CONFIG_IA32_SUPPORT */
  
 #endif 

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