openwrtv3/package/network/services/uhttpd
Jo-Philipp Wich 634c8c215c uhttpd: fix time_t type mismatch on 32bit systems
The previous update introducing LFS support unconditionally changed the
sprintf() pattern used to print the file modification time to use PRIx64.

Explicitely convert the st_mtime member of the stat struct to uint64_t in
order to avoid type mismatch errors when building for non-64bit targets.

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>

SVN-Revision: 44138
2015-01-25 17:59:08 +00:00
..
files uhttpd: fix exit code of mod-ubus postinstall script 2015-01-25 15:54:43 +00:00
Makefile uhttpd: fix time_t type mismatch on 32bit systems 2015-01-25 17:59:08 +00:00