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:
Bruce Evans 1995-12-07 14:17:14 +00:00
parent 320a586809
commit e456e8f244
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=12666

View File

@ -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__