aboutsummaryrefslogtreecommitdiff
path: root/emulators
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
parentfcfd4c734b1c53208039f21ce668d733b4ed396a (diff)
Add patch forgotten in the last commit:
Log: - UNbreak [1] - Test for ARCH no MACHINE_ARCH [2] - don't use fmt(1) to display PKGMESSAGE when there's no need to [2] PR: ports/99157 [1] Submitted by: Arseny Nasokin <tarc@tarc.po.cs.msu.su> [1], itetcu (me) [2]
Notes
Notes: svn path=/head/; revision=166024
Diffstat (limited to 'emulators')
-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;
+ }
+ }
+