1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-19 02:29:40 +00:00

Revert rev. 1.27. This file only included <sys/select.h> because of

brokenness introduced in <sys/select.h> rev. 1.8 which is now OBE.
<sys/tty.h> and <sys/selinfo.h> together do the right thing.
This commit is contained in:
Garrett Wollman 2001-01-20 03:02:46 +00:00
parent 049ebc15a1
commit 8b43deacb3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=71289

View File

@ -54,9 +54,6 @@ 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>