mirror of
https://git.openafs.org/openafs.git
synced 2025-01-22 17:00:15 +00:00
fix-formatting-in-afs-h-20011225
minor formatting cleanup
This commit is contained in:
parent
96f340c532
commit
fcda63bda0
@ -838,21 +838,21 @@ struct afs_fheader {
|
||||
struct fcache {
|
||||
struct VenusFid fid; /* Fid for this file */
|
||||
afs_int32 modTime; /* last time this entry was modified */
|
||||
afs_hyper_t versionNo; /* Associated data version number */
|
||||
afs_int32 chunk; /* Relative chunk number */
|
||||
afs_hyper_t versionNo; /* Associated data version number */
|
||||
afs_int32 chunk; /* Relative chunk number */
|
||||
#if defined(AFS_SGI61_ENV) || defined(AFS_SUN57_64BIT_ENV)
|
||||
/* Using ino64_t here so that user level debugging programs compile
|
||||
* the size correctly.
|
||||
*/
|
||||
ino64_t inode; /* Unix inode for this chunk */
|
||||
ino64_t inode; /* Unix inode for this chunk */
|
||||
#else
|
||||
#if defined(AFS_LINUX_64BIT_KERNEL)
|
||||
long inode; /* Unix inode for this chunk */
|
||||
long inode; /* Unix inode for this chunk */
|
||||
#else
|
||||
afs_int32 inode; /* Unix inode for this chunk */
|
||||
afs_int32 inode; /* Unix inode for this chunk */
|
||||
#endif
|
||||
#endif
|
||||
afs_int32 chunkBytes; /* Num bytes in this chunk */
|
||||
afs_int32 chunkBytes; /* Num bytes in this chunk */
|
||||
char states; /* Has this chunk been modified? */
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user