1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/converters/trans/files/patch-ac
1996-11-27 11:04:23 +00:00

27 lines
679 B
Plaintext

*** 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