add FAQ to distribition; make compatible with gcc-2.95
[srvx.git] / src / proto.h
index 3f4143bbb100347322d75a844a076994f1f04186..342cedb63e470fc70b58fc60e5cea73c7b5ddc8a 100644 (file)
@@ -199,7 +199,7 @@ struct mod_chanmode {
         union {
             struct modeNode *member;
             const char *hostmask;
-        };
+        } u;
     } args[1];
 };
 #define MCP_ALLOW_OVB     0x0001 /* allow op, voice, ban manipulation */