Put back the source MAC address, but do it right, in one column_add_fstr()
[metze/wireshark/wip.git] / fileset.c
index 63094c478d34a235947abd1041ed20d7826825ac..43243a97c7169bd2c39d79539fae40d1befe96f4 100644 (file)
--- a/fileset.c
+++ b/fileset.c
@@ -177,7 +177,7 @@ static fileset_entry *
 fileset_add_file(const char *dirname, const char *fname, gboolean current)
 {
     int fh, result;
-    struct stat buf;
+    ws_statb64 buf;
     char *path;
     fileset_entry *entry = NULL;