*** empty log message ***
authorpcg <pcg>
Sun, 4 Apr 2004 23:47:29 +0000 (23:47 +0000)
committerpcg <pcg>
Sun, 4 Apr 2004 23:47:29 +0000 (23:47 +0000)
src/rxvtcolor.C

index ae822b7..30cb10e 100644 (file)
@@ -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);