gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r11095 - in gnunet/src: block fs util


From: gnunet
Subject: [GNUnet-SVN] r11095 - in gnunet/src: block fs util
Date: Wed, 28 Apr 2010 15:23:51 +0200

Author: grothoff
Date: 2010-04-28 15:23:51 +0200 (Wed, 28 Apr 2010)
New Revision: 11095

Modified:
   gnunet/src/block/test_block
   gnunet/src/fs/fs_download.c
   gnunet/src/util/container_meta_data.c
Log:
doxies

Modified: gnunet/src/block/test_block
===================================================================
--- gnunet/src/block/test_block 2010-04-28 12:58:35 UTC (rev 11094)
+++ gnunet/src/block/test_block 2010-04-28 13:23:51 UTC (rev 11095)
@@ -1,4 +1,4 @@
-#! /bin/sh
+#! /bin/bash
 
 # test_block - temporary wrapper script for .libs/test_block
 # Generated by ltmain.sh (GNU libtool) 2.2.6b Debian-2.2.6b-2
@@ -32,7 +32,7 @@
 # if CDPATH is set.
 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
 
-relink_command="(cd /home/grothoff/svn/gnunet/src/block; { test -z 
\"\${LIBRARY_PATH+set}\" || unset LIBRARY_PATH || { LIBRARY_PATH=; export 
LIBRARY_PATH; }; }; { test -z \"\${COMPILER_PATH+set}\" || unset COMPILER_PATH 
|| { COMPILER_PATH=; export COMPILER_PATH; }; }; { test -z 
\"\${GCC_EXEC_PREFIX+set}\" || unset GCC_EXEC_PREFIX || { GCC_EXEC_PREFIX=; 
export GCC_EXEC_PREFIX; }; }; { test -z \"\${LD_RUN_PATH+set}\" || unset 
LD_RUN_PATH || { LD_RUN_PATH=; export LD_RUN_PATH; }; }; { test -z 
\"\${LD_LIBRARY_PATH+set}\" || unset LD_LIBRARY_PATH || { LD_LIBRARY_PATH=; 
export LD_LIBRARY_PATH; }; }; 
PATH=/home/grothoff/bin:/home/grothoff/private/software/prevent-linux-4.3.0/bin/:/home/grothoff/bin:/usr/local/bin:/usr/bin:/bin:/usr/games;
 export PATH; gcc -fno-strict-aliasing -Wall -g -O0 -o \$progdir/\$file 
test_block.o  -L/home/grothoff//lib ../../src/block/.libs/libgnunetblock.so 
../../src/util/.libs/libgnunetutil.so -lm -ldl -Wl,-rpath 
-Wl,/home/grothoff/svn/gnunet/src/block/.l
 ibs -Wl,-rpath -Wl,/home/grothoff/svn/gnunet/src/util/.libs -Wl,-rpath 
-Wl,/home/grothoff/lib)"
+relink_command="(cd /home/grothoff/svn/gnunet/src/block; { test -z 
\"\${LIBRARY_PATH+set}\" || unset LIBRARY_PATH || { LIBRARY_PATH=; export 
LIBRARY_PATH; }; }; { test -z \"\${COMPILER_PATH+set}\" || unset COMPILER_PATH 
|| { COMPILER_PATH=; export COMPILER_PATH; }; }; { test -z 
\"\${GCC_EXEC_PREFIX+set}\" || unset GCC_EXEC_PREFIX || { GCC_EXEC_PREFIX=; 
export GCC_EXEC_PREFIX; }; }; { test -z \"\${LD_RUN_PATH+set}\" || unset 
LD_RUN_PATH || { LD_RUN_PATH=; export LD_RUN_PATH; }; }; { test -z 
\"\${LD_LIBRARY_PATH+set}\" || unset LD_LIBRARY_PATH || { LD_LIBRARY_PATH=; 
export LD_LIBRARY_PATH; }; }; 
PATH=/opt/eclipse/:/opt/jdk1.6.0_17//bin:/home/grothoff/bin:/home/grothoff/bin:/opt/eclipse/:/opt/jdk1.6.0_17//bin:/home/grothoff/bin:/usr/local/bin:/usr/bin:/bin:/usr/games;
 export PATH; gcc -fno-strict-aliasing -Wall -g -O0 -Wall -Werror -o 
\$progdir/\$file test_block.o  -L/home/grothoff//lib 
../../src/block/.libs/libgnunetblock.so ../../src/util/.libs/libgnunetutil.so 
-ldl -Wl,-rpat
 h -Wl,/home/grothoff/svn/gnunet/src/block/.libs -Wl,-rpath 
-Wl,/home/grothoff/svn/gnunet/src/util/.libs -Wl,-rpath -Wl,/home/grothoff/lib)"
 
 # This environment variable determines our operation mode.
 if test "$libtool_install_magic" = "%%%MAGIC variable%%%"; then
@@ -53,7 +53,7 @@
       :
     else
       # Restart under the correct shell, and then maybe $ECHO will work.
-      exec /bin/sh "$0" --no-reexec ${1+"$@"}
+      exec /bin/bash "$0" --no-reexec ${1+"$@"}
     fi
   fi
 

Modified: gnunet/src/fs/fs_download.c
===================================================================
--- gnunet/src/fs/fs_download.c 2010-04-28 12:58:35 UTC (rev 11094)
+++ gnunet/src/fs/fs_download.c 2010-04-28 13:23:51 UTC (rev 11095)
@@ -1314,7 +1314,6 @@
  * We must stop to ask the FS service for our blocks.  Pause the download.
  *
  * @param cls the 'struct GNUNET_FS_DownloadContext'
- * @param client handle to use for communcation with FS (we must destroy it!)
  */
 static void
 deactivate_fs_download (void *cls)

Modified: gnunet/src/util/container_meta_data.c
===================================================================
--- gnunet/src/util/container_meta_data.c       2010-04-28 12:58:35 UTC (rev 
11094)
+++ gnunet/src/util/container_meta_data.c       2010-04-28 13:23:51 UTC (rev 
11095)
@@ -315,7 +315,7 @@
  *
  * @param cls the 'struct GNUNET_CONTAINER_MetaData' to merge into
  * @param plugin_name name of the plugin that produced this value;
- *        special values can be used (i.e. '<zlib>' for zlib being
+ *        special values can be used (i.e. '&lt;zlib&gt;' for zlib being
  *        used in the main libextractor library and yielding
  *        meta data).
  * @param type libextractor-type describing the meta data





reply via email to

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