Mercurial > emacs
changeset 27925:8ef4ce88fa64
[__NetBSD__]: Define `unix'.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Wed, 01 Mar 2000 12:51:03 +0000 |
parents | 1efb3140e4b2 |
children | ed606bdaf5b4 |
files | src/fileio.c |
diffstat | 1 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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.") ()