emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r110891: Use trunk version of gnulib


From: Paul Eggert
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r110891: Use trunk version of gnulib lib/fcntl.in.h.
Date: Tue, 13 Nov 2012 21:29:54 -0800
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 110891
committer: Paul Eggert <address@hidden>
branch nick: trunk
timestamp: Tue 2012-11-13 21:29:54 -0800
message:
  Use trunk version of gnulib lib/fcntl.in.h.
  
  This corrects a recent checkin, which used an experimental
  version of this file by mistake.  Stick with the standard version.
modified:
  lib/fcntl.in.h
=== modified file 'lib/fcntl.in.h'
--- a/lib/fcntl.in.h    2012-11-14 04:55:41 +0000
+++ b/lib/fcntl.in.h    2012-11-14 05:29:54 +0000
@@ -213,11 +213,7 @@
 #endif
 
 #ifndef O_EXEC
-# ifdef O_PATH
-#  define O_EXEC O_PATH
-# else
-#  define O_EXEC O_RDONLY /* This is often close enough in older systems.  */
-# endif
+# define O_EXEC O_RDONLY /* This is often close enough in older systems.  */
 #endif
 
 #ifndef O_IGNORE_CTTY
@@ -274,11 +270,7 @@
 #endif
 
 #ifndef O_SEARCH
-# ifdef O_PATH
-#  define O_SEARCH O_PATH
-# else
-#  define O_SEARCH O_RDONLY /* This is often close enough in older systems.  */
-# endif
+# define O_SEARCH O_RDONLY /* This is often close enough in older systems.  */
 #endif
 
 #ifndef O_SYNC


reply via email to

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