LINUX: Fix osi_compat.h include guard
authorAndrew Deason <adeason@sinenomine.net>
Thu, 17 Feb 2011 17:53:08 +0000 (11:53 -0600)
committerDerrick Brashear <shadow@dementia.org>
Thu, 17 Feb 2011 18:47:39 +0000 (10:47 -0800)
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>

src/afs/LINUX/osi_compat.h

index 511b882..db90c07 100644 (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 */