summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2005-03-30 07:23:48 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2005-03-30 07:23:48 +0000
commit29e98cbf2e98c5f3f092ea2f57429746904aa948 (patch)
treedf573d5b7a6feba4f36b3d177be75fa0d44603c2 /usr.bin
parent401f93b94e86a479156131a637b59fe0631af3de (diff)
nlist.h not needed
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/fstat/isofs.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/fstat/isofs.c b/usr.bin/fstat/isofs.c
index 243c01fa72a..abbc5308aaa 100644
--- a/usr.bin/fstat/isofs.c
+++ b/usr.bin/fstat/isofs.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: isofs.c,v 1.7 2003/07/02 21:04:10 deraadt Exp $ */
+/* $OpenBSD: isofs.c,v 1.8 2005/03/30 07:23:47 deraadt Exp $ */
/*-
* Copyright (c) 1988, 1993
@@ -61,7 +61,6 @@
#include <errno.h>
#include <kvm.h>
#include <limits.h>
-#include <nlist.h>
#include <paths.h>
#include <pwd.h>
#include <stdio.h>