summaryrefslogtreecommitdiff
path: root/news/nn/patches/patch-az
diff options
context:
space:
mode:
Diffstat (limited to 'news/nn/patches/patch-az')
-rw-r--r--news/nn/patches/patch-az12
1 files changed, 6 insertions, 6 deletions
diff --git a/news/nn/patches/patch-az b/news/nn/patches/patch-az
index 1212eb55682..fca0780a7e0 100644
--- a/news/nn/patches/patch-az
+++ b/news/nn/patches/patch-az
@@ -1,8 +1,8 @@
-$NetBSD: patch-az,v 1.1 1999/07/26 21:19:33 tron Exp $
+$NetBSD: patch-az,v 1.2 2006/10/14 19:33:45 schwarz Exp $
---- sort.c.orig Tue Aug 31 23:06:25 1993
-+++ sort.c Mon Jul 26 23:11:39 1999
-@@ -43,6 +43,29 @@
+--- sort.c.orig 2005-03-30 21:24:35.000000000 +0200
++++ sort.c 2006-10-14 20:38:02.000000000 +0200
+@@ -51,6 +51,29 @@
* before MATCH_?? (t, a, b) is used.
*/
@@ -32,11 +32,11 @@ $NetBSD: patch-az,v 1.1 1999/07/26 21:19:33 tron Exp $
#define MATCH_DROP(table, c) ( c & 0200 || table[c] == 0 )
#define MATCH_EQ(table, a, b) ( a == b || table[a] == table[b] )
#define MATCH_LS_EQ(table, a, b) ( a <= b || table[a] <= table[b] )
-@@ -77,6 +100,7 @@
+@@ -85,6 +108,7 @@
26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 00, 00
};
+#endif /* HAVE_WORKING_COLLATE */
static int
- order_subj_date(ah1, ah2)
+ order_subj_date(article_header ** ah1, article_header ** ah2)