diff options
author | roger <roger@FreeBSD.org> | 2001-07-23 06:40:26 +0800 |
---|---|---|
committer | roger <roger@FreeBSD.org> | 2001-07-23 06:40:26 +0800 |
commit | be19f95666ccab99eb21b7ac05b6993001803e2f (patch) | |
tree | 4fa84c34152dc1c7a5ea557e1543ea8be4d346d1 /net | |
parent | 96130e8c8fc08648f89eb252bf3eb9958a57a1d4 (diff) | |
download | freebsd-ports-gnome-be19f95666ccab99eb21b7ac05b6993001803e2f.tar.gz freebsd-ports-gnome-be19f95666ccab99eb21b7ac05b6993001803e2f.tar.zst freebsd-ports-gnome-be19f95666ccab99eb21b7ac05b6993001803e2f.zip |
Patch has been merged into the official distribution.
Diffstat (limited to 'net')
-rw-r--r-- | net/opal/files/patch-ab | 19 | ||||
-rw-r--r-- | net/opal3/files/patch-ab | 19 | ||||
-rw-r--r-- | net/openh323-112/files/patch-ab | 19 | ||||
-rw-r--r-- | net/openh323/files/patch-ab | 19 |
4 files changed, 0 insertions, 76 deletions
diff --git a/net/opal/files/patch-ab b/net/opal/files/patch-ab deleted file mode 100644 index 61f7fc76c7e9..000000000000 --- a/net/opal/files/patch-ab +++ /dev/null @@ -1,19 +0,0 @@ -*** src/h323caps.cxx.orig Tue Jun 19 11:59:12 2001 ---- src/h323caps.cxx Tue Jun 19 12:12:18 2001 -*************** BOOL H323Capabilities::IsAllowed(const H -*** 1698,1704 **** - - BOOL H323Capabilities::IsAllowed(const unsigned a_capno1, const unsigned a_capno2) - { -! PAssert((a_capno1 == a_capno2),"Capabilities are the same"); - if (a_capno1 == a_capno2) - return TRUE; - ---- 1698,1704 ---- - - BOOL H323Capabilities::IsAllowed(const unsigned a_capno1, const unsigned a_capno2) - { -! PAssert((a_capno1 != a_capno2),"Capabilities are the same"); - if (a_capno1 == a_capno2) - return TRUE; - diff --git a/net/opal3/files/patch-ab b/net/opal3/files/patch-ab deleted file mode 100644 index 61f7fc76c7e9..000000000000 --- a/net/opal3/files/patch-ab +++ /dev/null @@ -1,19 +0,0 @@ -*** src/h323caps.cxx.orig Tue Jun 19 11:59:12 2001 ---- src/h323caps.cxx Tue Jun 19 12:12:18 2001 -*************** BOOL H323Capabilities::IsAllowed(const H -*** 1698,1704 **** - - BOOL H323Capabilities::IsAllowed(const unsigned a_capno1, const unsigned a_capno2) - { -! PAssert((a_capno1 == a_capno2),"Capabilities are the same"); - if (a_capno1 == a_capno2) - return TRUE; - ---- 1698,1704 ---- - - BOOL H323Capabilities::IsAllowed(const unsigned a_capno1, const unsigned a_capno2) - { -! PAssert((a_capno1 != a_capno2),"Capabilities are the same"); - if (a_capno1 == a_capno2) - return TRUE; - diff --git a/net/openh323-112/files/patch-ab b/net/openh323-112/files/patch-ab deleted file mode 100644 index 61f7fc76c7e9..000000000000 --- a/net/openh323-112/files/patch-ab +++ /dev/null @@ -1,19 +0,0 @@ -*** src/h323caps.cxx.orig Tue Jun 19 11:59:12 2001 ---- src/h323caps.cxx Tue Jun 19 12:12:18 2001 -*************** BOOL H323Capabilities::IsAllowed(const H -*** 1698,1704 **** - - BOOL H323Capabilities::IsAllowed(const unsigned a_capno1, const unsigned a_capno2) - { -! PAssert((a_capno1 == a_capno2),"Capabilities are the same"); - if (a_capno1 == a_capno2) - return TRUE; - ---- 1698,1704 ---- - - BOOL H323Capabilities::IsAllowed(const unsigned a_capno1, const unsigned a_capno2) - { -! PAssert((a_capno1 != a_capno2),"Capabilities are the same"); - if (a_capno1 == a_capno2) - return TRUE; - diff --git a/net/openh323/files/patch-ab b/net/openh323/files/patch-ab deleted file mode 100644 index 61f7fc76c7e9..000000000000 --- a/net/openh323/files/patch-ab +++ /dev/null @@ -1,19 +0,0 @@ -*** src/h323caps.cxx.orig Tue Jun 19 11:59:12 2001 ---- src/h323caps.cxx Tue Jun 19 12:12:18 2001 -*************** BOOL H323Capabilities::IsAllowed(const H -*** 1698,1704 **** - - BOOL H323Capabilities::IsAllowed(const unsigned a_capno1, const unsigned a_capno2) - { -! PAssert((a_capno1 == a_capno2),"Capabilities are the same"); - if (a_capno1 == a_capno2) - return TRUE; - ---- 1698,1704 ---- - - BOOL H323Capabilities::IsAllowed(const unsigned a_capno1, const unsigned a_capno2) - { -! PAssert((a_capno1 != a_capno2),"Capabilities are the same"); - if (a_capno1 == a_capno2) - return TRUE; - |