John Klehm : include: Allow port.h to build on gcc4.
15 Jun
2007
15 Jun
'07
1:23 p.m.
Module: wine Branch: master Commit: 3c3a879a86a9cb2fcf5d02a26851b9200f502e8c URL: http://source.winehq.org/git/wine.git/?a=commit;h=3c3a879a86a9cb2fcf5d02a268... Author: John Klehm <xixsimplicityxix(a)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
6852
Age (days ago)
6852
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard