From c139eb1610e931739d6cde4194c9560124b08165 Mon Sep 17 00:00:00 2001 From: Gilles Chehade Date: Sun, 17 Nov 2019 21:32:48 +0100 Subject: fix pledge() detection and fix argv on systems with setproctitle --- openbsd-compat/openbsd-compat.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'openbsd-compat') 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 */ -- cgit v1.2.3-59-g8ed1b