From: Russ Allbery Date: Wed, 22 Jul 2009 14:00:10 +0000 (-0700) Subject: Remove conditional on LINUX/osi_pag_module.c X-Git-Tag: openafs-devel-1_5_61~70 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=22996dc4d6d22b0b811ef5e0ae5bff8441629a6d;p=packages%2Fo%2Fopenafs.git Remove conditional on LINUX/osi_pag_module.c osi_pag_module.c should not be built conditionally based on whether the NFS translator is enabled. This file is used by afspag.ko, which is run on NFS translator clients, not servers, and should not have GPL symbol problems. Reviewed-on: http://gerrit.openafs.org/http://gerrit.openafs.org/179 Reviewed-by: Derrick Brashear Tested-by: Marc Dionne Reviewed-by: Marc Dionne --- diff --git a/src/afs/LINUX/osi_pag_module.c b/src/afs/LINUX/osi_pag_module.c index 3377c4544..63020ed89 100644 --- a/src/afs/LINUX/osi_pag_module.c +++ b/src/afs/LINUX/osi_pag_module.c @@ -14,8 +14,6 @@ #include #include "afs/param.h" - -#if !defined(AFS_NONFSTRANS) || defined(AFS_AIX_IAUTH_ENV) #include /* early to avoid printf->printk mapping */ #include "afs/sysincludes.h" #include "afsincludes.h" @@ -155,5 +153,3 @@ afs_nfsclient_reqhandler(struct afs_exporter *exporter, return EINVAL; } #endif -#endif /* AFS_NONFSTRANS */ -