From: Todd C. Miller Date: Sun, 3 Sep 1995 18:12:00 +0000 (+0000) Subject: added _PATH_DEV X-Git-Tag: SUDO_1_4_0~179 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1f0b6dbfd54d62f74cb592b05778aa478e123ede;p=sudo added _PATH_DEV --- diff --git a/pathnames.h.in b/pathnames.h.in index 1557525a4..0eb030676 100644 --- a/pathnames.h.in +++ b/pathnames.h.in @@ -28,6 +28,10 @@ #include #endif /* HAVE_PATHS_H */ +#ifndef _PATH_DEV +#define _PATH_DEV "/dev/" +#endif /* _PATH_DEV */ + #ifndef _PATH_SUDO_SUDOERS #define _PATH_SUDO_SUDOERS "/etc/sudoers" #endif /* _PATH_SUDO_SUDOERS */