From: Christian Grothoff Date: Fri, 20 Nov 2009 21:09:51 +0000 (+0000) Subject: formatting X-Git-Tag: initial-import-from-subversion-38251~23046 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e1c3a58957ae32dbb14eb9eef8d45aab79dc22b4;p=oweals%2Fgnunet.git formatting --- diff --git a/src/util/test_bio.c b/src/util/test_bio.c index 97e59e196..dfd51297e 100644 --- a/src/util/test_bio.c +++ b/src/util/test_bio.c @@ -245,7 +245,8 @@ test_nullfile_rw () GNUNET_log_skip (0, GNUNET_YES); GNUNET_assert (NULL == fileRNO); -#ifdef LINUX /* is /dev/full present on any other OS than linux, really */ +#ifdef LINUX + /* /dev/full only seems to exist on Linux */ fileW = GNUNET_BIO_write_open ("/dev/full"); GNUNET_assert (NULL != fileW); GNUNET_assert (GNUNET_SYSERR == @@ -406,4 +407,6 @@ main (int argc, char *argv[]) GNUNET_assert (0 == check_metadata_rw ()); GNUNET_assert (0 == check_string_rw ()); return 0; -} /* end of main */ +} + +/* end of test_bio.c */