summaryrefslogtreecommitdiff
path: root/net/tsclient/files/patch-src_support.c
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-07-04 23:13:35 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-07-04 23:13:35 +0000
commit41a619593853a4c398782fe007f9b3bc9e5d71db (patch)
tree5252a63c9d85710b0bf9cf4edb47a2135f873a97 /net/tsclient/files/patch-src_support.c
parentUse MASTER_SITE_ECLIPSE. (diff)
Fix patching due to ^M's in the source files.
Notes
Notes: svn path=/head/; revision=84227
Diffstat (limited to '')
-rw-r--r--net/tsclient/files/patch-src_support.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/net/tsclient/files/patch-src_support.c b/net/tsclient/files/patch-src_support.c
index 3f16c1f70fe3..3b55c528f384 100644
--- a/net/tsclient/files/patch-src_support.c
+++ b/net/tsclient/files/patch-src_support.c
@@ -1,11 +1,11 @@
---- src/support.c.orig Thu Jul 3 22:20:04 2003
-+++ src/support.c Fri Jul 4 21:04:57 2003
+--- 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);*/
+- g_free (cmd);
++ /*g_free (cmd); */
return 1;
}
// clean up and exit