summaryrefslogtreecommitdiff
path: root/dpid
diff options
context:
space:
mode:
authorJorge Arellano Cid <jcid@dillo.org>2009-04-30 09:46:25 -0400
committerJorge Arellano Cid <jcid@dillo.org>2009-04-30 09:46:25 -0400
commit61eb69b770d3475a88b363165698b20cb81e9c3e (patch)
treefcb90ed897904cbc7c83806f638d7857b976a626 /dpid
parentfc7d5d22b8242381c2c454ca7ae5587e79c33580 (diff)
Switched a few remaining "unsigned int" to "uint_t"
Diffstat (limited to 'dpid')
-rw-r--r--dpid/misc_new.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dpid/misc_new.c b/dpid/misc_new.c
index 2438a80f..83f990ac 100644
--- a/dpid/misc_new.c
+++ b/dpid/misc_new.c
@@ -170,7 +170,7 @@ char *a_Misc_mkfname(char *template)
{
char *tmp = template + strlen(template) - 6;
int i;
- unsigned int random;
+ uint_t random;
struct stat stat_buf;
if (tmp < template)