summaryrefslogtreecommitdiff
path: root/viengoos/ChangeLog
diff options
context:
space:
mode:
authortschwinge <tschwinge>2008-05-29 23:01:55 +0000
committertschwinge <tschwinge>2008-05-29 23:01:55 +0000
commitab55c9dda40e73b1042d1a4f5a3ef0b0f1a9facb (patch)
treebaeb98c74b5b694e79127c5eb68812bad864ae98 /viengoos/ChangeLog
parent31cc070ebdc9e8dcadeb1d3ef15e1cfb5770868a (diff)
hurd/
2008-05-29 Thomas Schwinge <tschwinge@gnu.org> * Makefile.am (t_addr_CPPFLAGS, t_addr_trans_CPPFLAGS, t_rpc_CPPFLAGS): Remove special `printf' handling. * stddef.h (S_PUTCHAR): Define analogously to `S_PRINTF'. libc-parts/ 2008-05-29 Thomas Schwinge <tschwinge@gnu.org> * Makefile.am (t_setjmp_CPPFLAGS): Remove special `printf' handling. libhurd-btree/ 2008-05-29 Thomas Schwinge <tschwinge@gnu.org> * Makefile.am (btree_test_CPPFLAGS): Remove special `printf' handling. libhurd-ihash/ 2008-05-29 Thomas Schwinge <tschwinge@gnu.org> * Makefile.am (t_ihash_CPPFLAGS, t_ihash64_CPPFLAGS): Remove special `printf' handling. viengoos/ 2008-05-29 Thomas Schwinge <tschwinge@gnu.org> * cap-lookup.c: Unconditionally use `S_PUTCHAR' and `S_PRINTF' instead of `s_putchar' and `s_printf' and remove the latters' prototypes.
Diffstat (limited to 'viengoos/ChangeLog')
-rw-r--r--viengoos/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/viengoos/ChangeLog b/viengoos/ChangeLog
index 808384b..6ffca48 100644
--- a/viengoos/ChangeLog
+++ b/viengoos/ChangeLog
@@ -1,5 +1,8 @@
2008-05-29 Thomas Schwinge <tschwinge@gnu.org>
+ * cap-lookup.c: Unconditionally use `S_PUTCHAR' and `S_PRINTF' instead
+ of `s_putchar' and `s_printf' and remove the latters' prototypes.
+
* Makefile.am: Rework system of build flags for the test programs.
2008-05-29 Neal H. Walfield <neal@gnu.org>