diff options
author | assar <assar@FreeBSD.org> | 2001-12-18 23:57:59 +0800 |
---|---|---|
committer | assar <assar@FreeBSD.org> | 2001-12-18 23:57:59 +0800 |
commit | c55e8817918dcbb5d55102d255630d325a013100 (patch) | |
tree | e570133071712c09a5e3a6f095eecdd45bfafd42 /net | |
parent | e138171521be6b10a715db088e09ce8c36dc9b80 (diff) | |
download | freebsd-ports-gnome-c55e8817918dcbb5d55102d255630d325a013100.tar.gz freebsd-ports-gnome-c55e8817918dcbb5d55102d255630d325a013100.tar.zst freebsd-ports-gnome-c55e8817918dcbb5d55102d255630d325a013100.zip |
remove unused patch (superseded by unified patch 19.7.4)
PR: ports/31246
Submitted by: maintainer
Diffstat (limited to 'net')
-rw-r--r-- | net/rdesktop/files/patch-aa | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/net/rdesktop/files/patch-aa b/net/rdesktop/files/patch-aa deleted file mode 100644 index e9b7e1fb54eb..000000000000 --- a/net/rdesktop/files/patch-aa +++ /dev/null @@ -1,12 +0,0 @@ ---- secure.c~ Mon Aug 27 16:33:56 2001 -+++ secure.c Mon Aug 27 16:36:19 2001 -@@ -387,6 +387,9 @@ - { - int hostlen = 2 * ( hostname == 0 ? 0 : strlen (hostname)); - -+ if (hostlen > 30) -+ hostlen = 30; -+ - out_uint16_be (s, 5); /* unknown */ - out_uint16_be (s, 0x14); - out_uint8 (s, 0x7c); |