mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-21 17:47:00 +00:00
yaffs2: remove __TIME__ __DATE__ macros
prevent compiler errors with gcc 4.9 increase reproducibility Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de> SVN-Revision: 46858
This commit is contained in:
parent
d9857f5468
commit
e6fb730daa
@ -3250,7 +3250,7 @@ static int yaffs_proc_read(char *page,
|
|||||||
if (step == 0)
|
if (step == 0)
|
||||||
buf +=
|
buf +=
|
||||||
sprintf(buf,
|
sprintf(buf,
|
||||||
"Multi-version YAFFS built:" __DATE__ " " __TIME__
|
"Multi-version YAFFS."
|
||||||
"\n");
|
"\n");
|
||||||
else if (step == 1)
|
else if (step == 1)
|
||||||
buf += sprintf(buf, "\n");
|
buf += sprintf(buf, "\n");
|
||||||
@ -3601,7 +3601,7 @@ static int __init init_yaffs_fs(void)
|
|||||||
struct file_system_to_install *fsinst;
|
struct file_system_to_install *fsinst;
|
||||||
|
|
||||||
yaffs_trace(YAFFS_TRACE_ALWAYS,
|
yaffs_trace(YAFFS_TRACE_ALWAYS,
|
||||||
"yaffs built " __DATE__ " " __TIME__ " Installing.");
|
"yaffs Installing.");
|
||||||
|
|
||||||
mutex_init(&yaffs_context_lock);
|
mutex_init(&yaffs_context_lock);
|
||||||
|
|
||||||
@ -3642,7 +3642,7 @@ static void __exit exit_yaffs_fs(void)
|
|||||||
struct file_system_to_install *fsinst;
|
struct file_system_to_install *fsinst;
|
||||||
|
|
||||||
yaffs_trace(YAFFS_TRACE_ALWAYS,
|
yaffs_trace(YAFFS_TRACE_ALWAYS,
|
||||||
"yaffs built " __DATE__ " " __TIME__ " removing.");
|
"yaffs removing.");
|
||||||
|
|
||||||
remove_proc_entry("yaffs", YPROC_ROOT);
|
remove_proc_entry("yaffs", YPROC_ROOT);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user