Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Feb 2006 14:00:47 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 91570 for review
Message-ID:  <200602111400.k1BE0lMh049536@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=91570

Change 91570 by rwatson@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602111400.k1BE0lMh049536>