From 85791f53d7357b971d6f091038c8c4f39c50414d Mon Sep 17 00:00:00 2001 From: Andrew Deason Date: Thu, 17 Feb 2011 11:53:08 -0600 Subject: [PATCH] LINUX: Fix osi_compat.h include guard Reviewed-on: http://gerrit.openafs.org/3973 Reviewed-by: Marc Dionne Reviewed-by: Derrick Brashear Tested-by: BuildBot (cherry picked from commit 7bbec1f86bbdbf351d36863dc5d971f61051b170) Change-Id: I8a0b1a6bc57cb06778d97ad738c04b03c3ba7876 Reviewed-on: http://gerrit.openafs.org/4015 Tested-by: BuildBot Reviewed-by: Derrick Brashear --- src/afs/LINUX/osi_compat.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/afs/LINUX/osi_compat.h b/src/afs/LINUX/osi_compat.h index 511b88267..db90c07a9 100644 --- a/src/afs/LINUX/osi_compat.h +++ b/src/afs/LINUX/osi_compat.h @@ -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 */ -- 2.39.5