Silence a warning.

This commit is contained in:
Greg Lehey 2003-06-12 06:17:12 +00:00
parent 2b8c22f66c
commit ed0a525e09
2 changed files with 2 additions and 0 deletions

View File

@ -76,6 +76,7 @@
#include <ctype.h>
#include <errno.h>
#include <fcntl.h>
#include <string.h>
#define iswhite isspace /* use the ctype macro */
#endif

View File

@ -45,6 +45,7 @@
#include <dev/vinum/statetexts.h>
#ifndef _KERNEL
#include <stdio.h>
#include <string.h>
extern jmp_buf command_fail; /* return on a failed command */
#endif