[uClibc-cvs] uClibc/libc/sysdeps/linux/v850/bits kernel_stat.h,1.3,1.4

Miles Bader miles at uclibc.org
Mon Jan 27 02:18:30 UTC 2003


Update of /var/cvs/uClibc/libc/sysdeps/linux/v850/bits
In directory winder:/tmp/cvs-serv11869/libc/sysdeps/linux/v850/bits

Modified Files:
	kernel_stat.h 
Log Message:
Add multiple-include protection.


Index: kernel_stat.h
===================================================================
RCS file: /var/cvs/uClibc/libc/sysdeps/linux/v850/bits/kernel_stat.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- kernel_stat.h	24 Jan 2003 11:44:14 -0000	1.3
+++ kernel_stat.h	27 Jan 2003 02:18:26 -0000	1.4
@@ -1,5 +1,8 @@
 /* Stat structure for linux/v850 */
 
+#ifndef _BITS_STAT_STRUCT_H
+#define _BITS_STAT_STRUCT_H
+
 struct kernel_stat
 {
   __kernel_dev_t	st_dev;
@@ -56,3 +59,4 @@
   unsigned long		__unused7; /* high 32 bits of ctime someday */
 };
 
+#endif	/*  _BITS_STAT_STRUCT_H */




More information about the uClibc-cvs mailing list