Gisle Vanem wrote:
> Attached in diffs-3.txt.
Good stuff!! :-)
> +#if !defined(_WIN32)
> struct sockaddr_un sa_un;
> +#endif
Instead of this, I have added a new check which defines
HAVE_SOCKADDR_UN if struct sockaddr_un is available.
> +#ifndef _WIN32
> #define SOCKET_ADDR_UNIX(s) (SOCKET(s)->client_addr.sa_un)
> +#endif
> +#ifndef _WIN32
> #define SOCKET_SUN_PATH(s) (SOCKET(s)->client_addr.sa_un.sun_path)
> +#endif
These aren't really needed, are they?
> +#if 0
> + TRACE ("mmap", "fd %d, os_map %08lX, file_ptr %08lX, size %u, prot
Applied, but why the "#if 0"?
--
Greetings, alo.
http://www.alobbs.com
_______________________________________________
Cherokee mailing list
[email protected]
http://www.alobbs.com/cgi-bin/mailman/listinfo/cherokee