From 3c5d3a37802eee528b9cc7738e3946993d7d5664 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Tue, 9 Apr 2019 21:31:50 +0100 Subject: [PATCH] =?UTF-8?q?Add=20PATH=5FDEFPATH=20to=20compat.h=20from=20C?= =?UTF-8?q?arlo=20Marcelo=20Arenas=20Bel=C3=B3n.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- compat.h | 1 + 1 file changed, 1 insertion(+) 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__