engine: IPv6 net engine updates
[fio.git] / engines / falloc.c
index 8025085baddae612c6f9f6f174a7ec0aaf8b29cc..17a901ad93f54e08802d88260d0c48a6bde9070f 100644 (file)
@@ -43,9 +43,10 @@ open_again:
 
        if (f->fd == -1) {
                char buf[FIO_VERROR_SIZE];
-               int __e = errno;
+               int e = errno;
+
                snprintf(buf, sizeof(buf), "open(%s)", f->file_name);
-               td_verror(td, __e, buf);
+               td_verror(td, e, buf);
        }
 
        if (!from_hash && f->fd != -1) {