ossp-pkg/lmtp2nntp/fixme.h  1.2 -> 1.3
--- fixme.h      2002/01/30 16:41:02     1.2
+++ fixme.h      2002/01/31 09:03:58     1.3
@@ -57,8 +57,14 @@
     int             option_killflag;
     uid_t           option_uid;
     int             option_daemon;
+
+    /*FIXME replaced by following
     int             option_aclc;
     struct acl      option_acl[MAXACLS];
+    */
+    int             nacl;
+    struct acl     *pacl;
+
     int             option_veryverbose;
     int             option_childsmax;
     int             active_childs;
 |   
 |