summaryrefslogtreecommitdiff
path: root/net/tsclient/files/patch-src_connect.c
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-11-10 19:28:34 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-11-10 19:28:34 +0000
commit1f1a5c0d10f513ee3d790a2e1bc697128f083c7f (patch)
treea6d4bdfa3b760effd200d185b76a08db4903dae6 /net/tsclient/files/patch-src_connect.c
parent- Fix build on -current (diff)
* Update to 0.132
* ChangeLog available at http://www.gnomepro.com/tsclient/ * Add knobs for optional vnc and Xnest (experimental) support * Update COMMENT * Add manpage * Fix pkg-plist to shutup portlint * Update pkg-descr PR: 59146 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=93685
Diffstat (limited to 'net/tsclient/files/patch-src_connect.c')
-rw-r--r--net/tsclient/files/patch-src_connect.c20
1 files changed, 0 insertions, 20 deletions
diff --git a/net/tsclient/files/patch-src_connect.c b/net/tsclient/files/patch-src_connect.c
deleted file mode 100644
index cf0291efb4d3..000000000000
--- a/net/tsclient/files/patch-src_connect.c
+++ /dev/null
@@ -1,20 +0,0 @@
---- src/connect.c.orig Sat Jul 12 01:50:36 2003
-+++ src/connect.c Sat Jul 12 01:51:34 2003
-@@ -1739,7 +1739,7 @@
- rdp_file_save (rdp, filename);
- g_free (rdp);
- }
-- g_free (filename);
-+/* g_free (filename); */
- }
- gtk_widget_destroy (GTK_WIDGET (save_selector));
- return;
-@@ -1784,7 +1784,7 @@
- }
- g_free (rdp);
- }
-- g_free (filename);
-+/* g_free (filename); */
- }
- gtk_widget_destroy (GTK_WIDGET (open_selector));
- return;