artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e8d074b
)
Use time_t for storing times
author
guenther
<guenther@openbsd.org>
Sat, 9 Aug 2014 22:42:13 +0000
(22:42 +0000)
committer
guenther
<guenther@openbsd.org>
Sat, 9 Aug 2014 22:42:13 +0000
(22:42 +0000)
gnu/usr.bin/binutils/gdb/objfiles.h
patch
|
blob
|
history
diff --git
a/gnu/usr.bin/binutils/gdb/objfiles.h
b/gnu/usr.bin/binutils/gdb/objfiles.h
index
afbe8d2
..
69737c4
100644
(file)
--- 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. */