--- rxvt-unicode/src/rxvtc.C 2006/01/10 04:23:39 1.19 +++ rxvt-unicode/src/rxvtc.C 2006/01/17 15:17:39 1.20 @@ -41,7 +41,7 @@ client::client () { - if ((fd = socket (PF_UNIX, SOCK_STREAM, 0)) < 0) + if ((fd = socket (AF_UNIX, SOCK_STREAM, 0)) < 0) { perror ("unable to create communications socket"); exit (EXIT_FAILURE); @@ -110,7 +110,6 @@ } 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) @@ -119,7 +118,6 @@ exit (EXIT_FAILURE); } } -#endif else if (!strcmp (tok, "END")) { int success;