projects
/
dana
/
urxvt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f00f622
)
*** empty log message ***
author
root
<root>
Sat, 24 Dec 2005 11:55:41 +0000
(11:55 +0000)
committer
root
<root>
Sat, 24 Dec 2005 11:55:41 +0000
(11:55 +0000)
src/rxvtc.C
patch
|
blob
|
history
diff --git
a/src/rxvtc.C
b/src/rxvtc.C
index e4d5db0e78af27e1af1476616ad137dc4772b510..0b00b357919fdf2fa9fc43930dd5752a4b3133d4 100644
(file)
--- a/
src/rxvtc.C
+++ b/
src/rxvtc.C
@@
-110,6
+110,7
@@
main (int argc, const char *const *argv)
}
else if (!strcmp (tok, "MSG") && c.recv (tok))
fprintf (stderr, "%s", (const char *)tok);
+#if ENABLE_FRILLS && HAVE_UNIX_FDPASS
else if (!strcmp (tok, "GETFD") && c.recv (cint))
{
if (rxvt_send_fd (c.fd, cint) < 0)
@@
-118,6
+119,7
@@
main (int argc, const char *const *argv)
exit (EXIT_FAILURE);
}
}
+#endif
else if (!strcmp (tok, "END"))
{
int success;