sync.c: change ULONG_MAX to UINT32_MAX
authorH. Peter Anvin <hpa@zytor.com>
Mon, 20 Aug 2007 20:10:04 +0000 (20:10 +0000)
committerH. Peter Anvin <hpa@zytor.com>
Mon, 20 Aug 2007 20:10:04 +0000 (20:10 +0000)
commitfc918885e03944afe47437c301a28bc1cba24d72
treeef64b641e783857f4446322cf941f704d0ef65e4
parentea8a28253ba758145abfd952d503c8b13163e9c1
sync.c: change ULONG_MAX to UINT32_MAX

The value returned is uint32_t, not unsigned long.  This creates a
warning when compiling on 64-bit machines.
sync.c