head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.14 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.12 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.10 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q2:1.2.0.8 pkgsrc-2011Q2-base:1.2 pkgsrc-2009Q4:1.2.0.6 pkgsrc-2009Q4-base:1.2 pkgsrc-2008Q4:1.2.0.4 pkgsrc-2008Q4-base:1.2 pkgsrc-2008Q3:1.2.0.2 pkgsrc-2008Q3-base:1.2 cube-native-xorg:1.1.1.1.0.2 cube-native-xorg-base:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.2 date 2008.09.22.23.36.54; author jmcneill; state dead; branches; next 1.1; 1.1 date 2008.09.12.13.18.26; author jmcneill; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2008.09.12.13.18.26; author jmcneill; state Exp; branches; next ; desc @@ 1.2 log @Update to stable release 2.4.1. @ text @$NetBSD: patch-ab,v 1.1 2008/09/12 13:18:26 jmcneill Exp $ --- src/ptlib/unix/osutil.cxx.orig 2008-09-08 15:33:05.000000000 -0400 +++ src/ptlib/unix/osutil.cxx 2008-09-08 15:33:59.000000000 -0400 @@@@ -85,6 +85,11 @@@@ #include #include +#if defined(P_NETBSD) +#include +#define statfs statvfs +#endif + #elif defined(P_HPUX9) #define P_USE_LANGINFO @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD$ @ 1.1.1.1 log @PTLib is a multi-platform C++ class library. Programs based on PTLib can run on both Microsoft Windows and Unix/Linux. The library contains both the "basic" classes (strings, arrays, lists) and the higher-level functionality (networking, multi-threading). @ text @@