Use C99 uint32_t rather than u_int32_t
authorJonathan McDowell <noodles@earth.li>
Tue, 18 Oct 2011 05:02:44 +0000 (22:02 -0700)
committerJonathan McDowell <noodles@earth.li>
Tue, 18 Oct 2011 05:02:44 +0000 (22:02 -0700)
keydb_db4.c

index 04d727c6eb8df6df3778f98c67b070686243491e..638be28dc2583afe5932cdceeb5df0c785882f5a 100644 (file)
@@ -309,7 +309,7 @@ static void db4_initdb(bool readonly)
        FILE      *numdb = NULL;
        int        ret = 0;
        int        i = 0;
-       u_int32_t  flags = 0;
+       uint32_t   flags = 0;
        struct stat statbuf;
        int        maxlocks;