BSD 4_4_Lite2 development
authorCSRG <csrg@ucbvax.Berkeley.EDU>
Sun, 20 Nov 1994 23:39:32 +0000 (15:39 -0800)
committerCSRG <csrg@ucbvax.Berkeley.EDU>
Sun, 20 Nov 1994 23:39:32 +0000 (15:39 -0800)
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

usr/src/contrib/nvi.1.43/PORT/aux.3.1/sys [new symlink]
usr/src/contrib/nvi.1.43/PORT/machten.2.1.1/include/mman.h [new file with mode: 0644]

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 (symlink)
index 0000000..2996fba
--- /dev/null
@@ -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 (file)
index 0000000..e1ae2b6
--- /dev/null
@@ -0,0 +1,10 @@
+/* Fake <sys/mman.h> 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