From: Christian Grothoff Date: Wed, 28 Apr 2010 13:23:51 +0000 (+0000) Subject: doxies X-Git-Tag: initial-import-from-subversion-38251~21979 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=3e1eeddbe5d5ca155e1bf9bab2aec9792a7f3a05;p=oweals%2Fgnunet.git doxies --- diff --git a/src/block/test_block b/src/block/test_block index 2b533cc6b..201860405 100755 --- a/src/block/test_block +++ b/src/block/test_block @@ -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 @@ DUALCASE=1; export DUALCASE # for MKS sh # 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/.libs -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,-rpath -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 : 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 diff --git a/src/fs/fs_download.c b/src/fs/fs_download.c index fe9c18aa1..d36c60ccc 100644 --- a/src/fs/fs_download.c +++ b/src/fs/fs_download.c @@ -1314,7 +1314,6 @@ activate_fs_download (void *cls, * 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) diff --git a/src/util/container_meta_data.c b/src/util/container_meta_data.c index e44984b64..793719fdc 100644 --- a/src/util/container_meta_data.c +++ b/src/util/container_meta_data.c @@ -315,7 +315,7 @@ GNUNET_CONTAINER_meta_data_insert (struct GNUNET_CONTAINER_MetaData *md, * * @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. '' for zlib being + * special values can be used (i.e. '<zlib>' for zlib being * used in the main libextractor library and yielding * meta data). * @param type libextractor-type describing the meta data