summaryrefslogtreecommitdiff
path: root/editors/emacs20/patches/patch-ah
diff options
context:
space:
mode:
Diffstat (limited to 'editors/emacs20/patches/patch-ah')
-rw-r--r--editors/emacs20/patches/patch-ah17
1 files changed, 0 insertions, 17 deletions
diff --git a/editors/emacs20/patches/patch-ah b/editors/emacs20/patches/patch-ah
deleted file mode 100644
index 63a8850e395..00000000000
--- a/editors/emacs20/patches/patch-ah
+++ /dev/null
@@ -1,17 +0,0 @@
-$NetBSD: patch-ah,v 1.1.1.1 2003/04/11 00:31:45 uebayasi Exp $
-
---- src/fileio.c.orig Tue May 16 20:02:13 2000
-+++ src/fileio.c Sun Jun 18 09:19:08 2000
-@@ -3252,8 +3252,11 @@
- return value;
- }
-
--#ifdef unix
-+#ifdef __NetBSD__
-+#define unix 42
-+#endif
-
-+#ifdef unix
- DEFUN ("unix-sync", Funix_sync, Sunix_sync, 0, 0, "",
- "Tell Unix to finish all pending disk updates.")
- ()