diff options
author | wollman <wollman@FreeBSD.org> | 2001-01-20 03:02:46 +0000 |
---|---|---|
committer | wollman <wollman@FreeBSD.org> | 2001-01-20 03:02:46 +0000 |
commit | ff19d89bc64f0c82eb7248f0b609515a8c3e69c0 (patch) | |
tree | 197cc3ed5c2f0941d4df124bb595ef88624c4526 /lib | |
parent | 5e8c3954d52282fa5693c66145f44041104e925e (diff) | |
download | FreeBSD-src-ff19d89bc64f0c82eb7248f0b609515a8c3e69c0.zip FreeBSD-src-ff19d89bc64f0c82eb7248f0b609515a8c3e69c0.tar.gz |
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.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libkvm/kvm_proc.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/libkvm/kvm_proc.c b/lib/libkvm/kvm_proc.c index 8def3be..f503489 100644 --- a/lib/libkvm/kvm_proc.c +++ b/lib/libkvm/kvm_proc.c @@ -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> |