Patch for Wine-20021219 heap allocation on Solaris 8 x86

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Currently cabextract.c fails to compile on Solaris 8 x86 (the compiler
complains about off_t not being defined).

ChangeLog:

Fri Dec 27 16:30:35 EST 2002  John Wehle  (john@feith.com)

	* cabextract.c: Include sys/types.h.

Enjoy!

-- John Wehle
------------------8<------------------------8<------------------------
--- dlls/cabinet/cabextract.c.ORIGINAL	Thu Dec 19 16:16:56 2002
+++ dlls/cabinet/cabextract.c	Fri Dec 27 16:01:20 2002
@@ -29,6 +29,7 @@
 #include "config.h"
 
 #include <stdlib.h>
+#include <sys/types.h>
 
 #include "windef.h"
 #include "winbase.h"
-------------------------------------------------------------------------
|   Feith Systems  |   Voice: 1-215-646-8000  |  Email: john@feith.com  |
|    John Wehle    |     Fax: 1-215-540-5495  |                         |
-------------------------------------------------------------------------



[Index of Archives]     [Gimp for Windows]     [Red Hat]     [Samba]     [Yosemite Camping]     [Graphics Cards]     [Wine Home]

  Powered by Linux