artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57f9f74
)
Savecore uses its own private copy of compress, so it should
author
tb
<tb@openbsd.org>
Fri, 25 Mar 2022 16:14:55 +0000
(16:14 +0000)
committer
tb
<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
patch
|
blob
|
history
diff --git
a/sbin/savecore/savecore.c
b/sbin/savecore/savecore.c
index
a260631
..
d2f690e
100644
(file)
--- a/
sbin/savecore/savecore.c
+++ b/
sbin/savecore/savecore.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: savecore.c,v 1.6
3 2021/10/24 21:24:22 deraadt Exp $
*/
+/* $OpenBSD: savecore.c,v 1.6
4 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>