1 $NetBSD: patch-ap,v 1.3 2007/04/10 17:58:23 drochner Exp $
3 --- modules/file-method.c.orig 2007-03-13 11:50:03.000000000 +0100
4 +++ modules/file-method.c
5 @@ -134,13 +134,13 @@ GET_PATH_MAX (void)
10 +#if defined(HAVE_OPEN64) && !defined(__APPLE__)
16 -#if defined(HAVE_LSEEK64) && defined(HAVE_OFF64_T)
17 +#if (defined(HAVE_LSEEK64) && defined(HAVE_OFF64_T)) && !defined(__APPLE__)