Re: [PATCH] apr_dir_read doesn't return requested information
From: Philip Martin <philip_at_codematters.co.uk>
Date: 2002-12-18 19:25:13 CET
"William A. Rowe, Jr." <wrowe@apache.org> writes:
> Philip... thanks.
/usr/include/dirent.h
/* File types for `d_type'. */
> Also, what values do you have for DIRENT_TYPE, DIRENT_INODE from
#define DIRENT_INODE d_fileno
From the libc info files:
`unsigned char d_type'
`DT_UNKNOWN'
A test program:
$ cat z.c
-- Philip Martin --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Wed Dec 18 19:26:04 2002 |
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.