summaryrefslogtreecommitdiff
path: root/hurd
diff options
context:
space:
mode:
authorneal <neal>2008-06-11 09:51:08 +0000
committerneal <neal>2008-06-11 09:51:08 +0000
commit5491471c932df18f4d441be7c6d321500522a7eb (patch)
tree9aec40c4422e9326306d61bca872504c2f86b1ed /hurd
parent48e87b044d7efdf5ef84409422bb4887aceafe76 (diff)
libc-parts/
2008-06-11 Neal H. Walfield <neal@gnu.org> * s-printf.h: New file. * Makefile.am (common_sources): Add s-printf.h. * s_printf.c: Include "s-printf.h". viengoos/ 2008-06-11 Neal H. Walfield <neal@gnu.org> * output.h: Include <s-printf.h>. (device_puts): Remove declaration. (device_vprintf): Likewise. (device_printf): Likewise. * output.c (device_puts): Remove function. (print_nr): Likewise. (print_signed_nr): Likewise. (device_vprintf): Likewise. (device_printf): Likewise. (puts): Implement in terms of s_puts. (vprintf): Implement in terms of s_vprintf. (printf): Likewise. hurd/ 2008-06-11 Neal H. Walfield <neal@gnu.org> * trace.h: Include <s-printf.h>.
Diffstat (limited to 'hurd')
-rw-r--r--hurd/ChangeLog4
-rw-r--r--hurd/trace.h2
2 files changed, 6 insertions, 0 deletions
diff --git a/hurd/ChangeLog b/hurd/ChangeLog
index 2c1b1b2..5f172a4 100644
--- a/hurd/ChangeLog
+++ b/hurd/ChangeLog
@@ -1,3 +1,7 @@
+2008-06-11 Neal H. Walfield <neal@gnu.org>
+
+ * trace.h: Include <s-printf.h>.
+
2008-06-05 Neal H. Walfield <neal@gnu.org>
* cap.h: Don't include <pthread.h>.
diff --git a/hurd/trace.h b/hurd/trace.h
index 15101c7..52978a0 100644
--- a/hurd/trace.h
+++ b/hurd/trace.h
@@ -30,6 +30,8 @@
# include <hurd/mutex.h>
#endif
+#include <s-printf.h>
+
struct trace_buffer
{
/* A descriptive name for the trace buffer. */