Module: wine Branch: master Commit: 3c3a879a86a9cb2fcf5d02a26851b9200f502e8c URL: http://source.winehq.org/git/wine.git/?a=commit;h=3c3a879a86a9cb2fcf5d02a268...
Author: John Klehm xixsimplicityxix@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