aboutsummaryrefslogtreecommitdiff
path: root/converters/trans
diff options
context:
space:
mode:
Diffstat (limited to 'converters/trans')
-rw-r--r--converters/trans/files/patch-ac26
1 files changed, 26 insertions, 0 deletions
diff --git a/converters/trans/files/patch-ac b/converters/trans/files/patch-ac
new file mode 100644
index 000000000000..dfa4bf2fdd3c
--- /dev/null
+++ b/converters/trans/files/patch-ac
@@ -0,0 +1,26 @@
+*** bin/trans.c.bak Sat Jun 1 04:11:00 1996
+--- bin/trans.c Wed Nov 27 12:52:37 1996
+***************
+*** 47,53 ****
+--- 47,55 ----
+
+ /*****************************************************************************/
+
++ #ifndef __FreeBSD__
+ typedef unsigned short int ushort ;
++ #endif
+
+ static ushort BadChar = BAD_CHAR ; /* default BAD character */
+
+*** bin/trans.h.bak Sat Jun 1 04:11:00 1996
+--- bin/trans.h Wed Nov 27 12:52:37 1996
+***************
+*** 96,98 ****
+--- 96,102 ----
+ NeXTSTEP -DUSE_UTIMBUF -DNO_UTIMBUF
+
+ *****************************************************************************/
++
++ #ifdef __FreeBSD__
++ #define USE_UTIMBUF
++ #endif