summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorguenther <guenther@openbsd.org>2014-08-09 22:42:13 +0000
committerguenther <guenther@openbsd.org>2014-08-09 22:42:13 +0000
commit7d3aa87580486bc69e4e31d2745674c56a2bfc39 (patch)
treec9c4c735d0a1087122122582c4e155c92b1f1bbb
parentParse times with strtoll() instead of strtol() (diff)
downloadwireguard-openbsd-7d3aa87580486bc69e4e31d2745674c56a2bfc39.tar.xz
wireguard-openbsd-7d3aa87580486bc69e4e31d2745674c56a2bfc39.zip
Use time_t for storing times
-rw-r--r--gnu/usr.bin/binutils/gdb/objfiles.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/binutils/gdb/objfiles.h b/gnu/usr.bin/binutils/gdb/objfiles.h
index afbe8d26d38..69737c444e7 100644
--- a/gnu/usr.bin/binutils/gdb/objfiles.h
+++ b/gnu/usr.bin/binutils/gdb/objfiles.h
@@ -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. */