gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r9562 - gnunet/src/util


From: gnunet
Subject: [GNUnet-SVN] r9562 - gnunet/src/util
Date: Mon, 16 Nov 2009 07:15:51 -0700

Author: grothoff
Date: 2009-11-16 07:15:51 -0700 (Mon, 16 Nov 2009)
New Revision: 9562

Modified:
   gnunet/src/util/program.c
   gnunet/src/util/program_lib_mempcpy.c
   gnunet/src/util/program_lib_strndup.c
   gnunet/src/util/program_lib_strnlen.c
Log:
fix

Modified: gnunet/src/util/program.c
===================================================================
--- gnunet/src/util/program.c   2009-11-16 14:10:10 UTC (rev 9561)
+++ gnunet/src/util/program.c   2009-11-16 14:15:51 UTC (rev 9562)
@@ -38,8 +38,8 @@
 #if HAVE_ARGZ_H
 #include <argz.h>
 #else
+#include "program_lib_strnlen.c"
 #include "program_lib_strndup.c"
-#include "program_lib_strnlen.c"
 #include "program_lib_mempcpy.c"
 #include "program_lib_argz.c"
 #endif

Modified: gnunet/src/util/program_lib_mempcpy.c
===================================================================
--- gnunet/src/util/program_lib_mempcpy.c       2009-11-16 14:10:10 UTC (rev 
9561)
+++ gnunet/src/util/program_lib_mempcpy.c       2009-11-16 14:15:51 UTC (rev 
9562)
@@ -15,8 +15,6 @@
    along with this program; if not, write to the Free Software Foundation,
    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
 
-#include <config.h>
-
 /* Specification.  */
 #include <string.h>
 

Modified: gnunet/src/util/program_lib_strndup.c
===================================================================
--- gnunet/src/util/program_lib_strndup.c       2009-11-16 14:10:10 UTC (rev 
9561)
+++ gnunet/src/util/program_lib_strndup.c       2009-11-16 14:15:51 UTC (rev 
9562)
@@ -17,8 +17,6 @@
    along with this program; if not, write to the Free Software Foundation,
    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
 
-#include <config.h>
-
 #include <string.h>
 
 #include <stdlib.h>

Modified: gnunet/src/util/program_lib_strnlen.c
===================================================================
--- gnunet/src/util/program_lib_strnlen.c       2009-11-16 14:10:10 UTC (rev 
9561)
+++ gnunet/src/util/program_lib_strnlen.c       2009-11-16 14:15:51 UTC (rev 
9562)
@@ -16,8 +16,6 @@
    along with this program; if not, write to the Free Software Foundation,
    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
 
-#include <config.h>
-
 #include <string.h>
 
 /* Find the length of STRING, but scan at most MAXLEN characters.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]