Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Feb 2000 13:43:46 +0100 (MET)
From:      Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
To:        Alexandre Julliard <julliard@lrc.epfl.ch>
Cc:        freebsd-emulation@freebsd.org
Subject:   Wine PATCH: server/context_i386.c on FreeBSD
Message-ID:  <Pine.GSO.4.21.0002031335320.9547-100000@nunki.dbai.tuwien.ac.at>

next in thread | raw e-mail | index | archive | help
Please consider the following patch, which is needed to avoid (some
of the) build failures on FreeBSD 3.3.

Gerald

Index: context_i386.c
===================================================================
RCS file: /home/wine/wine/server/context_i386.c,v
retrieving revision 1.5
diff -c -3 -p -r1.5 context_i386.c
*** context_i386.c	2000/01/30 22:22:23	1.5
--- context_i386.c	2000/02/03 13:27:10
***************
*** 13,21 ****
  #ifdef HAVE_SYS_REG_H
  #include <sys/reg.h>
  #endif
  #include <sys/ptrace.h>
  #include <sys/user.h>
- #include <unistd.h>
  
  #include "winbase.h"
  
--- 13,22 ----
  #ifdef HAVE_SYS_REG_H
  #include <sys/reg.h>
  #endif
+ #include <unistd.h>
  #include <sys/ptrace.h>
+ #include <sys/param.h>
  #include <sys/user.h>
  
  #include "winbase.h"
  
  
  



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.0002031335320.9547-100000>