* include/cygwin/version.h (CYGWIN_VERSION_MOUNT_REGISTRY): Bump.

(CYGWIN_INFO_CYGWIN_MOUNT_REGISTRY_NAME): Remove.
	(CYGWIN_INFO_CYGDRIVE_FLAGS): Remove.
	(CYGWIN_INFO_CYGDRIVE_PREFIX): Remove.
	(CYGWIN_INFO_CYGDRIVE_DEFAULT_PREFIX): Add comment to differ from the
	registry related defines.
This commit is contained in:
Corinna Vinschen 2008-06-11 09:43:59 +00:00
parent 373a7e22e2
commit abe2834a49
2 changed files with 14 additions and 4 deletions

View File

@ -1,3 +1,12 @@
2008-06-11 Corinna Vinschen <corinna@vinschen.de>
* include/cygwin/version.h (CYGWIN_VERSION_MOUNT_REGISTRY): Bump.
(CYGWIN_INFO_CYGWIN_MOUNT_REGISTRY_NAME): Remove.
(CYGWIN_INFO_CYGDRIVE_FLAGS): Remove.
(CYGWIN_INFO_CYGDRIVE_PREFIX): Remove.
(CYGWIN_INFO_CYGDRIVE_DEFAULT_PREFIX): Add comment to differ from the
registry related defines.
2008-06-11 Corinna Vinschen <corinna@vinschen.de> 2008-06-11 Corinna Vinschen <corinna@vinschen.de>
* fhandler_procnet.cc (dad_to_flags): Fix comment. * fhandler_procnet.cc (dad_to_flags): Fix comment.

View File

@ -363,17 +363,18 @@ details. */
1: Original number version. 1: Original number version.
2: New mount registry layout, system-wide mount accessibility. 2: New mount registry layout, system-wide mount accessibility.
3: The mount table is not in the registry anymore, but in /etc/fstab.
*/ */
#define CYGWIN_VERSION_MOUNT_REGISTRY 2 #define CYGWIN_VERSION_MOUNT_REGISTRY 3
/* Identifiers used in the Win32 registry. */ /* Identifiers used in the Win32 registry. */
#define CYGWIN_INFO_CYGWIN_REGISTRY_NAME "Cygwin" #define CYGWIN_INFO_CYGWIN_REGISTRY_NAME "Cygwin"
#define CYGWIN_INFO_PROGRAM_OPTIONS_NAME "Program Options" #define CYGWIN_INFO_PROGRAM_OPTIONS_NAME "Program Options"
#define CYGWIN_INFO_CYGWIN_MOUNT_REGISTRY_NAME "mounts v2"
#define CYGWIN_INFO_CYGDRIVE_FLAGS "cygdrive flags" /* The default cygdrive prefix. */
#define CYGWIN_INFO_CYGDRIVE_PREFIX "cygdrive prefix"
#define CYGWIN_INFO_CYGDRIVE_DEFAULT_PREFIX "/cygdrive" #define CYGWIN_INFO_CYGDRIVE_DEFAULT_PREFIX "/cygdrive"
/* In addition to the above version number strings, the build /* In addition to the above version number strings, the build