From fac3c73ba0b0e0362dfa4648e1cd504ece77ece4 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Tue, 2 Feb 2010 11:17:54 +0000 Subject: * include/paths.h (_PATH_MNTTAB): Define. (_PATH_MOUNTED): Define. * include/mntent.h: Include paths.h. Define MNTTAB and MOUNTED as their paths.h equivalents. Add comment. --- winsup/cygwin/include/paths.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'winsup/cygwin/include/paths.h') diff --git a/winsup/cygwin/include/paths.h b/winsup/cygwin/include/paths.h index 11876cb29..8194f415b 100644 --- a/winsup/cygwin/include/paths.h +++ b/winsup/cygwin/include/paths.h @@ -1,6 +1,6 @@ /* paths.h - Copyright 2001, 2002, 2003 Red Hat, Inc. + Copyright 2001, 2002, 2003, 2010 Red Hat, Inc. This file is part of Cygwin. @@ -19,6 +19,8 @@ details. */ #define _PATH_LASTLOG "/var/log/lastlog" #define _PATH_MAN "/usr/share/man" #define _PATH_MEM "/dev/mem" +#define _PATH_MNTTAB "/etc/fstab" +#define _PATH_MOUNTED "/etc/mtab" #define _PATH_STDPATH "/bin:/usr/sbin:/sbin" #define _PATH_TMP "/tmp/" #define _PATH_TTY "/dev/tty" -- cgit v1.2.3