summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2005-04-04 08:54:33 +0000
committerderaadt <deraadt@openbsd.org>2005-04-04 08:54:33 +0000
commit41e8e16eff2565e7e505f55a4d56932ecd72a1e9 (patch)
tree82015f6bff52358888b7415914b7a94e96f3a022
parentunbreak; ok pval@ (diff)
downloadwireguard-openbsd-41e8e16eff2565e7e505f55a4d56932ecd72a1e9.tar.xz
wireguard-openbsd-41e8e16eff2565e7e505f55a4d56932ecd72a1e9.zip
nlist.h not needed
-rw-r--r--libexec/identd/parse.c3
-rw-r--r--usr.bin/systat/vmstat.c5
2 files changed, 3 insertions, 5 deletions
diff --git a/libexec/identd/parse.c b/libexec/identd/parse.c
index 81c9754f6b9..c488bd015ab 100644
--- a/libexec/identd/parse.c
+++ b/libexec/identd/parse.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: parse.c,v 1.41 2005/01/04 18:19:26 moritz Exp $ */
+/* $OpenBSD: parse.c,v 1.42 2005/04/04 08:55:36 deraadt Exp $ */
/*
* This program is in the public domain and may be used freely by anyone
@@ -22,7 +22,6 @@
#include <errno.h>
#include <ctype.h>
#include <pwd.h>
-#include <nlist.h>
#include <unistd.h>
#include "identd.h"
diff --git a/usr.bin/systat/vmstat.c b/usr.bin/systat/vmstat.c
index a4353329b05..79408603d93 100644
--- a/usr.bin/systat/vmstat.c
+++ b/usr.bin/systat/vmstat.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: vmstat.c,v 1.53 2004/09/23 21:10:21 deraadt Exp $ */
+/* $OpenBSD: vmstat.c,v 1.54 2005/04/04 08:54:33 deraadt Exp $ */
/* $NetBSD: vmstat.c,v 1.5 1996/05/10 23:16:40 thorpej Exp $ */
/*-
@@ -34,7 +34,7 @@
#if 0
static char sccsid[] = "@(#)vmstat.c 8.2 (Berkeley) 1/12/94";
#endif
-static char rcsid[] = "$OpenBSD: vmstat.c,v 1.53 2004/09/23 21:10:21 deraadt Exp $";
+static char rcsid[] = "$OpenBSD: vmstat.c,v 1.54 2005/04/04 08:54:33 deraadt Exp $";
#endif /* not lint */
/*
@@ -55,7 +55,6 @@ static char rcsid[] = "$OpenBSD: vmstat.c,v 1.53 2004/09/23 21:10:21 deraadt Exp
#include <ctype.h>
#include <err.h>
-#include <nlist.h>
#include <paths.h>
#include <signal.h>
#include <stdlib.h>