From b903ad6fd4cbf0da46af4604f2b7ff5e96bec68b Mon Sep 17 00:00:00 2001 From: John Kohl Date: Fri, 18 Dec 1987 06:42:50 +0000 Subject: lint fixes --- server/class.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'server/class.c') diff --git a/server/class.c b/server/class.c index 4020ea0..5d6394e 100644 --- a/server/class.c +++ b/server/class.c @@ -329,6 +329,8 @@ char *class; return(NULLZACLT); } +#ifdef notdef +/* currently not used */ /* * restrict class by associating it with the acl structure acl. * return ZERR_NONE if no error, or ZSRV_NOCLASS if there is no such @@ -357,6 +359,7 @@ ZAcl_t *acl; /* fell off the end, no match */ return(ZSRV_NOCLASS); } +#endif notdef /* * restrict class by registering it and associating it with the acl -- cgit v1.2.3