ports/databases/freetds-devel/files/patch-ac
Maxim Sobolev d234b62b2a - Update to 0.51;
- add a WWW into pkg-descr.

PR:		24803
Submitted by:	Joseph Scott <joseph@randomnetworks.com>
2001-02-02 18:16:04 +00:00

14 lines
435 B
Text

--- include/sybdb.h Wed Oct 18 19:35:34 2000
+++ include/sybdb.h.new Fri Feb 2 09:42:36 2001
@@ -298,6 +298,11 @@
extern RETCODE DBSETLUSER(LOGINREC *login, char *username);
extern RETCODE DBSETLHOST(LOGINREC *login, char *hostname);
extern RETCODE DBSETLAPP(LOGINREC *login, char *application);
+
+#ifndef DBMFIX
+#define DBMFIX
+#endif
+
#ifdef DBMFIX
extern DBPROCESS *tdsdbopen(LOGINREC *login,char *server);
#else