mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Fix build on -CURRENT.
This commit is contained in:
parent
32fdc696e3
commit
f9a249b64c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=71108
1 changed files with 11 additions and 0 deletions
11
net/yaz++/files/patch-aa
Normal file
11
net/yaz++/files/patch-aa
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- include/yaz++/proxy.h.orig Tue Nov 26 14:02:58 2002
|
||||
+++ include/yaz++/proxy.h Tue Nov 26 14:03:06 2002
|
||||
@@ -13,7 +13,7 @@
|
||||
|
||||
/// Private class
|
||||
class YAZ_EXPORT Yaz_ProxyClient : public Yaz_Z_Assoc {
|
||||
- friend Yaz_Proxy;
|
||||
+ friend class Yaz_Proxy;
|
||||
Yaz_ProxyClient(IYaz_PDU_Observable *the_PDU_Observable);
|
||||
~Yaz_ProxyClient();
|
||||
void recv_Z_PDU(Z_APDU *apdu);
|
Loading…
Add table
Reference in a new issue