~kris/9p

9hist

09e4b97268575d4effe7cb7fa757b90edd9e49f9 — David du Colombier 24 years ago 4e8cf79
Plan 9 from Bell Labs 2001-12-30
1 files changed, 1 insertions(+), 2 deletions(-)

M port/sysfile.c
M port/sysfile.c => port/sysfile.c +1 -2
@@ 711,11 711,10 @@ bindmount(int ismount, int fd, int afd, char* arg0, char* arg1, ulong flag, char
		bogus.authchan = ac;

		validaddr((ulong)spec, 1, 0);
		validname(spec, 1);

		bogus.spec = spec;
		if(waserror())
			error(Ebadspec);
		validname(spec, 1);
		poperror();

		ret = devno('M', 0);