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:
Andrew Deason 2011-02-17 11:53:08 -06:00 committed by Derrick Brashear
parent 43b8bcf2a7
commit 7bbec1f86b

View File

@ -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 */