search for: 6d958bc

Displaying 2 results from an estimated 2 matches for "6d958bc".

Did you mean: 69d58be
2010 Feb 23
0
[PATCH 1/3] nfsmount.h: Add missing definitions.
...function) > make[4]: *** [usr/kinit/nfsmount/mount.o] Error 1 Signed-off-by: maximilian attems <max at stro.at> --- usr/kinit/nfsmount/nfsmount.h | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/usr/kinit/nfsmount/nfsmount.h b/usr/kinit/nfsmount/nfsmount.h index 6d958bc..59c20cb 100644 --- a/usr/kinit/nfsmount/nfsmount.h +++ b/usr/kinit/nfsmount/nfsmount.h @@ -3,6 +3,9 @@ #include <linux/nfs_mount.h> +#define MNTPROC_MNT 1 +#define MNTPROC_UMNT 3 + extern int nfs_port; extern int nfsmount_main(int argc, char *argv[]); -- 1.6.6....
2010 Mar 02
17
[PATCH 00/16] External building, update for 2.6.33 and multiple root devices.
The following patchset implements 3 seperate series of changes. External Building ================= Patches 1 through 8 enable to use of klibc's build system while leaving the src tree pristine (and potentially read only). Specifically: - srctree=<Sources for klibc> - objtree=<Ouput directory for klibc> - KLIBCKERNELSRC=<Kernel sources> - KLIBCKERNELOBJ=<Kernel