summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--server/access.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/server/access.c b/server/access.c
index bedeb75..d6f4eee 100644
--- a/server/access.c
+++ b/server/access.c
@@ -29,6 +29,13 @@ static char rcsid_acl_s_c[] = "$Header$";
* ZAccess_t accesstype;
*/
+/*
+ * Each restricted class has two ACL's associated with it, one
+ * governing subscriptions and one governing transmission.
+ * This module provides the 'glue' between the standard Athena ACL
+ * routines and the support needed by the Zephyr server.
+ */
+
#include "zserver.h"
#include <sys/param.h>