aboutsummaryrefslogtreecommitdiffstats
path: root/openbsd-compat
diff options
context:
space:
mode:
authorGilles Chehade <gilles@poolp.org>2019-11-17 21:32:48 +0100
committerGilles Chehade <gilles@poolp.org>2019-11-17 21:32:48 +0100
commitc139eb1610e931739d6cde4194c9560124b08165 (patch)
tree8beb8e440b5745543b6c6a830e904538e12d6029 /openbsd-compat
parentconditionally build progname (diff)
downloadOpenSMTPD-c139eb1610e931739d6cde4194c9560124b08165.tar.xz
OpenSMTPD-c139eb1610e931739d6cde4194c9560124b08165.zip
fix pledge() detection and fix argv on systems with setproctitle
Diffstat (limited to 'openbsd-compat')
-rw-r--r--openbsd-compat/openbsd-compat.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/openbsd-compat/openbsd-compat.h b/openbsd-compat/openbsd-compat.h
index b59ac6e8..6c73e5b5 100644
--- a/openbsd-compat/openbsd-compat.h
+++ b/openbsd-compat/openbsd-compat.h
@@ -289,8 +289,6 @@ char * strndup(const char *, size_t);
char * strnlen(const char *, size_t);
#endif
-
-
#ifndef HAVE_STRUCT_TIMEVAL
struct timeval {
long tv_sec;
@@ -337,7 +335,4 @@ int usleep(unsigned int useconds);
char *get_progname(char *);
-
-
-
#endif /* _OPENBSD_COMPAT_H */