emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/xsmfns.c,v


From: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/src/xsmfns.c,v
Date: Sat, 09 Feb 2008 18:03:12 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Dan Nicolaescu <dann>   08/02/09 18:03:11

Index: src/xsmfns.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/xsmfns.c,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -b -r1.24 -r1.25
--- src/xsmfns.c        8 Jan 2008 20:44:24 -0000       1.24
+++ src/xsmfns.c        9 Feb 2008 18:03:06 -0000       1.25
@@ -389,16 +389,9 @@
     }
 
   ice_fd = IceConnectionNumber (iceConn);
-#ifndef F_SETOWN_BUG
 #ifdef F_SETOWN
-#ifdef F_SETOWN_SOCK_NEG
-  /* stdin is a socket here */
-  fcntl (ice_fd, F_SETOWN, -getpid ());
-#else /* ! defined (F_SETOWN_SOCK_NEG) */
   fcntl (ice_fd, F_SETOWN, getpid ());
-#endif /* ! defined (F_SETOWN_SOCK_NEG) */
 #endif /* ! defined (F_SETOWN) */
-#endif /* F_SETOWN_BUG */
 
 #ifdef SIGIO
   if (interrupt_input)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]