2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-22 01:49:11 +00:00

Add _PATH_DEVNULL for those without it.

This commit is contained in:
Todd C. Miller 2004-12-16 18:25:54 +00:00
parent 2c9dc5a69b
commit 74c19b024a

View File

@ -37,6 +37,10 @@
#define _PATH_TTY "/dev/tty"
#endif /* _PATH_TTY */
#ifndef _PATH_DEVNULL
#define _PATH_DEVNULL "/dev/null"
#endif /* _PATH_DEVNULL */
#ifndef _PATH_DEFPATH
#define _PATH_DEFPATH "/usr/bin:/bin"
#endif /* _PATH_DEFPATH */