Files
ports/graphics/openusd/files/patch-pxr_base_arch_daemon.cpp
T
Martin Filla 47a07f93d2 misc/usd: Move to graphics/openusd
Rename to match upstream naming and moved to a more appropriate category

PR:		292497
Approved by:	yuri (maintainer, timeout 1 month)
2026-02-15 17:12:22 +03:00

12 lines
436 B
C++

--- pxr/base/arch/daemon.cpp.orig 2025-10-24 16:21:56 UTC
+++ pxr/base/arch/daemon.cpp
@@ -28,7 +28,7 @@ ArchCloseAllFiles(int nExcept, const int* exceptFds)
int
ArchCloseAllFiles(int nExcept, const int* exceptFds)
{
-#if defined(ARCH_OS_LINUX) || defined(ARCH_OS_DARWIN)
+#if defined(ARCH_OS_LINUX) || defined(ARCH_OS_FREEBSD) || defined(ARCH_OS_DARWIN)
int status, retStatus, retErrno;
int i, j, maxfd, maxExcept = -1;