search for: cramfs_f

Displaying 4 results from an estimated 4 matches for "cramfs_f".

Did you mean: cramfs_fs
2003 Apr 28
1
[PATCH] Fix the build for utils/fstype.h
...so we must quiet it down. <b diff -Nru a/utils/fstype.c b/utils/fstype.c --- a/utils/fstype.c Mon Apr 28 15:10:56 2003 +++ b/utils/fstype.c Mon Apr 28 15:10:56 2003 @@ -19,7 +19,9 @@ #include <asm/byteorder.h> #include <linux/romfs_fs.h> +#define __KERNEL__ #include <linux/cramfs_fs.h> +#undef __KERNEL__ #include <linux/minix_fs.h> #include <linux/ext2_fs.h> #include "ext3_fs.h"
2010 Apr 25
2
[git pull] small fixes, sh4, getruage() README's
...type.c b/usr/kinit/fstype/fstype.c index 6aa82fc..d57b937 100644 --- a/usr/kinit/fstype/fstype.c +++ b/usr/kinit/fstype/fstype.c @@ -23,20 +23,20 @@ #define cpu_to_be32(x) __cpu_to_be32(x) /* Needed by romfs_fs.h */ -#include "romfs_fs.h" +#include "btrfs.h" #include "cramfs_fs.h" -#include "minix_fs.h" #include "ext2_fs.h" #include "ext3_fs.h" -#include "xfs_sb.h" +#include "gfs2_fs.h" +#include "iso9660_sb.h" #include "luks_fs.h" #include "lvm2_sb.h" -#include "iso9660_sb.h&qu...
2010 Jul 07
0
[git pull v2] x86_32, sh4, getrusage()
...type.c b/usr/kinit/fstype/fstype.c index 6aa82fc..d57b937 100644 --- a/usr/kinit/fstype/fstype.c +++ b/usr/kinit/fstype/fstype.c @@ -23,20 +23,20 @@ #define cpu_to_be32(x) __cpu_to_be32(x) /* Needed by romfs_fs.h */ -#include "romfs_fs.h" +#include "btrfs.h" #include "cramfs_fs.h" -#include "minix_fs.h" #include "ext2_fs.h" #include "ext3_fs.h" -#include "xfs_sb.h" +#include "gfs2_fs.h" +#include "iso9660_sb.h" #include "luks_fs.h" #include "lvm2_sb.h" -#include "iso9660_sb.h&qu...
2006 Jun 28
35
[klibc 00/31] klibc as a historyless patchset (updated and reorganized)
I have updated the klibc patchset based on feedback received. In particular, the patchset has been reorganized so as not to break git-bisect. Additionally, this updates the patch base to 2.6.17-git12 (d38b69689c349f35502b92e20dafb30c62d49d63) and klibc 1.4.8; the main difference on the klibc side is removal of obsolete code. This is also available as a git tree at: