AF_LOCAL vs AF_UNIX

2012-04-11 Thread Nikos Mavrogiannopoulos
Hello, I've noticed that some systems define AF_LOCAL in sys/socket.h while others AF_UNIX and most define both. Could gnulib provide both definitions (e.g. by this patch) to simplify their usage on various platforms? regards, Nikos diff --git a/lib/sys_socket.in.h b/lib/sys_socket.in.h index c91

mingw: ioctl.c HANDLE not defined and fstat question

2012-04-11 Thread Ray Satiro
I had to add #include to get ioctl.c to compile for mingw. Without it the HANDLE type was not defined. The gnulib fstat doc says: "On platforms where off_t is a 32-bit type, stat may not correctly report the size of files or block devices larger than 2 GB. The fix is to use the AC_SYS_LARGEFI