BSD 4_4_Lite2 development
authorCSRG <csrg@ucbvax.Berkeley.EDU>
Mon, 21 Feb 1994 05:41:39 +0000 (21:41 -0800)
committerCSRG <csrg@ucbvax.Berkeley.EDU>
Mon, 21 Feb 1994 05:41:39 +0000 (21:41 -0800)
Work on file usr/src/lib/libc/db/PORT/bsdi.1.0/OTHER_PATCHES
Work on file usr/src/contrib/nvi.1.43/PORT/db.1.85/PORT/bsdi.1.0/OTHER_PATCHES

Synthesized-from: CSRG/cd3/4.4BSD-Lite2

usr/src/contrib/nvi.1.43/PORT/db.1.85/PORT/bsdi.1.0/OTHER_PATCHES [new file with mode: 0644]
usr/src/lib/libc/db/PORT/bsdi.1.0/OTHER_PATCHES [new file with mode: 0644]

diff --git a/usr/src/contrib/nvi.1.43/PORT/db.1.85/PORT/bsdi.1.0/OTHER_PATCHES b/usr/src/contrib/nvi.1.43/PORT/db.1.85/PORT/bsdi.1.0/OTHER_PATCHES
new file mode 100644 (file)
index 0000000..85027c9
--- /dev/null
@@ -0,0 +1,19 @@
+*** PORT/db/recno/rec_open.c.orig      Mon Aug 16 16:29:18 1993
+--- PORT/db/recno/rec_open.c   Mon Aug 16 16:29:35 1993
+***************
+*** 159,165 ****
+                       else {
+                               t->bt_msize = sb.st_size;
+                               if ((t->bt_smap = mmap(NULL, t->bt_msize,
+!                                  PROT_READ, MAP_PRIVATE, rfd,
+                                   (off_t)0)) == (caddr_t)-1)
+                                       goto slow;
+                               t->bt_cmap = t->bt_smap;
+--- 159,165 ----
+                       else {
+                               t->bt_msize = sb.st_size;
+                               if ((t->bt_smap = mmap(NULL, t->bt_msize,
+!                                  PROT_READ, MAP_FILE | MAP_PRIVATE, rfd,
+                                   (off_t)0)) == (caddr_t)-1)
+                                       goto slow;
+                               t->bt_cmap = t->bt_smap;
diff --git a/usr/src/lib/libc/db/PORT/bsdi.1.0/OTHER_PATCHES b/usr/src/lib/libc/db/PORT/bsdi.1.0/OTHER_PATCHES
new file mode 100644 (file)
index 0000000..85027c9
--- /dev/null
@@ -0,0 +1,19 @@
+*** PORT/db/recno/rec_open.c.orig      Mon Aug 16 16:29:18 1993
+--- PORT/db/recno/rec_open.c   Mon Aug 16 16:29:35 1993
+***************
+*** 159,165 ****
+                       else {
+                               t->bt_msize = sb.st_size;
+                               if ((t->bt_smap = mmap(NULL, t->bt_msize,
+!                                  PROT_READ, MAP_PRIVATE, rfd,
+                                   (off_t)0)) == (caddr_t)-1)
+                                       goto slow;
+                               t->bt_cmap = t->bt_smap;
+--- 159,165 ----
+                       else {
+                               t->bt_msize = sb.st_size;
+                               if ((t->bt_smap = mmap(NULL, t->bt_msize,
+!                                  PROT_READ, MAP_FILE | MAP_PRIVATE, rfd,
+                                   (off_t)0)) == (caddr_t)-1)
+                                       goto slow;
+                               t->bt_cmap = t->bt_smap;