mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-05 09:14:03 +00:00
Good, fixing the header showed incorrect usage of it! #define _KERNEL
here for the include of sys/select.h.
This commit is contained in:
parent
c4082e99a4
commit
1da729a59e
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=64297
@ -54,6 +54,9 @@ static char sccsid[] = "@(#)kvm_proc.c 8.3 (Berkeley) 9/23/93";
|
||||
#include <sys/exec.h>
|
||||
#include <sys/stat.h>
|
||||
#include <sys/ioctl.h>
|
||||
#define _KERNEL
|
||||
#include <sys/select.h>
|
||||
#undef _KERNEL
|
||||
#include <sys/tty.h>
|
||||
#include <sys/file.h>
|
||||
#include <stdio.h>
|
||||
|
Loading…
Reference in New Issue
Block a user