diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2015-01-18 04:48:25 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2015-01-18 04:48:25 +0000 |
commit | 8412d0d6811045a3823f2c6ffaf86b66ef45b973 (patch) | |
tree | f3c2638f25cd8a04630d220a5bdec442756c6aa8 /usr.sbin | |
parent | d4b4b7c3279b262b30f99eb6f216d6d962464aa1 (diff) |
do not require <a.out.h>
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/kvm_mkdb/nlist.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/kvm_mkdb/nlist.c b/usr.sbin/kvm_mkdb/nlist.c index 841bab91902..e2f534f7458 100644 --- a/usr.sbin/kvm_mkdb/nlist.c +++ b/usr.sbin/kvm_mkdb/nlist.c @@ -1,4 +1,4 @@ -/* $OpenBSD: nlist.c,v 1.46 2015/01/16 06:40:17 deraadt Exp $ */ +/* $OpenBSD: nlist.c,v 1.47 2015/01/18 04:48:24 deraadt Exp $ */ /*- * Copyright (c) 1990, 1993 @@ -31,7 +31,6 @@ #include <sys/types.h> -#include <a.out.h> #include <db.h> #include <err.h> #include <errno.h> |