From 7bbec1f86bbdbf351d36863dc5d971f61051b170 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 Change-Id: I96565ba0adef3d3be646c1ed02c7d022e216f911 Reviewed-on: http://gerrit.openafs.org/3973 Reviewed-by: Marc Dionne Reviewed-by: Derrick Brashear Tested-by: BuildBot --- 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 511b882677..db90c07a96 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 */