summaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorTheo Buehler <tb@cvs.openbsd.org>2022-03-25 16:14:56 +0000
committerTheo Buehler <tb@cvs.openbsd.org>2022-03-25 16:14:56 +0000
commit99e7c8e36e96d65d3adc16f2e8cc394450705078 (patch)
tree764af2309a0c3e03466be70ead2bbb0741c422c9 /sbin
parent03cf5d9ee57129e65384678c6fa164ed2099138f (diff)
Savecore uses its own private copy of compress, so it should
not include <zlib.h> discussed with deraadt
Diffstat (limited to 'sbin')
-rw-r--r--sbin/savecore/savecore.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sbin/savecore/savecore.c b/sbin/savecore/savecore.c
index a26063178ec..d2f690ebfbd 100644
--- a/sbin/savecore/savecore.c
+++ b/sbin/savecore/savecore.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: savecore.c,v 1.63 2021/10/24 21:24:22 deraadt Exp $ */
+/* $OpenBSD: savecore.c,v 1.64 2022/03/25 16:14:55 tb Exp $ */
/* $NetBSD: savecore.c,v 1.26 1996/03/18 21:16:05 leo Exp $ */
/*-
@@ -47,7 +47,6 @@
#include <string.h>
#include <unistd.h>
#include <limits.h>
-#include <zlib.h>
#include <kvm.h>
#include <vis.h>