aboutsummaryrefslogtreecommitdiffstats
path: root/openbsd-compat
diff options
context:
space:
mode:
authorGilles Chehade <gilles@poolp.org>2019-11-17 12:49:45 +0100
committerGilles Chehade <gilles@poolp.org>2019-11-17 12:49:45 +0100
commite419d9ebf73e9f483e9255afc54f1ef9770f7e71 (patch)
tree21892f5ed1561084bfc7ec1f4722bd0f2f6cb80d /openbsd-compat
parentxmalloc.h no longer exists in compat (diff)
downloadOpenSMTPD-e419d9ebf73e9f483e9255afc54f1ef9770f7e71.tar.xz
OpenSMTPD-e419d9ebf73e9f483e9255afc54f1ef9770f7e71.zip
forgot some xmalloc.h
Diffstat (limited to 'openbsd-compat')
-rw-r--r--openbsd-compat/Makefile.am1
-rw-r--r--openbsd-compat/bsd-misc.c2
2 files changed, 0 insertions, 3 deletions
diff --git a/openbsd-compat/Makefile.am b/openbsd-compat/Makefile.am
index e3ccdec6..40f4ac99 100644
--- a/openbsd-compat/Makefile.am
+++ b/openbsd-compat/Makefile.am
@@ -153,7 +153,6 @@ EXTRA_DIST += openbsd-compat.h
EXTRA_DIST += sys/queue.h
EXTRA_DIST += sys/tree.h
EXTRA_DIST += bsd-vis.h
-EXTRA_DIST += xmalloc.h
AM_CPPFLAGS = -I$(top_srcdir)/smtpd -I$(top_srcdir)/openbsd-compat
diff --git a/openbsd-compat/bsd-misc.c b/openbsd-compat/bsd-misc.c
index 99568215..bd0f7173 100644
--- a/openbsd-compat/bsd-misc.c
+++ b/openbsd-compat/bsd-misc.c
@@ -32,8 +32,6 @@
#include <time.h>
#include <unistd.h>
-#include "xmalloc.h"
-
#ifndef HAVE___PROGNAME
char *__progname;
#endif