summaryrefslogtreecommitdiff
path: root/x11/gdm2/files/patch-as
diff options
context:
space:
mode:
authorDmitry Sivachenko <demon@FreeBSD.org>2001-10-07 12:47:53 +0000
committerDmitry Sivachenko <demon@FreeBSD.org>2001-10-07 12:47:53 +0000
commit3ceecc667a165bbce14c0404b7e89f2cfb62a9d1 (patch)
treef3053a0e2b0948084a98b3806d64064bb11cc2f4 /x11/gdm2/files/patch-as
parentUpdate to version 1.5. (diff)
Update to 2.2.4.2
Notes
Notes: svn path=/head/; revision=48519
Diffstat (limited to '')
-rw-r--r--x11/gdm2/files/patch-as14
1 files changed, 0 insertions, 14 deletions
diff --git a/x11/gdm2/files/patch-as b/x11/gdm2/files/patch-as
deleted file mode 100644
index cf7db5183e5d..000000000000
--- a/x11/gdm2/files/patch-as
+++ /dev/null
@@ -1,14 +0,0 @@
---- gui/gdmflexiserver.c.orig Mon Oct 1 12:39:52 2001
-+++ gui/gdmflexiserver.c Mon Oct 1 12:40:08 2001
-@@ -59,7 +59,11 @@
- g_print ("Sending command: '%s'\n", command);
-
- cstr = g_strdup_printf ("%s\n", command);
-+#ifndef __FreeBSD__
- if (send (fd, cstr, strlen (cstr), MSG_NOSIGNAL) < 0)
-+#else
-+ if (send (fd, cstr, strlen (cstr), 0) < 0)
-+#endif
- return NULL;
-
- if ( ! get_response)