PERFORCE change 37791 for review
Peter Wemm
peter at FreeBSD.org
Mon Sep 8 11:55:23 PDT 2003
http://perforce.freebsd.org/chv.cgi?CH=37791
Change 37791 by peter at peter_daintree on 2003/09/08 11:54:48
aargh. size_t is in Utypes, not Ctypes.
Affected files ...
.. //depot/projects/ezm3/libs/m3core/src/unix/freebsd-4.amd64/Uucontext.i3#3 edit
Differences ...
==== //depot/projects/ezm3/libs/m3core/src/unix/freebsd-4.amd64/Uucontext.i3#3 (text+ko) ====
@@ -1,7 +1,7 @@
INTERFACE Uucontext;
-FROM Ctypes IMPORT int, long, char_star, unsigned_int, unsigned_char, double, size_t;
-FROM Utypes IMPORT u_long, caddr_t;
+FROM Ctypes IMPORT int, long, char_star, unsigned_int, unsigned_char, double;
+FROM Utypes IMPORT u_long, caddr_t, size_t;
(* ucontext.h *)
More information about the p4-projects
mailing list