From: CSRG Date: Sun, 20 Nov 1994 23:39:32 +0000 (-0800) Subject: BSD 4_4_Lite2 development X-Git-Tag: BSD-4_4_Lite2~197 X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/c16a736eb2974ec1d20f6f819929a8cfd3d47cd4?hp=dc3b7856c24d023aa5fd4f1848a1b6dab2f66e69 BSD 4_4_Lite2 development Work on file usr/src/contrib/nvi.1.43/PORT/machten.2.1.1/include/mman.h Work on file usr/src/contrib/nvi.1.43/PORT/aux.3.1/sys Synthesized-from: CSRG/cd3/4.4BSD-Lite2 --- diff --git a/usr/src/contrib/nvi.1.43/PORT/aux.3.1/sys b/usr/src/contrib/nvi.1.43/PORT/aux.3.1/sys new file mode 120000 index 0000000000..2996fba356 --- /dev/null +++ b/usr/src/contrib/nvi.1.43/PORT/aux.3.1/sys @@ -0,0 +1 @@ +include \ No newline at end of file diff --git a/usr/src/contrib/nvi.1.43/PORT/machten.2.1.1/include/mman.h b/usr/src/contrib/nvi.1.43/PORT/machten.2.1.1/include/mman.h new file mode 100644 index 0000000000..e1ae2b66d0 --- /dev/null +++ b/usr/src/contrib/nvi.1.43/PORT/machten.2.1.1/include/mman.h @@ -0,0 +1,10 @@ +/* Fake included by ex/ex_tag.c. */ + +#undef PROT_READ +#define PROT_READ 0 + +#undef MAP_PRIVATE +#define MAP_PRIVATE 0 + +#define mmap mmap_read +#define munmap munmap_read