aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGilles Chehade <gilles@poolp.org>2014-10-13 16:49:29 +0200
committerGilles Chehade <gilles@poolp.org>2014-10-13 16:49:29 +0200
commit3feed9f9d47c2cc78175b165cb0f0275d3b44238 (patch)
treef215a7ad260abd352acaba06eb4ff518107ed2d4
parenterrc() needs compat glue (diff)
downloadOpenSMTPD-3feed9f9d47c2cc78175b165cb0f0275d3b44238.tar.xz
OpenSMTPD-3feed9f9d47c2cc78175b165cb0f0275d3b44238.zip
-rw-r--r--openbsd-compat/openbsd-compat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsd-compat/openbsd-compat.h b/openbsd-compat/openbsd-compat.h
index 2f59b6e5..b0300e72 100644
--- a/openbsd-compat/openbsd-compat.h
+++ b/openbsd-compat/openbsd-compat.h
@@ -210,6 +210,6 @@ void *reallocarray(void *, size_t, size_t);
#ifndef HAVE_ERRC
void errc(int, int, const char *, ...);
-#enddif
+#endif
#endif /* _OPENBSD_COMPAT_H */