1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-19 02:29:40 +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:
Brian Feldman 2000-08-06 17:03:09 +00:00
parent c4082e99a4
commit 1da729a59e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=64297

View File

@ -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>