diff options
Diffstat (limited to 'misc/mntent.h')
-rw-r--r-- | misc/mntent.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/misc/mntent.h b/misc/mntent.h index 150ad6dc2d..fc9c824135 100644 --- a/misc/mntent.h +++ b/misc/mntent.h @@ -26,11 +26,9 @@ Cambridge, MA 02139, USA. */ /* File listing canonical interesting mount points. */ -#define _PATH_MNTTAB "/etc/fstab" #define MNTTAB _PATH_MNTTAB /* Deprecated alias. */ /* File listing currently active mount points. */ -#define _PATH_MOUNTED "/var/run/mtab" #define MOUNTED _PATH_MOUNTED /* Deprecated alias. */ |