Update of /cvsroot/mingw/utils
In directory sfp-cvsdas-4.v30.ch3.sourceforge.com:/tmp/cvs-serv16553
Modified Files:
ChangeLog
Log Message:
Portability fix for the reimp tool of mingw-utils
Index: ChangeLog
===================================================================
RCS file: /cvsroot/mingw/utils/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** ChangeLog 15 Sep 2009 04:21:07 -0000 1.16
--- ChangeLog 30 Nov 2010 06:41:15 -0000 1.17
***************
*** 1,2 ****
--- 1,13 ----
+ 2010-11-30 Volker Grabsch <vog@...>
+
+ Portability fix for the reimp tool of mingw-utils
+ * reimp/reimp.c (do_import, read_link_member, extract_member):
+ Use standard [u]intNN_t types throughout.
+ * reimp/reimp.h: Include stdint.h. Don't define custom [u]intNN
+ types. Use standard [u]intNN_t types throughout. Correct signature
+ for spawnvp on non-win32.
+ * reimp/util.c: Include unistd.h. Use standard [u]intNN_t types
+ throughout. Correct signature for spawnvp.
+
2009-09-15 Charles Wilson <cwilso11@...>
|