Displaying 3 results from an estimated 3 matches for "mount_v2".
Did you mean:
umount_v2
2009 Aug 11
1
nfs MNT include cleanup
...l?:
usr/kinit/nfsmount/mount.c:179: error: ?MNTPROC_MNT? undeclared (first use in this function)
usr/kinit/nfsmount/mount.c:179: error: (Each undeclared identifier is reported only once
usr/kinit/nfsmount/mount.c:179: error: for each function it appears in.)
usr/kinit/nfsmount/mount.c: In function ?mount_v2?:
usr/kinit/nfsmount/mount.c:211: error: ?MNTPROC_MNT? undeclared (first use in this function)
usr/kinit/nfsmount/mount.c: In function ?umount_v2?:
usr/kinit/nfsmount/mount.c:226: error: ?MNTPROC_UMNT? undeclared (first use in this function)
usr/kinit/nfsmount/mount.c: In function ?mount_v3?:
usr/k...
2010 Feb 23
0
[PATCH 1/3] nfsmount.h: Add missing definitions.
...t.c:179: error: 'MNTPROC_MNT' undeclared (first use in this function)
> usr/kinit/nfsmount/mount.c:179: error: (Each undeclared identifier is reported only once
> usr/kinit/nfsmount/mount.c:179: error: for each function it appears in.)
> usr/kinit/nfsmount/mount.c: In function 'mount_v2':
> usr/kinit/nfsmount/mount.c:211: error: 'MNTPROC_MNT' undeclared (first use in this function)
> usr/kinit/nfsmount/mount.c: In function 'umount_v2':
> usr/kinit/nfsmount/mount.c:226: error: 'MNTPROC_UMNT' undeclared (first use in this function)
> usr/kinit...
2011 Jul 08
4
[PATCH 0/4] usr/kinit checkpatch
Various coding style fixes checkpatch warns about.
The goal is not to be 100% checkpatch compliant,
but to have more consistent coding style.
As this is a trivial patch serie, will land in 24 hours in klibc git,
unless of course ml review hits a bugger.
Checked with size(3) that the generated kinit, fstype, ipconfig and
nfsmount are the same.
maximilian attems (4):
[klibc] ipconfig: reduce