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:
parent
2c9dc5a69b
commit
74c19b024a
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user