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-idx2ldif.c | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 net/tinyldap/files/patch-idx2ldif.c (limited to 'net/tinyldap/files/patch-idx2ldif.c') diff --git a/net/tinyldap/files/patch-idx2ldif.c b/net/tinyldap/files/patch-idx2ldif.c deleted file mode 100644 index f8b20b0a625c..000000000000 --- a/net/tinyldap/files/patch-idx2ldif.c +++ /dev/null @@ -1,18 +0,0 @@ ---- idx2ldif.c.orig Thu Feb 5 01:02:52 2004 -+++ idx2ldif.c Thu Feb 26 16:03:58 2004 -@@ -35,6 +35,7 @@ - unsigned long filelen; - char* fn=argc<2?"data":argv[1]; - char* map=mmap_read(fn,&filelen); -+ uint32 magic,attribute_count,record_count,indices_offset,size_of_string_table; - if (!map) { - buffer_puts(buffer_2,"could not open "); - buffer_puts(buffer_2,fn); -@@ -43,7 +44,6 @@ - buffer_putnlflush(buffer_2); - return 1; - } -- uint32 magic,attribute_count,record_count,indices_offset,size_of_string_table; - uint32_unpack(map,&magic); - uint32_unpack(map+4,&attribute_count); - uint32_unpack(map+2*4,&record_count); -- cgit v1.2.3