emikulic / darkhttpd

When you need a web server in a hurry.
https://unix4lyfe.org/darkhttpd/
ISC License
1.03k stars 83 forks source link

error: no member named 'st_mtim' in 'struct stat' #56

Closed mrluanma closed 6 months ago

mrluanma commented 6 months ago

b051b44 broke macOS build with error:

darkhttpd.c:1924:34: error: no member named 'st_mtim' in 'struct stat'
emikulic commented 6 months ago

Thanks for the fix! cc @hhartzer

hhartzer commented 6 months ago

Nice catch! I had no idea about that.

Do last modified timestamps on directory listings work for you with this?

mrluanma commented 6 months ago

Yes, it works.

image
hhartzer commented 6 months ago

Very cool, thank you!