mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-16 23:57:54 +01:00
Don't #define NO_CONST. Defining it caused type mismatches for
qsort()'s compare arg and the problem fixed by defining it has apparently gone away.
This commit is contained in:
parent
320a586809
commit
e456e8f244
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=12666
@ -424,7 +424,6 @@ extern int errno;
|
||||
# define TERMIOS 1
|
||||
# define HAS_GETCWD 1
|
||||
# define U_WAIT 1
|
||||
# define NO_CONST 1 /* avoid prototype conflict */
|
||||
#endif
|
||||
|
||||
#ifdef __NetBSD__
|
||||
|
Loading…
Reference in New Issue
Block a user