Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Nov 2000 10:00:03 +0100 (CET)
From:      Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
To:        Alexandre Julliard <julliard@lrc.epfl.ch>
Cc:        FUJISHIMA Satsuki <k5@cheerful.com>, <ports@freebsd.org>
Subject:   Re: Wine port under 3-STABLE
Message-ID:  <Pine.BSF.4.30.0011040955390.59696-100000@deneb.dbai.tuwien.ac.at>
In-Reply-To: <86pukch9b1.wl@cheerful.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Yes, that's exactly the patch that I had prepared! :-)

Alexandre, can you please install that?

ChangeLog:
  Add missing #include <sys/types.h>

Gerald

On Sat, 4 Nov 2000, FUJISHIMA Satsuki wrote:
> I've just tried on my 3.5-STABLE box and it still broken.
>
> To fix it:
> --- msdos/dosmem.c.orig	Sun Oct 15 09:37:51 2000
> +++ msdos/dosmem.c	Sat Nov  4 07:57:36 2000
> @@ -11,6 +11,7 @@
>  #include <stdlib.h>
>  #include <string.h>
>  #ifdef HAVE_SYS_MMAN_H
> +# include <sys/types.h>
>  # include <sys/mman.h>
>  #endif



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




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