pkgsrc-WIP-discuss archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkgsrc-wip NetBSD 2.0.2/i386 bulk build results 2005-06-16



Simple patch fixes it:

nagios-plugins-1.4/lib# diff -u mountlist.c mountlist.c-fixed

--- mountlist.c 2004-11-11 19:49:51.000000000 -0500
+++ mountlist.c-fixed   2005-06-17 05:10:32.000000000 -0400
@@ -122,6 +122,11 @@
 # include <sys/vfs.h>
 #endif

+# if defined(__NetBSD__) && (__NetBSD_Version__ > 200030000)
+# define statfs                                statvfs
+# define HAVE_F_FSTYPENAME_IN_STATFS   1
+# endif
+
 #ifdef DOLPHIN
 /* So special that it's not worth putting this in autoconf.  */
 # undef MOUNTED_FREAD_FSTYP


Plz commit.
~BAS



-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
pkgsrc-wip-discuss mailing list
pkgsrc-wip-discuss%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-discuss



Home | Main Index | Thread Index | Old Index