X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2FOS%2Fos.h-SunOS5;h=dfbd8f1afb8b0bb0eec367a9b12cba21a03cb9b5;hb=c5040dfdb523ce2a14efbdfa0d3eb69d3afef65a;hp=113adc05f57504b17eb3c114a8b7f40b1c976c4e;hpb=0311ab059b86ac0b86df9dc35fafb0b21c540a6b;p=user%2Fhenk%2Fcode%2Fexim.git 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 */