diff options
| author | James E. Housley <jeh@FreeBSD.org> | 2000-10-24 02:19:01 +0000 |
|---|---|---|
| committer | James E. Housley <jeh@FreeBSD.org> | 2000-10-24 02:19:01 +0000 |
| commit | afe756e838e98b7f79513d17f91d321dc7fdbf4d (patch) | |
| tree | 0376777d83dcc274b8f266dc137d839eaa825f74 /net/yaz/files/patch-ab | |
| parent | 94124a586bc589c1fa0ff18159db9a7572aa41d0 (diff) | |
Add new port: net/yaz
YAZ is Z39.50 protocol API and sample client.
PR: 21412
Submitted by: Dmitry S. Sivachenko <dima@Chg.RU>
Diffstat (limited to 'net/yaz/files/patch-ab')
| -rw-r--r-- | net/yaz/files/patch-ab | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net/yaz/files/patch-ab b/net/yaz/files/patch-ab new file mode 100644 index 000000000000..a4be884b1743 --- /dev/null +++ b/net/yaz/files/patch-ab @@ -0,0 +1,12 @@ +--- odr/ber_int.c.orig Sat Sep 16 14:19:39 2000 ++++ odr/ber_int.c Sat Sep 16 14:18:46 2000 +@@ -71,6 +71,9 @@ + #ifdef WIN32 + #include <winsock.h> + #else ++#include <sys/types.h> ++#include <sys/socket.h> ++#include <netinet/in.h> + #include <arpa/inet.h> + #endif + |
