From 164542e9ea748652dbb227ece7adde34eb34b053 Mon Sep 17 00:00:00 2001 From: pcg Date: Sun, 4 Apr 2004 23:47:29 +0000 Subject: [PATCH] *** empty log message *** --- src/rxvtcolor.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rxvtcolor.C b/src/rxvtcolor.C index ae822b78..30cb10e4 100644 --- a/src/rxvtcolor.C +++ b/src/rxvtcolor.C @@ -160,7 +160,7 @@ bool rxvt_display::init () int fd = XConnectionNumber (display); x_ev.start (fd, EVENT_READ); - fcntl (fd, F_SETFL, FD_CLOEXEC); + fcntl (fd, F_SETFD, FD_CLOEXEC); XSelectInput (display, root, PropertyChangeMask); xa_xim_servers = XInternAtom (display, "XIM_SERVERS", 0); -- 2.34.1