]> jfr.im git - solanum.git/blobdiff - libratbox/include/commio-int.h
libratbox sync - r25796
[solanum.git] / libratbox / include / commio-int.h
index ad767dc9f4f36c92786b516b2317acea6cf366fd..d13d9eab53fff43053d44c98a3d20cf433fa16a0 100644 (file)
@@ -103,8 +103,8 @@ struct _fde
         */
        rb_dlink_node node;
        int fd;                 /* So we can use the rb_fde_t as a callback ptr */
-       rb_uint8_t flags;
-       rb_uint8_t type;
+       uint8_t flags;
+       uint8_t type;
        int pflags;
        char *desc;
        PF *read_handler;