This is mostly a maintenance release compared to 0.4.0. It fixes build issues when building with _FORTIFY_SOURCE and it includes all the security patches from Mandriva. Pkgsrc Changes: * set LICENSE gnu-gpl-v3 * marked as user-destdir ready. * add option: mmx and python , fixes PR 41735. * set selected X's one to default font path.
16 lines
354 B
Text
16 lines
354 B
Text
$NetBSD: patch-ac,v 1.2 2009/07/24 12:10:18 obache Exp $
|
|
|
|
--- xserver/os/access.c.orig 2008-03-13 14:34:48.000000000 +0000
|
|
+++ xserver/os/access.c
|
|
@@ -142,6 +142,11 @@ SOFTWARE.
|
|
#endif
|
|
|
|
#ifdef HAS_GETIFADDRS
|
|
+#include <sys/types.h>
|
|
+# ifdef __NetBSD__
|
|
+# include <sys/socket.h>
|
|
+typedef unsigned int u_int;
|
|
+# endif
|
|
#include <ifaddrs.h>
|
|
#endif
|
|
|