summaryrefslogtreecommitdiff
path: root/usr.sbin/slstats
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2005-04-04 09:03:09 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2005-04-04 09:03:09 +0000
commit78154b1dacdc63afa704d9a001d18dc9cfc933a4 (patch)
treeb5d5d2515a660d53e1da0d1704252325c27b9329 /usr.sbin/slstats
parentcf6ddc69cc8930cd94efa94fef77cd793465fb7c (diff)
nlist.h not needed
Diffstat (limited to 'usr.sbin/slstats')
-rw-r--r--usr.sbin/slstats/slstats.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.sbin/slstats/slstats.c b/usr.sbin/slstats/slstats.c
index a6e59bc046f..0b98bf08fba 100644
--- a/usr.sbin/slstats/slstats.c
+++ b/usr.sbin/slstats/slstats.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: slstats.c,v 1.19 2004/09/21 21:17:02 jaredy Exp $ */
+/* $OpenBSD: slstats.c,v 1.20 2005/04/04 09:03:08 deraadt Exp $ */
/* $NetBSD: slstats.c,v 1.6.6.1 1996/06/07 01:42:30 thorpej Exp $ */
/*
@@ -36,7 +36,7 @@
*/
#ifndef lint
-static char rcsid[] = "$OpenBSD: slstats.c,v 1.19 2004/09/21 21:17:02 jaredy Exp $";
+static char rcsid[] = "$OpenBSD: slstats.c,v 1.20 2005/04/04 09:03:08 deraadt Exp $";
#endif
#define INET
@@ -66,7 +66,6 @@ static char rcsid[] = "$OpenBSD: slstats.c,v 1.19 2004/09/21 21:17:02 jaredy Exp
#include <stdio.h>
#include <stdlib.h>
#include <paths.h>
-#include <nlist.h>
#include <string.h>
#include <unistd.h>