[uClibc-cvs] uClibc/libc/sysdeps/linux/e1/bits kernel_stat.h, 1.1, 1.2

Erik Andersen andersen at uclibc.org
Mon Nov 3 09:48:04 UTC 2003


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

Modified Files:
	kernel_stat.h 
Log Message:
Remove warning that apparently is not needed for e1


Index: kernel_stat.h
===================================================================
RCS file: /var/cvs/uClibc/libc/sysdeps/linux/e1/bits/kernel_stat.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- kernel_stat.h	8 Oct 2003 18:15:46 -0000	1.1
+++ kernel_stat.h	3 Nov 2003 09:48:01 -0000	1.2
@@ -4,7 +4,6 @@
 /* This file provides whatever this particular arch's kernel thinks 
  * struct kernel_stat should look like...  It turns out each arch has a 
  * different opinion on the subject... */
-#warning "Please verify struct kernel_stat for your architecture actually matches struct kernel_stat for x86  If it doesn't, then you will need to add a proper kernel_stat.h for your architecture..."
 
 struct kernel_stat {
 	unsigned short st_dev;




More information about the uClibc-cvs mailing list