* Replace __u32's with uint32_t.

This commit is contained in:
Justin Maggard
2011-03-02 22:23:36 +00:00
parent 107b808021
commit 36c1ae3948
3 changed files with 45 additions and 44 deletions

View File

@ -91,4 +91,4 @@ struct album_art_name_s * album_art_names = NULL;
struct client_cache_s clients[CLIENT_CACHE_SLOTS];
short int scanning = 0;
volatile short int quitting = 0;
volatile __u32 updateID = 0;
volatile uint32_t updateID = 0;