Use time_t for storing times
authorguenther <guenther@openbsd.org>
Sat, 9 Aug 2014 22:42:13 +0000 (22:42 +0000)
committerguenther <guenther@openbsd.org>
Sat, 9 Aug 2014 22:42:13 +0000 (22:42 +0000)
gnu/usr.bin/binutils/gdb/objfiles.h

index afbe8d2..69737c4 100644 (file)
@@ -252,7 +252,7 @@ struct objfile
     /* The modification timestamp of the object file, as of the last time
        we read its symbols.  */
 
-    long mtime;
+    time_t mtime;
 
     /* Obstack to hold objects that should be freed when we load a new symbol
        table from this object file. */