mirror of
https://git.openafs.org/openafs.git
synced 2025-01-31 13:38:01 +00:00
LINUX: Fix osi_compat.h include guard
Change-Id: I96565ba0adef3d3be646c1ed02c7d022e216f911 Reviewed-on: http://gerrit.openafs.org/3973 Reviewed-by: Marc Dionne <marc.c.dionne@gmail.com> Reviewed-by: Derrick Brashear <shadow@dementia.org> Tested-by: BuildBot <buildbot@rampaginggeek.com>
This commit is contained in:
parent
43b8bcf2a7
commit
7bbec1f86b
@ -207,7 +207,6 @@ afs_linux_cred_is_current(afs_ucred_t *cred)
|
||||
# define KEY_ALLOC_IN_QUOTA 0
|
||||
# endif
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifndef HAVE_LINUX_PAGE_OFFSET
|
||||
static inline loff_t
|
||||
@ -395,3 +394,5 @@ afs_inode_setattr(struct osi_file *afile, struct iattr *newattrs) {
|
||||
#endif
|
||||
return code;
|
||||
}
|
||||
|
||||
#endif /* AFS_LINUX_OSI_COMPAT_H */
|
||||
|
Loading…
x
Reference in New Issue
Block a user