Matt Kraai provided a patch that makes curl build on QNX 6 fine again. Mostly

by letting configure check for setmode and ifdef on HAVE_SETMODE. NOTE: non-
configure platforms that havve setmode() needs their hard-coded config.h files
fixed. I fixed the src/config-win32.h.
This commit is contained in:
Daniel Stenberg
2007-04-01 07:51:30 +00:00
parent ef10eaeb29
commit 5e7164f87a
6 changed files with 18 additions and 6 deletions

View File

@@ -6,6 +6,9 @@
Changelog
Daniel S (1 April 2007)
- Matt Kraai provided a patch that makes curl build on QNX 6 fine again.
Daniel S (31 March 2007)
- Fixed several minor issues detected by the coverity.com scanner.