f359d13e6b
This switches to the gnome-2.20 branch, too many changes to list here. (The update has taken a while because the XDMCP code relies on IPv6-mapped IPv4 sockets which is not so easy on NetBSD.)
13 lines
372 B
Text
13 lines
372 B
Text
$NetBSD: patch-ab,v 1.17 2007/11/30 20:08:38 drochner Exp $
|
|
|
|
--- ./daemon/gdm-daemon-config.c.orig 2007-09-28 17:00:37.000000000 +0200
|
|
+++ ./daemon/gdm-daemon-config.c
|
|
@@ -40,7 +40,7 @@
|
|
#include <fcntl.h>
|
|
#include <string.h>
|
|
#include <sys/types.h>
|
|
-#include <sys/resource.h>
|
|
+#include <sys/time.h>
|
|
#include <sys/stat.h>
|
|
#include <sys/resource.h>
|
|
#include <signal.h>
|