summaryrefslogtreecommitdiff
path: root/dpid/misc_new.c
diff options
context:
space:
mode:
Diffstat (limited to 'dpid/misc_new.c')
-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)