Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 May 2000 15:03:36 +0200 (MET DST)
From:      Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
To:        Alexandre Julliard <julliard@lrc.epfl.ch>
Cc:        freebsd-emulation@freebsd.org
Subject:   PATCH: wine/relay32/cvs/builtin32.c
Message-ID:  <Pine.GSO.4.21.0005131500220.9573-100000@nunki.dbai.tuwien.ac.at>

next in thread | raw e-mail | index | archive | help
wine/relay32/cvs/builtin32.c revision 1.49 introduced a portability
problem, here is a fix (verified on FreeBSD 3.4):

ChangeLog:

  #include <sys/types.h> before <sys/mman.h>.

Index: builtin32.c
===================================================================
RCS file: /home/wine/wine/relay32/builtin32.c,v
retrieving revision 1.49
diff -c -3 -p -r1.49 builtin32.c
*** builtin32.c	2000/05/10 03:48:01	1.49
--- builtin32.c	2000/05/13 13:02:04
***************
*** 14,19 ****
--- 14,20 ----
  #include <dlfcn.h>
  #endif
  #ifdef HAVE_SYS_MMAN_H
+ #include <sys/types.h>
  #include <sys/mman.h>
  #endif
  
Gerald
-- 
Gerald "Jerry" pfeifer@dbai.tuwien.ac.at http://www.dbai.tuwien.ac.at/~pfeifer/




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-emulation" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.GSO.4.21.0005131500220.9573-100000>