]> git.eshelyaron.com Git - emacs.git/commitdiff
[__NetBSD__]: Define `unix'.
authorGerd Moellmann <gerd@gnu.org>
Wed, 1 Mar 2000 12:51:03 +0000 (12:51 +0000)
committerGerd Moellmann <gerd@gnu.org>
Wed, 1 Mar 2000 12:51:03 +0000 (12:51 +0000)
src/fileio.c

index b731916f43890a443818d9c0b44f48febc48486d..8c03a5b595ba578f5cdb8b715037fb7151b16ccd 100644 (file)
@@ -3215,9 +3215,13 @@ The value is an integer.")
   XSETINT (value, (~ realmask) & 0777);
   return value;
 }
+
 \f
-#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.")
   ()