mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
More freebsd tuning
This commit is contained in:
parent
776e0d5bd4
commit
9999a2fb1f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=4701
26
converters/trans/files/patch-ac
Normal file
26
converters/trans/files/patch-ac
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user