PERFORCE change 37796 for review

Peter Wemm peter at FreeBSD.org
Mon Sep 8 12:06:39 PDT 2003


http://perforce.freebsd.org/chv.cgi?CH=37796

Change 37796 by peter at peter_daintree on 2003/09/08 12:06:01

	Lets try importing Uucontext before using it

Affected files ...

.. //depot/projects/ezm3/libs/m3core/src/runtime/FBSD_AMD64/RTThread.m3#6 edit

Differences ...

==== //depot/projects/ezm3/libs/m3core/src/runtime/FBSD_AMD64/RTThread.m3#6 (text+ko) ====

@@ -9,7 +9,7 @@
 
 UNSAFE MODULE RTThread;
 
-IMPORT Usignal, Unix, Umman, RTMisc;
+IMPORT Usignal, Unix, Umman, RTMisc, Uucontext;
 
 PROCEDURE SP (READONLY s: State): ADDRESS =
   BEGIN


More information about the p4-projects mailing list