1 2 3 4 5 6 7 8 9 10 11 12
--- src/rootcheck/os_string.c.orig 2023-05-24 19:23:05 UTC +++ src/rootcheck/os_string.c @@ -42,6 +42,9 @@ #include <locale.h> #include <unistd.h> #include <netinet/in.h> +#ifdef __FreeBSD__ +#define __LDPGSZ 4096 +#endif #ifdef SOLARIS #include <sys/exechdr.h>