Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Nov 1998 15:51:57 +1100 (EST)
From:      Nicholas Charles Brawn <ncb05@uow.edu.au>
To:        freebsd-hackers@FreeBSD.ORG
Subject:   NDINIT probs
Message-ID:  <Pine.SOL.4.02A.9811051546520.3419-100000@banshee.cs.uow.edu.au>

next in thread | raw e-mail | index | archive | help
In execve() i'm attempting an operation similar to the following:
	
	struct nameidata *ndp;
	NDINIT(ndp, LOOKUP, NOCACHE, UIO_USERSPACE, p->p_comm, p->p_pptr);
	error = namei(ndp)
	...

I keep getting an error each time i call namei(). Anyone able to hazard
a guess (or know) what I'm doing wrong?

Cheers,
Nick

--
Email: ncb05@uow.edu.au - http://rabble.uow.edu.au/~nick
Key fingerprint =  DE 30 33 D3 16 91 C8 8D  A7 F8 70 03 B7 77 1A 2A



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.SOL.4.02A.9811051546520.3419-100000>