]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
*ix doesn't do BOOL.
authorHarlan Stenn <stenn@ntp.org>
Wed, 10 Dec 2003 06:52:46 +0000 (01:52 -0500)
committerHarlan Stenn <stenn@ntp.org>
Wed, 10 Dec 2003 06:52:46 +0000 (01:52 -0500)
bk: 3fd6c2beKcPM5OtFxjCwdawcXY2eIQ

ntpd/ntp_io.c

index 3f2d93c9df212b3def1672eeac8bcc98da468dab..72d1d4c507e62cdbc941397c0a0fd52a38dca2c5 100644 (file)
@@ -269,7 +269,7 @@ int
 create_wildcards(u_short port) {
 
        int idx = 0;
-       BOOL okipv4 = TRUE;
+       int okipv4 = TRUE;
        /*
         * create pseudo-interface with wildcard IPv4 address
         */