Rename u_intXX_t to uintXX_t

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17450 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-05-05 11:11:43 +00:00
parent f7a60ed8e3
commit 5118c90498
25 changed files with 60 additions and 60 deletions

View File

@@ -119,7 +119,7 @@ recv_conn (int sock, kx_context *kc,
int ret = 1;
int flags;
int len;
u_int32_t tmp32;
uint32_t tmp32;
memset(kc, 0, sizeof(*kc));
*nsockets = 0;