2021-08-03 08:11:30 +00:00
|
|
|
diff --git a/src/util/sys_defs.h b/src/util/sys_defs.h
|
2021-08-05 09:18:13 +00:00
|
|
|
index 99bec9b..95c78ec 100644
|
2021-08-03 08:11:30 +00:00
|
|
|
--- a/src/util/sys_defs.h
|
|
|
|
+++ b/src/util/sys_defs.h
|
2021-08-05 09:41:18 +00:00
|
|
|
@@ -802,6 +803,7 @@ extern int initgroups(const char *, int);
|
2021-08-05 09:18:13 +00:00
|
|
|
#define _PATH_PROCNET_IFINET6 "/proc/net/if_inet6"
|
2021-08-03 08:11:30 +00:00
|
|
|
#endif
|
|
|
|
#endif
|
2021-08-05 09:18:13 +00:00
|
|
|
+#define HAS_CLOSEFROM
|
|
|
|
#include <linux/version.h>
|
|
|
|
#if !defined(KERNEL_VERSION)
|
|
|
|
#define KERNEL_VERSION(a,b,c) (LINUX_VERSION_CODE + 1)
|