summaryrefslogtreecommitdiff
path: root/include/apr_file_info.h
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2007-10-24 04:40:33 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2007-10-24 04:40:33 +0000
commitbc680f26879815c71eae3e752dea63865576a16e (patch)
tree6bfdadb476d537f40ed807137b451fe03571211d /include/apr_file_info.h
parent704ed0016581db15d46d3726ca4eb3898317fd13 (diff)
downloadapr-bc680f26879815c71eae3e752dea63865576a16e.tar.gz
Define apr_ino_t in such a way that it doesn't change definition
based on the library consumer's -D'efines to the filesystem. Submitted by: Lucian Adrian Grijincu <lucian.grijincu gmail.com> git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@587779 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apr_file_info.h')
-rw-r--r--include/apr_file_info.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/apr_file_info.h b/include/apr_file_info.h
index 135226bce..bbcff8ac0 100644
--- a/include/apr_file_info.h
+++ b/include/apr_file_info.h
@@ -125,16 +125,10 @@ typedef struct apr_dir_t apr_dir_t;
typedef apr_int32_t apr_fileperms_t;
#if (defined WIN32) || (defined NETWARE)
/**
- * Structure for determining the inode of the file.
- */
-typedef apr_uint64_t apr_ino_t;
-/**
* Structure for determining the device the file is on.
*/
typedef apr_uint32_t apr_dev_t;
#else
-/** The inode of the file. */
-typedef ino_t apr_ino_t;
/**
* Structure for determining the device the file is on.
*/