mirror of
https://git.openafs.org/openafs.git
synced 2025-01-20 16:00:12 +00:00
dux-min-direct-20040808
someone removed d_fileno from the generic case, put it back there. (maybe it was me, who knows...)
This commit is contained in:
parent
3ffd1b18ad
commit
20074af8e1
@ -172,12 +172,11 @@ struct min_direct { /* miniature direct structure */
|
||||
#else
|
||||
#if defined(AFS_SUN_ENV) || defined(AFS_AIX32_ENV)
|
||||
afs_int32 d_off;
|
||||
afs_uint32 d_fileno;
|
||||
#endif
|
||||
#if defined(AFS_HPUX100_ENV)
|
||||
unsigned long long d_off;
|
||||
afs_uint32 d_fileno;
|
||||
#endif
|
||||
afs_uint32 d_fileno;
|
||||
u_short d_reclen;
|
||||
u_short d_namlen;
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user