]> jfr.im git - irc/blitzed-org/bopm.git/commitdiff
Of course, you need an extra header file for that to work..
authordgl <redacted>
Fri, 7 Mar 2003 00:37:05 +0000 (00:37 +0000)
committerdgl <redacted>
Fri, 7 Mar 2003 00:37:05 +0000 (00:37 +0000)
so changing int32_t to int.
(I blame vim's syntax hilighting for lulling me into a false sense of
security, but probably testing stuff with the exact code you commit is also
a good idea).

src/firedns.c

index 894dc46eb7ddbd939f28b86392bc28acef1dfdc1..2b7bc6702f3db0febcfb05852c17718bd6c0340f 100644 (file)
@@ -87,7 +87,7 @@ struct s_rr_middle
 {
    unsigned short type;
    unsigned short class;
-   unsigned int32_t ttl; /* XXX - firedns depends on this being 4 bytes */
+   unsigned int ttl; /* XXX - firedns depends on this being 4 bytes */
    unsigned short rdlength;
 };