diff options
author | Christopher Faylor <me@cgf.cx> | 2003-07-10 02:09:24 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2003-07-10 02:09:24 +0000 |
commit | 2f5cab7bb2ebcaa6bcbee3e2493f8d9c516a7c89 (patch) | |
tree | c39ee6029446d25ed8ea495efbdbc8d4c5619fa8 /winsup/cygwin/include | |
parent | f1a4b6b59a0747eac6975d5341da3b69d42d22f0 (diff) | |
download | cygnal-2f5cab7bb2ebcaa6bcbee3e2493f8d9c516a7c89.tar.gz cygnal-2f5cab7bb2ebcaa6bcbee3e2493f8d9c516a7c89.tar.bz2 cygnal-2f5cab7bb2ebcaa6bcbee3e2493f8d9c516a7c89.zip |
* fhandler_proc.cc (format_proc_stat): Use correctly sized constants for
filling in zeros on 98.
Diffstat (limited to 'winsup/cygwin/include')
-rw-r--r-- | winsup/cygwin/include/cygwin/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h index 6954d0969..13657a078 100644 --- a/winsup/cygwin/include/cygwin/version.h +++ b/winsup/cygwin/include/cygwin/version.h @@ -42,7 +42,7 @@ details. */ changes to the DLL and is mainly informative in nature. */ #define CYGWIN_VERSION_DLL_MAJOR 1005 -#define CYGWIN_VERSION_DLL_MINOR 1 +#define CYGWIN_VERSION_DLL_MINOR 0 /* Major numbers before CYGWIN_VERSION_DLL_EPOCH are incompatible. */ |