diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-09-28 22:29:56 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-09-28 22:29:56 +0000 |
commit | ddf5c7396b0c2c619ca41e5734ca8138708b9bb7 (patch) | |
tree | 2dc715359654e33f134223a9d181053f65b1b295 /net/tsclient/files/patch-src_support.c | |
parent | remove old GNOMENG statement. (diff) |
Update to 0.124.
* Fixed more banner problems
* Fixed bug in compact mode, now reads computer name properly again
* Fixed bug in VNC code
* Update translations
PR: 57033
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=89726
Diffstat (limited to 'net/tsclient/files/patch-src_support.c')
-rw-r--r-- | net/tsclient/files/patch-src_support.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net/tsclient/files/patch-src_support.c b/net/tsclient/files/patch-src_support.c deleted file mode 100644 index 3b55c528f384..000000000000 --- a/net/tsclient/files/patch-src_support.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/support.c.orig Thu Jul 3 16:20:04 2003 -+++ src/support.c Fri Jul 4 19:09:54 2003 -@@ -566,7 +566,7 @@ - - } else { - // clean up and exit -- g_free (cmd);
-+ /*g_free (cmd);
*/ - return 1; - } - // clean up and exit |