emacs-diffs
[Top][All Lists]
Advanced

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

master b26d0dd5837 2/2: Omit no-longer-needed SEEK_END workaround


From: Paul Eggert
Subject: master b26d0dd5837 2/2: Omit no-longer-needed SEEK_END workaround
Date: Sat, 25 Feb 2023 20:13:37 -0500 (EST)

branch: master
commit b26d0dd58371f19fec44e9c5d8a64697ee06d8b5
Author: Paul Eggert <eggert@cs.ucla.edu>
Commit: Paul Eggert <eggert@cs.ucla.edu>

    Omit no-longer-needed SEEK_END workaround
    
    * lib-src/ebrowse.c (SEEK_END): Remove; no longer needed
    on any supported SunOS version.
---
 lib-src/ebrowse.c | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/lib-src/ebrowse.c b/lib-src/ebrowse.c
index 469e90d04bb..371fa6c938b 100644
--- a/lib-src/ebrowse.c
+++ b/lib-src/ebrowse.c
@@ -31,11 +31,6 @@ along with GNU Emacs.  If not, see 
<https://www.gnu.org/licenses/>.  */
 #include <min-max.h>
 #include <unlocked-io.h>
 
-/* The SunOS compiler doesn't have SEEK_END.  */
-#ifndef SEEK_END
-#define SEEK_END 2
-#endif
-
 /* Files are read in chunks of this number of bytes.  */
 
 enum { READ_CHUNK_SIZE = 100 * 1024 };



reply via email to

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