aboutsummaryrefslogtreecommitdiff
path: root/lib/libstand/printf.c
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1999-12-27 08:45:14 +0000
committerPeter Wemm <peter@FreeBSD.org>1999-12-27 08:45:14 +0000
commit59e1f32482fd7cb9df8694b9a9fcc9174685d1dd (patch)
tree113bbad1eaa5f56f8e4384a56a2251e71f6f4e51 /lib/libstand/printf.c
parent0ba6f08f0a22eaded1298a3c5bb1a5e1fd63d883 (diff)
downloadsrc-59e1f32482fd7cb9df8694b9a9fcc9174685d1dd.tar.gz
src-59e1f32482fd7cb9df8694b9a9fcc9174685d1dd.zip
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
Notes
Notes: svn path=/head/; revision=55137
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 3e16b6f7b2da..6e3702e59f4d 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"
/*