gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r1393 - in GNUnet: m4 src/applications/session


From: grothoff
Subject: [GNUnet-SVN] r1393 - in GNUnet: m4 src/applications/session
Date: Mon, 11 Jul 2005 10:31:46 -0700 (PDT)

Author: grothoff
Date: 2005-07-11 10:31:40 -0700 (Mon, 11 Jul 2005)
New Revision: 1393

Modified:
   GNUnet/m4/Makefile.in
   GNUnet/src/applications/session/connect.c
Log:
cleaner

Modified: GNUnet/m4/Makefile.in
===================================================================
--- GNUnet/m4/Makefile.in       2005-07-11 16:52:18 UTC (rev 1392)
+++ GNUnet/m4/Makefile.in       2005-07-11 17:31:40 UTC (rev 1393)
@@ -1,8 +1,8 @@
-# Makefile.in generated by automake 1.8.5 from Makefile.am.
+# Makefile.in generated by automake 1.9.5 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004  Free Software Foundation, Inc.
+# 2003, 2004, 2005  Free Software Foundation, Inc.
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.
@@ -33,6 +33,7 @@
 NORMAL_UNINSTALL = :
 PRE_UNINSTALL = :
 POST_UNINSTALL = :
+build_triplet = @build@
 host_triplet = @host@
 subdir = m4
 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ChangeLog
@@ -183,6 +184,8 @@
 am__include = @am__include@
 am__leading_dot = @am__leading_dot@
 am__quote = @am__quote@
+am__tar = @am__tar@
+am__untar = @am__untar@
 bindir = @bindir@
 build = @build@
 build_alias = @build_alias@
@@ -349,7 +352,7 @@
 clean-generic:
 
 distclean-generic:
-       -rm -f $(CONFIG_CLEAN_FILES)
+       -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
 maintainer-clean-generic:
        @echo "This command is intended for maintainers to use"

Modified: GNUnet/src/applications/session/connect.c
===================================================================
--- GNUnet/src/applications/session/connect.c   2005-07-11 16:52:18 UTC (rev 
1392)
+++ GNUnet/src/applications/session/connect.c   2005-07-11 17:31:40 UTC (rev 
1393)
@@ -415,7 +415,7 @@
     size = HELO_Message_size(helo);
     memcpy(sendBuffer,
           helo,
-          HELO_Message_size(helo));
+          size);
     FREE(helo);
     helo = NULL;
   } else {





reply via email to

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