search for: 59c20cb

Displaying 1 result from an estimated 1 matches for "59c20cb".

Did you mean: 59a202cb
2010 Feb 23
0
[PATCH 1/3] nfsmount.h: Add missing definitions.
...> 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.1 --r5P...