PERFORCE change 103344 for review
Robert Watson
rwatson at FreeBSD.org
Sun Aug 6 15:58:50 UTC 2006
http://perforce.freebsd.org/chv.cgi?CH=103344
Change 103344 by rwatson at rwatson_zoo on 2006/08/06 15:57:47
Correct mismerge.
Affected files ...
.. //depot/projects/trustedbsd/mac/sys/kern/kern_exec.c#84 edit
Differences ...
==== //depot/projects/trustedbsd/mac/sys/kern/kern_exec.c#84 (text+ko) ====
@@ -354,8 +354,7 @@
*/
ndp = &nd;
NDINIT(ndp, LOOKUP, ISOPEN | LOCKLEAF | FOLLOW | SAVENAME | MPSAFE |
- SAVESTART,
- AUDITVNODE1, UIO_SYSSPACE, args->fname, td);
+ SAVESTART | AUDITVNODE1, UIO_SYSSPACE, args->fname, td);
interpret:
error = namei(ndp);
More information about the trustedbsd-cvs
mailing list