--- embedaddon/libnet/src/libnet_prand.c 2012/02/21 22:14:23 1.1.1.1 +++ embedaddon/libnet/src/libnet_prand.c 2013/07/22 11:54:42 1.1.1.2 @@ -1,5 +1,5 @@ /* - * $Id: libnet_prand.c,v 1.1.1.1 2012/02/21 22:14:23 misho Exp $ + * $Id: libnet_prand.c,v 1.1.1.2 2013/07/22 11:54:42 misho Exp $ * * libnet * libnet_prand.c - pseudo-random number generation @@ -69,10 +69,10 @@ libnet_seed_prand(libnet_t *l) } -u_int32_t +uint32_t libnet_get_prand(int mod) { - u_int32_t n; /* 0 to 4,294,967,295 */ + uint32_t n; /* 0 to 4,294,967,295 */ #ifndef _WIN32 n = random(); #else