diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1996-11-27 11:04:23 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1996-11-27 11:04:23 +0000 |
commit | 9999a2fb1fb7c2966ac5db4c17a37c3749152667 (patch) | |
tree | 61194de73757812dc058a4442f7062a0017c18fd /converters/trans | |
parent | 776e0d5bd482f902d750cc02ea1ca59a37e2fb16 (diff) | |
download | ports-9999a2fb1fb7c2966ac5db4c17a37c3749152667.tar.gz ports-9999a2fb1fb7c2966ac5db4c17a37c3749152667.zip |
Notes
Diffstat (limited to 'converters/trans')
-rw-r--r-- | converters/trans/files/patch-ac | 26 |
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 |