From: Andrew Deason Date: Thu, 17 Feb 2011 17:53:08 +0000 (-0600) Subject: LINUX: Fix osi_compat.h include guard X-Git-Tag: debian/1.6.0.pre3-1~5^2^2~61 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=85791f53d7357b971d6f091038c8c4f39c50414d;p=packages%2Fo%2Fopenafs.git 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 --- 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 */