summaryrefslogtreecommitdiff
path: root/filedef.h
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2011-11-14 02:26:00 +0000
committerPaul Smith <psmith@gnu.org>2011-11-14 02:26:00 +0000
commit9fcd90e36cf2ae981199ea185566c71f5742a5c9 (patch)
tree40744661a128ae89e304200680fdca0d24906bbf /filedef.h
parent83ce81fcaa2f2c80446d96892b626b19564bdc8d (diff)
downloadgunmake-9fcd90e36cf2ae981199ea185566c71f5742a5c9.tar.gz
Changes to resolve warnings.
Fixes Savannah bug #34608.
Diffstat (limited to 'filedef.h')
-rw-r--r--filedef.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/filedef.h b/filedef.h
index 173e753..07a68cc 100644
--- a/filedef.h
+++ b/filedef.h
@@ -155,7 +155,7 @@ void print_file_data_base (void);
* 302 / 1000) \
+ 1 + 1 + 4 + 25)
-FILE_TIMESTAMP file_timestamp_cons (char const *, time_t, int);
+FILE_TIMESTAMP file_timestamp_cons (char const *, time_t, long int);
FILE_TIMESTAMP file_timestamp_now (int *);
void file_timestamp_sprintf (char *p, FILE_TIMESTAMP ts);