diff options
author | Max Khon <fjoe@FreeBSD.org> | 2001-10-22 18:31:08 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2001-10-22 18:31:08 +0000 |
commit | bcfaae4672cc7737ddd6db1bece28018c374ec43 (patch) | |
tree | 61f65ca550f84a54ab4e1a700d21771246b11bab /databases/libudbc/files/patch-ab | |
parent | update to 1.10. (diff) |
libudbc: Openlink UDBC SDK
Submitted by: Eugene Grosbein <eugen@grosbein.pp.ru>
Diffstat (limited to 'databases/libudbc/files/patch-ab')
-rw-r--r-- | databases/libudbc/files/patch-ab | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/databases/libudbc/files/patch-ab b/databases/libudbc/files/patch-ab new file mode 100644 index 000000000000..5a5db5038b3f --- /dev/null +++ b/databases/libudbc/files/patch-ab @@ -0,0 +1,11 @@ +--- udbcsdk/examples/udbctest.c.orig Mon Oct 22 23:38:29 2001 ++++ udbcsdk/examples/udbctest.c Mon Oct 22 23:38:37 2001 +@@ -19,7 +19,7 @@ + + #include <stdio.h> + #include <string.h> +-#include "libudbc.h" ++#include <libudbc.h> + + #define MAXCOLS 32 + |