aboutsummaryrefslogtreecommitdiff
path: root/emulators/twin
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2006-06-22 10:26:58 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2006-06-22 10:26:58 +0000
commit81f13ca40f64491e205a5c2bab9475f4da2b1f4c (patch)
treef8c6a61da8ee4ab9bedb839b1da5eef2aedbf9ac /emulators/twin
parentfcfd4c734b1c53208039f21ce668d733b4ed396a (diff)
downloadports-81f13ca40f64491e205a5c2bab9475f4da2b1f4c.tar.gz
ports-81f13ca40f64491e205a5c2bab9475f4da2b1f4c.zip
Notes
Diffstat (limited to 'emulators/twin')
-rw-r--r--emulators/twin/files/patch-tools_rc_cleanup.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/emulators/twin/files/patch-tools_rc_cleanup.c b/emulators/twin/files/patch-tools_rc_cleanup.c
new file mode 100644
index 000000000000..ad7edbb1d943
--- /dev/null
+++ b/emulators/twin/files/patch-tools_rc_cleanup.c
@@ -0,0 +1,13 @@
+adding following patch fixes problem
+
+--- ./tools/rc/cleanup.c.orig Sun Mar 14 13:58:51 1999
++++ ./tools/rc/cleanup.c Mon Jun 19 07:44:21 2006
+@@ -76,7 +76,7 @@
+ free_menu_list(node->child);
+ str_free(node->data.menuname);
+ free_mem(node);
+- node = node->next;
++ node = next;
+ }
+ }
+