mirror of
https://git.freebsd.org/ports.git
synced 2025-06-22 13:10:31 -04:00
- add a WWW into pkg-descr. PR: 24803 Submitted by: Joseph Scott <joseph@randomnetworks.com>
14 lines
435 B
Text
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
|