summaryrefslogtreecommitdiff
path: root/net/tinyldap/files/patch-mstorage_add.c
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2004-03-23 15:01:32 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2004-03-23 15:01:32 +0000
commitff463e373df8eb11e5855ccbbe39657236a29f8c (patch)
treef8453f3544c9f3faa53f6ac0e7e06171331bd669 /net/tinyldap/files/patch-mstorage_add.c
parentSIZEify. (diff)
- update to 20040323
- removes patches that have been included in distribution
Notes
Notes: svn path=/head/; revision=105056
Diffstat (limited to 'net/tinyldap/files/patch-mstorage_add.c')
-rw-r--r--net/tinyldap/files/patch-mstorage_add.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/net/tinyldap/files/patch-mstorage_add.c b/net/tinyldap/files/patch-mstorage_add.c
deleted file mode 100644
index d93d3b1e6e73..000000000000
--- a/net/tinyldap/files/patch-mstorage_add.c
+++ /dev/null
@@ -1,14 +0,0 @@
---- mstorage_add.c.orig Thu Feb 5 00:27:01 2004
-+++ mstorage_add.c Thu Feb 26 16:03:58 2004
-@@ -54,9 +54,9 @@
- if (!tmp) return -1;
- } else {
- munmap(p->root,p->used);
-- tmp=mmap(0,need,PROT_READ|PROT_WRITE,MAP_SHARED,fd,0);
-+ tmp=mmap(0,need,PROT_READ|PROT_WRITE,MAP_SHARED,p->fd,0);
- if (tmp==-1) {
-- tmp=mmap(0,p->used,PROT_READ|PROT_WRITE,MAP_SHARED,fd,0);
-+ tmp=mmap(0,p->used,PROT_READ|PROT_WRITE,MAP_SHARED,p->fd,0);
- /* this can never fail, because we mmap exactly as much as we
- * had mmapped previously. We need to munmap before doing the
- * new mmap, though, because we may run into the address space