diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2018-02-11 00:39:46 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2018-02-11 00:39:46 +0000 |
commit | 0311ab059b86ac0b86df9dc35fafb0b21c540a6b (patch) | |
tree | 2bccfb07bbcd9d106ce29591c83e25e43a6b6294 /src/OS/os.h-SunOS5 | |
parent | d8710e24c47bf5d7c3dc3a77127d08e4568dc335 (diff) |
Solaris 10 compatability, try two
Diffstat (limited to 'src/OS/os.h-SunOS5')
-rw-r--r-- | src/OS/os.h-SunOS5 | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |