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:
parent
2b8c22f66c
commit
ed0a525e09
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=116250
@ -76,6 +76,7 @@
|
||||
#include <ctype.h>
|
||||
#include <errno.h>
|
||||
#include <fcntl.h>
|
||||
#include <string.h>
|
||||
#define iswhite isspace /* use the ctype macro */
|
||||
#endif
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user