X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/0311ab059b86ac0b86df9dc35fafb0b21c540a6b..1a7c9a486d397cd58814616923af501282c43a26:/src/OS/os.h-SunOS5 diff --git a/src/OS/os.h-SunOS5 b/src/OS/os.h-SunOS5 index 113adc05f..dfbd8f1af 100644 --- a/src/OS/os.h-SunOS5 +++ b/src/OS/os.h-SunOS5 @@ -48,6 +48,4 @@ a buffer */ # define MAX(a,b) (((a)>(b))?(a):(b)) #endif -extern char * strndup(const char *, unsigned long); - /* End */