diff options
| author | Jeffrey Hsu <hsu@FreeBSD.org> | 1996-11-10 06:13:12 +0000 |
|---|---|---|
| committer | Jeffrey Hsu <hsu@FreeBSD.org> | 1996-11-10 06:13:12 +0000 |
| commit | 03fd7487d69f8d6777ec3c5d048f86458d12ed31 (patch) | |
| tree | dd04ca19b51d6ad8203741657b8a3662c55df430 | |
| parent | 747b64b167406ee215d64456141f22ae2347f66d (diff) | |
Notes
| -rw-r--r-- | bin/ps/ps.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/ps/ps.c b/bin/ps/ps.c index 6f59124f0fa1..0a91a8eb6fc3 100644 --- a/bin/ps/ps.c +++ b/bin/ps/ps.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: ps.c,v 1.12 1996/01/20 10:43:54 mpp Exp $ + * $Id: ps.c,v 1.13 1996/10/21 07:30:26 peter Exp $ */ #ifndef lint @@ -47,7 +47,6 @@ static char sccsid[] = "@(#)ps.c 8.4 (Berkeley) 4/2/94"; #include <sys/user.h> #include <sys/time.h> #include <sys/resource.h> -#include <sys/proc.h> #include <sys/stat.h> #include <sys/ioctl.h> #include <sys/sysctl.h> |
