mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Fix on -stable.
Submitted by: Palle Girgensohn <girgen@pingpong.net>
This commit is contained in:
parent
faedfd378e
commit
172953c754
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=75704
@ -8,7 +8,7 @@ $FreeBSD$
|
||||
// Additional type definition
|
||||
|
||||
-#if !(defined(_ILP32) || defined(_LP64) || defined(_SYS_INTTYPES_H_) /* for FreeBSD */)
|
||||
+#if !(defined(_ILP32) || defined(_LP64) || !defined(_SYS_INTTYPES_H_) /* for FreeBSD */)
|
||||
+#if !(defined(_ILP32) || defined(_LP64) || defined(__FreeBSD__))
|
||||
# ifndef _UINT16_T
|
||||
# define _UINT16_T
|
||||
typedef unsigned short uint16_t;
|
||||
|
Loading…
Reference in New Issue
Block a user