John Klehm : include: Allow port.h to build on gcc4.

Alexandre Julliard julliard at wine.codeweavers.com
Fri Jun 15 07:23:04 CDT 2007


Module: wine
Branch: master
Commit: 3c3a879a86a9cb2fcf5d02a26851b9200f502e8c
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=3c3a879a86a9cb2fcf5d02a26851b9200f502e8c

Author: John Klehm <xixsimplicityxix at gmail.com>
Date:   Thu Jun 14 13:32:39 2007 -0500

include: Allow port.h to build on gcc4.

---

 include/wine/port.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/wine/port.h b/include/wine/port.h
index 6ab0627..b8009cc 100644
--- a/include/wine/port.h
+++ b/include/wine/port.h
@@ -276,7 +276,7 @@ int ffs( int x );
 
 #ifndef HAVE_FUTIMES
 struct timeval;
-int futimes(int fd, const struct timeval tv[2]);
+int futimes(int fd, const struct timeval *tv);
 #endif
 
 #ifndef HAVE_GETPAGESIZE




More information about the wine-cvs mailing list