Fix build on 6-CURRENT by correcting the patch.
Approved by: kris Spotted by: pointyhat via kris
This commit is contained in:
parent
1c997162d0
commit
9f3b8eae97
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=134313
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@
|
|||
-#if defined(__STDC__) || defined(__MSVC__) || defined(__cplusplus)
|
||||
-#define __P(protos) protos /* full-blown ANSI C */
|
||||
-#define __CONCAT(x,y) x ## y
|
||||
-#define __STRING(x #x
|
||||
-#define __STRING(x) #x
|
||||
-
|
||||
-#define __const const /* define reserved names to standard */
|
||||
-#define __signed signed
|
||||
|
|
Loading…
Reference in a new issue