head 1.3; access; symbols pkgsrc-2013Q2:1.3.0.34 pkgsrc-2013Q2-base:1.3 pkgsrc-2012Q4:1.3.0.32 pkgsrc-2012Q4-base:1.3 pkgsrc-2011Q4:1.3.0.30 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q2:1.3.0.28 pkgsrc-2011Q2-base:1.3 pkgsrc-2009Q4:1.3.0.26 pkgsrc-2009Q4-base:1.3 pkgsrc-2008Q4:1.3.0.24 pkgsrc-2008Q4-base:1.3 pkgsrc-2008Q3:1.3.0.22 pkgsrc-2008Q3-base:1.3 cube-native-xorg:1.3.0.20 cube-native-xorg-base:1.3 pkgsrc-2008Q2:1.3.0.18 pkgsrc-2008Q2-base:1.3 pkgsrc-2008Q1:1.3.0.16 pkgsrc-2008Q1-base:1.3 pkgsrc-2007Q4:1.3.0.14 pkgsrc-2007Q4-base:1.3 pkgsrc-2007Q3:1.3.0.12 pkgsrc-2007Q3-base:1.3 pkgsrc-2007Q2:1.3.0.10 pkgsrc-2007Q2-base:1.3 pkgsrc-2007Q1:1.3.0.8 pkgsrc-2007Q1-base:1.3 pkgsrc-2006Q4:1.3.0.6 pkgsrc-2006Q4-base:1.3 pkgsrc-2006Q3:1.3.0.4 pkgsrc-2006Q3-base:1.3 pkgsrc-2006Q2:1.3.0.2 pkgsrc-2006Q2-base:1.3 pkgsrc-2006Q1:1.2.0.6 pkgsrc-2006Q1-base:1.2 pkgsrc-2005Q4:1.2.0.4 pkgsrc-2005Q4-base:1.2 pkgsrc-2005Q3:1.2.0.2 pkgsrc-2005Q3-base:1.2 pkgsrc-2005Q2:1.1.1.1.0.4 pkgsrc-2005Q2-base:1.1.1.1 pkgsrc-2005Q1:1.1.1.1.0.2 pkgsrc-2005Q1-base:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.3 date 2006.04.10.15.06.13; author joerg; state dead; branches; next 1.2; 1.2 date 2005.09.06.08.10.57; author abs; state Exp; branches; next 1.1; 1.1 date 2005.02.09.05.44.18; author xtraeme; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2005.02.09.05.44.18; author xtraeme; state Exp; branches; next ; desc @@ 1.3 log @Sync in libinstaller-5.1 from pkgsrc-wip. @ text @$NetBSD: patch-aa,v 1.2 2005/09/06 08:10:57 abs Exp $ --- mount.c.orig 2005-02-09 04:51:24.000000000 +0100 +++ mount.c 2005-02-09 04:52:38.000000000 +0100 @@@@ -52,11 +52,18 @@@@ #include "commands.h" #include "functions.h" +#if (__NetBSD_Version__ >= 299000900) +#define STATFS statvfs +#else +#define STATFS statfs +#endif + + void unmount_all_under_r(struct i_fn_args *a, struct commands *cmds, - char *mtpt, struct statfs *mt_array, int count) + char *mtpt, struct STATFS *mt_array, int count) { - struct statfs *mt_ptr; + struct STATFS *mt_ptr; int k = count; int unmount_me = 0; @@@@ -85,7 +92,7 @@@@ void unmount_all_under(struct i_fn_args *a, struct commands *cmds, char *fmt, ...) { - struct statfs *mt_array; + struct STATFS *mt_array; int count; char *mtpt; va_list args; @ 1.2 log @Fix NetBSD statvfs check to be >= 299000900 not >= 200040000 No pkgrevision bumps needed. @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.1.1.1 2005/02/09 05:44:18 xtraeme Exp $ @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD$ d9 1 a9 1 +#if (__NetBSD_Version__ >= 200040000) @ 1.1.1.1 log @Initial import of libinstaller-4.0. libinstaller is a library of support functions for the BSD Installer application, dfuibe_installer. @ text @@