From ff463e373df8eb11e5855ccbbe39657236a29f8c Mon Sep 17 00:00:00 2001 From: Dirk Meyer Date: Tue, 23 Mar 2004 15:01:32 +0000 Subject: - update to 20040323 - removes patches that have been included in distribution --- net/tinyldap/files/patch-mstorage_add.c | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 net/tinyldap/files/patch-mstorage_add.c (limited to 'net/tinyldap/files/patch-mstorage_add.c') 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 -- cgit v1.2.3