Patch to fix compilation
"Frank M. Kromann" <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <[email protected]> |
Hello Everyone, When configuring with --with-tdsver=8.0 compilation fails. The following patch is one way of resolving this. I'm using CVS HEAD. - Frank Index: src/dblib/dblib.c =================================================================== RCS file: /cvsroot/freetds/freetds/src/dblib/dblib.c,v retrieving revision 1.353 diff -r1.353 dblib.c 230a231,233 > #ifdef TDS80 > DBVERSION_80; > #endif