summaryrefslogtreecommitdiffstats
path: root/lib/libstand/printf.c
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-12-27 08:45:14 +0000
committerpeter <peter@FreeBSD.org>1999-12-27 08:45:14 +0000
commit070fb078b63def28df51407cd5ea411b14e7f099 (patch)
tree94f2977f3d9218392c1e07e838f2fb7508fc1644 /lib/libstand/printf.c
parent0e302599d7ce5999caeeae7b2a0fdd9c399df508 (diff)
downloadFreeBSD-src-070fb078b63def28df51407cd5ea411b14e7f099.zip
FreeBSD-src-070fb078b63def28df51407cd5ea411b14e7f099.tar.gz
Tidy up some loose ends. nullfs_read/write were returning the wrong value.
Fix some ctype problems - isascii() caused a warning if fed an unsigned char - it's always > 0 and libstand is compiled with -Wall. Missing prototype/include in printf.c
Diffstat (limited to 'lib/libstand/printf.c')
-rw-r--r--lib/libstand/printf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libstand/printf.c b/lib/libstand/printf.c
index 3e16b6f..6e3702e 100644
--- a/lib/libstand/printf.c
+++ b/lib/libstand/printf.c
@@ -44,6 +44,7 @@
*/
#include <sys/types.h>
+#include <string.h>
#include "stand.h"
/*
OpenPOWER on IntegriCloud