Get rid of other-OS headers in .depend
[fio.git] / file.h
diff --git a/file.h b/file.h
index 63494653bb0d8d582409fb7b34f4ea25bcb353a8..fa8c1d236c498da467a5ea716642d66ec56abef3 100644 (file)
--- a/file.h
+++ b/file.h
@@ -47,13 +47,8 @@ struct fio_file {
        struct flist_head hash_list;
        enum fio_filetype filetype;
 
-       /*
-        * A file may not be a file descriptor, let the io engine decide
-        */
-       union {
-               unsigned long file_data;
-               int fd;
-       };
+       void *file_data;
+       int fd;
 
        /*
         * filename and possible memory mapping