diff options
author | Christopher Faylor <me@cgf.cx> | 2004-12-19 02:40:40 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2004-12-19 02:40:40 +0000 |
commit | 5524af6e9bf23505139adf7152a22b4a0a65f66d (patch) | |
tree | 3119f31bf7c2a268856c89a72de43852402adbbe /winsup/cygwin/child_info.h | |
parent | bbe009b770de67ebe7f92118d43f46f753f0fb21 (diff) | |
download | cygnal-5524af6e9bf23505139adf7152a22b4a0a65f66d.tar.gz cygnal-5524af6e9bf23505139adf7152a22b4a0a65f66d.tar.bz2 cygnal-5524af6e9bf23505139adf7152a22b4a0a65f66d.zip |
* child_info.h (CURR_CHILD_INFO_MAGIC): Use updated value.
* path.cc (path_conv::check): Check the output Win32 path for trailing spaces
and dots, not the input path. Disallow all use of foo./bar since consistently
getting this right is time consuming. Remove strange test for "unc\" since no
one seems to know what it's for.
Diffstat (limited to 'winsup/cygwin/child_info.h')
-rw-r--r-- | winsup/cygwin/child_info.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/child_info.h b/winsup/cygwin/child_info.h index 601fdfd8b..97cf455e2 100644 --- a/winsup/cygwin/child_info.h +++ b/winsup/cygwin/child_info.h @@ -29,7 +29,7 @@ enum child_info_types #define EXEC_MAGIC_SIZE sizeof(child_info) -#define CURR_CHILD_INFO_MAGIC 0x694cd4b8U +#define CURR_CHILD_INFO_MAGIC 0x17ad771aU /* NOTE: Do not make gratuitous changes to the names or organization of the below class. The layout is checksummed to determine compatibility between |