summaryrefslogtreecommitdiff
path: root/editors/emacs/patches/patch-ah
blob: 46dfbf872e72fc20e18a80705e750c4feb4fc59c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$NetBSD: patch-ah,v 1.3 2000/06/24 17:03:38 minoura 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.")
   ()