uhttpd: fix time_t type mismatch on 32bit systems
authorjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 25 Jan 2015 17:59:08 +0000 (17:59 +0000)
committerjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 25 Jan 2015 17:59:08 +0000 (17:59 +0000)
commit17421bec37cc7aad13a09626fd5b865958e751b1
tree3c5b7a2cc3fcfdd2ae8cb1c8a791cded8b32fb44
parent0e118d5fc3b521d0d3a57c28d9b07a4f3ebcda82
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44138 3c298f89-4303-0410-b956-a3cf2f4a3e73
package/network/services/uhttpd/Makefile