# HG changeset patch # User Gerd Moellmann # Date 951915063 0 # Node ID 8ef4ce88fa642370347203e243030f4ae7a930f5 # Parent 1efb3140e4b215b33e3228ece6493d5151756f66 [__NetBSD__]: Define `unix'. diff -r 1efb3140e4b2 -r 8ef4ce88fa64 src/fileio.c --- a/src/fileio.c Wed Mar 01 12:50:26 2000 +0000 +++ b/src/fileio.c Wed Mar 01 12:51:03 2000 +0000 @@ -3215,9 +3215,13 @@ XSETINT (value, (~ realmask) & 0777); return value; } + +#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.") ()