Add PATH_DEFPATH to compat.h from Carlo Marcelo Arenas Belón.

pull/1676/head
Nicholas Marriott 2019-04-09 21:31:50 +01:00
parent fe44f90e5b
commit 3c5d3a3780
1 changed files with 1 additions and 0 deletions

View File

@ -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__