Solaris 10 compatability, try two
[exim.git] / src / OS / os.c-SunOS5
index 69305e2cc72459296fabe22bffd924901b55f47f..8ad8c9380c360c4fccf9cff8355e9e0495da8763 100644 (file)
@@ -17,7 +17,7 @@ src/os.c file. */
 A feature-test would be good. */
 
 char *
-strndup(const char * s, size_t n)
+strndup(const char * s, unsigned long n)
 {
 char * dest;
 if (!(dest = malloc(n))) return NULL;