Integer type name change.
[silc.git] / lib / silcutil / os2 / silcos2schedule.c
index f5db19d7cf10e7ae93804589590f08e210e9db90..fc775056577b133eca4846e795f3e950f444c2b8 100644 (file)
@@ -25,7 +25,7 @@
 
 /* Calls normal select() system call. */
 
-int silc_select(SilcScheduleFd fds, uint32 fds_count, struct timeval *timeout)
+int silc_select(SilcScheduleFd fds, SilcUInt32 fds_count, struct timeval *timeout)
 {
   fd_set in, out;
   int ret, i, max_fd = 0;