From 0311ab059b86ac0b86df9dc35fafb0b21c540a6b Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Sun, 11 Feb 2018 00:39:46 +0000 Subject: Solaris 10 compatability, try two --- src/OS/os.h-SunOS5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/OS/os.h-SunOS5') diff --git a/src/OS/os.h-SunOS5 b/src/OS/os.h-SunOS5 index f51b009ef..113adc05f 100644 --- a/src/OS/os.h-SunOS5 +++ b/src/OS/os.h-SunOS5 @@ -48,6 +48,6 @@ a buffer */ # define MAX(a,b) (((a)>(b))?(a):(b)) #endif -extern char * strndup(const char *, size_t); +extern char * strndup(const char *, unsigned long); /* End */ -- cgit v1.2.3