OSSP CVS Repository

ossp - Difference in ossp-pkg/lmtp2nntp/argz.c versions 1.1 and 1.2
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [History

ossp-pkg/lmtp2nntp/argz.c 1.1 -> 1.2

--- argz.c       2001/07/25 15:02:57     1.1
+++ argz.c       2001/08/23 09:12:30     1.2
@@ -24,6 +24,13 @@
 
 #include "argz.h"
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+#if defined(HAVE_DMALLOC_H) && defined(DMALLOC)
+#include "dmalloc.h"
+#endif
+
 /* Find the length of STRING, but scan at most MAXLEN characters.
    If no '\0' terminator is found in that many characters, return MAXLEN.  */
 static size_t my_strnlen(const char *string, size_t maxlen)

CVSTrac 2.0.1