~kris/9p

9hist

ed6ebeb676658276db6e1b7fb9a7442ee1f21abf — David du Colombier 32 years ago e6b64b2
Plan 9 from Bell Labs 1994-06-16
1 files changed, 1 insertions(+), 0 deletions(-)

M port/sysfile.c
M port/sysfile.c => port/sysfile.c +1 -0
@@ 548,6 548,7 @@ bindmount(ulong *arg, int ismount)
			error(Ebadarg);

		bogus.spec = (char*)arg[3];
		nameok(bogus.spec);

		ret = devno('M', 0);
		c0 = (*devtab[ret].attach)((char*)&bogus);