diff options
author | Christopher Faylor <me@cgf.cx> | 2005-12-05 21:02:53 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2005-12-05 21:02:53 +0000 |
commit | c34aee9b232aa388853c37acf29b1869d489072a (patch) | |
tree | f015fb0722bbcdbe2c1b4f1bc54f5cf350f097d1 /winsup/cygwin/include/sys/dirent.h | |
parent | 4535b5961fc6055c9c59838b9fbcff20a71744b9 (diff) | |
download | cygnal-c34aee9b232aa388853c37acf29b1869d489072a.tar.gz cygnal-c34aee9b232aa388853c37acf29b1869d489072a.tar.bz2 cygnal-c34aee9b232aa388853c37acf29b1869d489072a.zip |
* dir.cc (readdir_workdir): Only fill out d_ino when linked into older app.
* include/cygwin/version.h: Bump api minor number to 147, reflecting
obsolescence of d_ino.
(CYGWIN_VERSION_USER_API_VERSION_COMBINED): New convenience macro.
(CYGWIN_VERSION_CHECK_FOR_NEEDS_D_INO): New convenience macro.
Diffstat (limited to 'winsup/cygwin/include/sys/dirent.h')
-rw-r--r-- | winsup/cygwin/include/sys/dirent.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/include/sys/dirent.h b/winsup/cygwin/include/sys/dirent.h index 5eafbc27b..50cde2882 100644 --- a/winsup/cygwin/include/sys/dirent.h +++ b/winsup/cygwin/include/sys/dirent.h @@ -20,7 +20,7 @@ struct dirent { long d_version; /* Used since Cygwin 1.3.3. */ - __ino64_t d_ino; /* still junk but with more bits */ + __ino64_t __deprecated_d_ino; /* still junk but with more bits */ long d_fd; /* File descriptor of open directory. Used since Cygwin 1.3.3. */ unsigned __ino32; |