Call the new argument "fdidx" that is more precise than "fd".

This commit is contained in:
Poul-Henning Kamp 2003-07-27 17:03:20 +00:00
parent 3296cb154d
commit 1b6c609507

View File

@ -135,7 +135,7 @@ vop_open {
IN int mode;
IN struct ucred *cred;
IN struct thread *td;
IN int fd;
IN int fdidx;
};
#