You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-misc/screen/files/screen-4.5.0-solaris-PATH_M...

13 lines
249 B

On Solaris one needs to include limits.h in order to use PATH_MAX
--- screen-4.5.0/screen.c
+++ screen-4.5.0/screen.c
@@ -44,6 +44,7 @@
#endif
#include <ctype.h>
#include <fcntl.h>
+#include <limits.h>
#ifdef sgi
# include <sys/sysmacros.h>