head 1.1; access; symbols; locks; strict; comment @// @; 1.1 date 2026.07.24.12.15.52; author adam; state Exp; branches; next ; commitid ajeEDfEvck0P2UOG; desc @@ 1.1 log @poco: updated to 1.15.3 1.15.3 Bug fixes, expat CVE updates in bundled deps, MongoDB 6.0/7.0/8.0 compatibility, PostgreSQL URI connection strings, and a corrected %c date/time format specifier (breaking). @ text @$NetBSD$ Support NetBSD. --- Foundation/src/File_UNIX.cpp.orig 2026-07-24 10:06:50.947683933 +0000 +++ Foundation/src/File_UNIX.cpp @@@@ -38,7 +38,7 @@@@ #include #include -#if (POCO_OS == POCO_OS_SOLARIS) || (POCO_OS == POCO_OS_QNX) +#if (POCO_OS == POCO_OS_SOLARIS) || (POCO_OS == POCO_OS_QNX) || (POCO_OS == POCO_OS_NET_BSD) #define STATFSFN ::statvfs #define STATFSSTRUCT statvfs #else @