aboutsummaryrefslogtreecommitdiff
path: root/textproc/msort/files
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2007-03-06 07:27:03 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2007-03-06 07:27:03 +0000
commitc7c417202985958ed7dfaf5e38993768d5f956b0 (patch)
treedb48ed852c397586637c8c7d7cc643972ecc384a /textproc/msort/files
parent983a5a317db9dae365afd30e13ea0a2a1a3a5ada (diff)
Notes
Diffstat (limited to 'textproc/msort/files')
-rw-r--r--textproc/msort/files/patch-info.c10
-rw-r--r--textproc/msort/files/patch-msort.c18
-rw-r--r--textproc/msort/files/patch-unicode.h7
3 files changed, 0 insertions, 35 deletions
diff --git a/textproc/msort/files/patch-info.c b/textproc/msort/files/patch-info.c
deleted file mode 100644
index 43178afe7b2c..000000000000
--- a/textproc/msort/files/patch-info.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- info.c.orig Tue Jan 9 10:35:41 2007
-+++ info.c Mon Jan 22 09:39:59 2007
-@@ -21,6 +21,7 @@
-
- #include <stdlib.h>
- #include <stdio.h>
-+#include "unicode.h"
- #include <uninum/uninum.h>
- #ifdef LOCALE_GETTEXT
- #include <libintl.h>
diff --git a/textproc/msort/files/patch-msort.c b/textproc/msort/files/patch-msort.c
deleted file mode 100644
index 60f369e9168a..000000000000
--- a/textproc/msort/files/patch-msort.c
+++ /dev/null
@@ -1,18 +0,0 @@
---- msort.c.orig Fri Jan 12 08:21:54 2007
-+++ msort.c Mon Jan 22 10:32:56 2007
-@@ -49,6 +49,7 @@
- #include <time.h>
- #include <errno.h>
- #include <uninum/nsdefs.h>
-+#include "unicode.h"
- #include <uninum/uninum.h>
- #include <tre/regex.h>
-
-@@ -58,7 +59,6 @@
- typedef unsigned long ULongLong;
- #endif
-
--#include "unicode.h"
- #include "exitcode.h"
- #include "retcodes.h"
- #include "input.h"
diff --git a/textproc/msort/files/patch-unicode.h b/textproc/msort/files/patch-unicode.h
deleted file mode 100644
index 7593d781a241..000000000000
--- a/textproc/msort/files/patch-unicode.h
+++ /dev/null
@@ -1,7 +0,0 @@
---- unicode.h.orig Mon Jan 8 03:33:05 2007
-+++ unicode.h Mon Jan 22 09:29:08 2007
-@@ -1,3 +1,4 @@
-+typedef unsigned short UTF16;
- typedef unsigned long UTF32; /* at least 32 bits */
- typedef unsigned char UTF8; /* 8 bits */
- typedef unsigned char Boolean; /* 0 or 1 */