mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-29 13:28:10 +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"
|
#define _PATH_TTY "/dev/tty"
|
||||||
#endif /* _PATH_TTY */
|
#endif /* _PATH_TTY */
|
||||||
|
|
||||||
|
#ifndef _PATH_DEVNULL
|
||||||
|
#define _PATH_DEVNULL "/dev/null"
|
||||||
|
#endif /* _PATH_DEVNULL */
|
||||||
|
|
||||||
#ifndef _PATH_DEFPATH
|
#ifndef _PATH_DEFPATH
|
||||||
#define _PATH_DEFPATH "/usr/bin:/bin"
|
#define _PATH_DEFPATH "/usr/bin:/bin"
|
||||||
#endif /* _PATH_DEFPATH */
|
#endif /* _PATH_DEFPATH */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user