PERFORCE change 91570 for review
Robert Watson
rwatson at FreeBSD.org
Sat Feb 11 14:00:47 GMT 2006
http://perforce.freebsd.org/chv.cgi?CH=91570
Change 91570 by rwatson at rwatson_zoo on 2006/02/11 14:00:10
Correct integration merge mistake.
Affected files ...
.. //depot/projects/trustedbsd/mac/sys/i386/i386/trap.c#44 edit
Differences ...
==== //depot/projects/trustedbsd/mac/sys/i386/i386/trap.c#44 (text+ko) ====
@@ -1019,7 +1019,7 @@
error = mac_thread_syscall_enter(td, args, code);
if (error == 0)
#endif
- error = (*callp->sy_call)(td, argp);
+ error = (*callp->sy_call)(td, args);
#ifdef MAC
mac_thread_syscall_exit(td, args, code, error);
#endif
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message
More information about the trustedbsd-cvs
mailing list