* src/system.h: No longer using strndup.
authorAkim Demaille <akim@epita.fr>
Mon, 8 Apr 2002 11:45:16 +0000 (11:45 +0000)
committerAkim Demaille <akim@epita.fr>
Mon, 8 Apr 2002 11:45:16 +0000 (11:45 +0000)
ChangeLog
src/system.h

index e4d2b6b..efb7195 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-04-08  Akim Demaille  <akim@epita.fr>
+
+       * src/system.h: No longer using strndup.
+
+       
 2002-04-07  Akim Demaille  <akim@epita.fr>
 
        * src/muscle_tab.h (MUSCLE_INSERT_LONG_INT): New.
index 0c5833e..1887d9e 100644 (file)
@@ -106,10 +106,6 @@ char *stpcpy PARAMS ((char *dest, const char *src));
 char *strchr(const char *s, int c);
 #endif
 
-#if !HAVE_DECL_STRNDUP
-char *strndup PARAMS ((const char *s, size_t size));
-#endif
-
 #if !HAVE_DECL_STRSPN
 size_t strspn(const char *s, const char *accept);
 #endif