diff options
author | Jorge Arellano Cid <jcid@dillo.org> | 2009-04-30 09:46:25 -0400 |
---|---|---|
committer | Jorge Arellano Cid <jcid@dillo.org> | 2009-04-30 09:46:25 -0400 |
commit | 61eb69b770d3475a88b363165698b20cb81e9c3e (patch) | |
tree | fcb90ed897904cbc7c83806f638d7857b976a626 /dpi/file.c | |
parent | fc7d5d22b8242381c2c454ca7ae5587e79c33580 (diff) |
Switched a few remaining "unsigned int" to "uint_t"
Diffstat (limited to 'dpi/file.c')
-rw-r--r-- | dpi/file.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -913,7 +913,7 @@ static void *File_serve_clients(void *client) * Check a fd for activity, with a max timeout. * return value: 0 if timeout, 1 if input available, -1 if error. */ -static int File_check_fd(int filedes, unsigned int seconds) +static int File_check_fd(int filedes, uint_t seconds) { int st; fd_set set; |