Savecore uses its own private copy of compress, so it should
authortb <tb@openbsd.org>
Fri, 25 Mar 2022 16:14:55 +0000 (16:14 +0000)
committertb <tb@openbsd.org>
Fri, 25 Mar 2022 16:14:55 +0000 (16:14 +0000)
not include <zlib.h>

discussed with deraadt

sbin/savecore/savecore.c

index a260631..d2f690e 100644 (file)
@@ -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>