diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-11-03 09:48:01 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-11-03 09:48:01 +0000 |
commit | 562b05c14ce68aeb01518dcdbbdf72e5556a4f1a (patch) | |
tree | c29a05d02e6f222b22d19e6f44d846f9f41e84be /libc/sysdeps/linux/e1 | |
parent | 99dbdba98cdee275366cf81a1f1119d100ff038b (diff) |
Remove warning that apparently is not needed for e1
Diffstat (limited to 'libc/sysdeps/linux/e1')
-rw-r--r-- | libc/sysdeps/linux/e1/bits/kernel_stat.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/e1/bits/kernel_stat.h b/libc/sysdeps/linux/e1/bits/kernel_stat.h index 4bcc0fe3a..bfef64cea 100644 --- a/libc/sysdeps/linux/e1/bits/kernel_stat.h +++ b/libc/sysdeps/linux/e1/bits/kernel_stat.h @@ -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; |