Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Sep 2003 11:55:21 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 37791 for review
Message-ID:  <200309081855.h88ItLml088553@repoman.freebsd.org>

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

Change 37791 by peter@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 *)
 



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