Index: branches/fc15-dev/server/common/patches/openafs-scripts.patch
===================================================================
--- branches/fc15-dev/server/common/patches/openafs-scripts.patch	(revision 1930)
+++ branches/fc15-dev/server/common/patches/openafs-scripts.patch	(revision 1962)
@@ -225,10 +225,10 @@
 --- a/src/afs/afs_pioctl.c
 +++ b/src/afs/afs_pioctl.c
-@@ -1405,6 +1405,10 @@ DECL_PIOCTL(PSetAcl)
-     struct AFSFetchStatus OutStatus;
+@@ -1406,6 +1406,10 @@ DECL_PIOCTL(PSetAcl)
+     struct rx_connection *rxconn;
      XSTATS_DECLS;
  
 +    if (areq->uid == globalpag && areq->realuid != AFSAGENT_UID) {
-+	return EACCES;
++       return EACCES;
 +    }
 +
