mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 18:46:38 -04:00
11 lines
272 B
C++
11 lines
272 B
C++
--- src/libpsl-native/src/getuserfrompid.cpp.orig 2025-02-17 15:44:35 UTC
|
|
+++ src/libpsl-native/src/getuserfrompid.cpp
|
|
@@ -13,8 +13,6 @@
|
|
|
|
#if __APPLE__
|
|
#include <sys/sysctl.h>
|
|
-#elif HAVE_SYSCONF
|
|
-// do nothing
|
|
#elif HAVE_SYS_SYSCTL_H
|
|
#include <sys/sysctl.h>
|
|
#endif
|