PERFORCE change 37792 for review

Peter Wemm peter at FreeBSD.org
Mon Sep 8 11:58:27 PDT 2003


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

Change 37792 by peter at peter_daintree on 2003/09/08 11:58:21

	-Wunused

Affected files ...

.. //depot/projects/ezm3/libs/m3core/src/unix/freebsd-4.amd64/Uucontext.i3#4 edit

Differences ...

==== //depot/projects/ezm3/libs/m3core/src/unix/freebsd-4.amd64/Uucontext.i3#4 (text+ko) ====

@@ -1,7 +1,7 @@
 INTERFACE Uucontext;
 
-FROM Ctypes IMPORT int, long, char_star, unsigned_int, unsigned_char, double;
-FROM Utypes IMPORT u_long, caddr_t, size_t;
+FROM Ctypes IMPORT int, long, char_star, unsigned_int;
+FROM Utypes IMPORT size_t;
 
 (* ucontext.h *)
 


More information about the p4-projects mailing list