- firedns.c: replaced uint32 with uint32_t
authormichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>
Fri, 26 Dec 2014 17:19:29 +0000 (17:19 +0000)
committermichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>
Fri, 26 Dec 2014 17:19:29 +0000 (17:19 +0000)
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/trunk@5158 82007160-df01-0410-b94d-b575c5fd34c7

src/firedns.c

index 45160927479bcb37698b2cad5f85b335b2fc4372..880f2d74043d15756b3d5018c1fc8be1cf829aec 100644 (file)
@@ -114,7 +114,7 @@ struct s_rr_middle
    uint16_t type;
    uint16_t class;
    /* XXX - firedns depends on this being 4 bytes */
-   uint32 ttl;
+   uint32_t ttl;
    uint16_t rdlength;
 };