1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-14 10:09:48 +00:00

Silence a warning.

This commit is contained in:
Greg Lehey 2003-06-12 06:17:12 +00:00
parent 2b8c22f66c
commit ed0a525e09
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=116250
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