# HG changeset patch # User Sebastien Decugis # Date 1350832522 -7200 # Node ID 12e7fcbc1b216c4af0143500af05514cbd5a80ac # Parent d7f940afd93326a6c0acc426f199121bc5c22e8c Fix previous commit diff -r d7f940afd933 -r 12e7fcbc1b21 include/freeDiameter/libfdproto.h --- a/include/freeDiameter/libfdproto.h Sun Oct 21 17:12:13 2012 +0200 +++ b/include/freeDiameter/libfdproto.h Sun Oct 21 17:15:22 2012 +0200 @@ -612,7 +612,7 @@ #endif /* HAVE_CLOCK_GETTIME */ #ifndef HAVE_STRNDUP -char * strndup (char const *s, size_t n); +char * strndup (char *str, size_t len); #endif /* HAVE_STRNDUP */