X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/d8710e24c47bf5d7c3dc3a77127d08e4568dc335..a3d83c9e8d57ba51cd246435b14604f995551802:/src/OS/os.h-SunOS5 diff --git a/src/OS/os.h-SunOS5 b/src/OS/os.h-SunOS5 index f51b009ef..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 *, size_t); - /* End */