projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef9995a
)
formatting
author
Christian Grothoff
<christian@grothoff.org>
Fri, 20 Nov 2009 21:09:51 +0000
(21:09 +0000)
committer
Christian Grothoff
<christian@grothoff.org>
Fri, 20 Nov 2009 21:09:51 +0000
(21:09 +0000)
src/util/test_bio.c
patch
|
blob
|
history
diff --git
a/src/util/test_bio.c
b/src/util/test_bio.c
index 97e59e1965a02fd44af0cac147b9fda301643362..dfd51297e42901d5c18bf7b68d8a8fabbd3a2445 100644
(file)
--- 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 */