From 3c5d3a37802eee528b9cc7738e3946993d7d5664 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Tue, 9 Apr 2019 21:31:50 +0100 Subject: Add PATH_DEFPATH to compat.h from Carlo Marcelo Arenas Belón. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- compat.h | 1 + 1 file changed, 1 insertion(+) (limited to 'compat.h') diff --git a/compat.h b/compat.h index b83e6189..402ffb90 100644 --- a/compat.h +++ b/compat.h @@ -67,6 +67,7 @@ void warnx(const char *, ...); #define _PATH_DEVNULL "/dev/null" #define _PATH_TTY "/dev/tty" #define _PATH_DEV "/dev/" +#define _PATH_DEFPATH "/usr/bin:/bin" #endif #ifndef __OpenBSD__ -- cgit