fix
OBS-URL: https://build.opensuse.org/package/show/server:database/unixODBC?expand=0&rev=26
This commit is contained in:
parent
d6c3b175da
commit
b19973996b
@ -154,3 +154,27 @@ Index: Drivers/nn/yystmt.c
|
|||||||
|
|
||||||
static char sccsid[]
|
static char sccsid[]
|
||||||
= "@(#)NNSQL(NetNews SQL) v0.5, Copyright(c) 1995, 1996 by Ke Jin";
|
= "@(#)NNSQL(NetNews SQL) v0.5, Copyright(c) 1995, 1996 by Ke Jin";
|
||||||
|
Index: Drivers/nn/connect.c
|
||||||
|
===================================================================
|
||||||
|
--- Drivers/nn/connect.c.orig
|
||||||
|
+++ Drivers/nn/connect.c
|
||||||
|
@@ -14,6 +14,7 @@
|
||||||
|
**/
|
||||||
|
#include <config.h>
|
||||||
|
#include <unistd.h>
|
||||||
|
+#include <string.h>
|
||||||
|
#include <sys/types.h>
|
||||||
|
#include "driver.h"
|
||||||
|
#include "misc.h"
|
||||||
|
Index: Drivers/nn/yylex.c
|
||||||
|
===================================================================
|
||||||
|
--- Drivers/nn/yylex.c.orig
|
||||||
|
+++ Drivers/nn/yylex.c
|
||||||
|
@@ -26,6 +26,7 @@
|
||||||
|
|
||||||
|
#include <stdio.h>
|
||||||
|
#include <string.h>
|
||||||
|
+#include <ctype.h>
|
||||||
|
|
||||||
|
static int getcmpopidxbyname(char* name)
|
||||||
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user