summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2004-06-12 20:55:51 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2004-06-12 20:55:51 +0000
commitc17a6e16c1ecd0edf782315796f35543766627e5 (patch)
tree10becdc6401c4fc27a5342fb097e8703169171c3 /sysutils
parentFix build with gcc34 (diff)
Fix build with gcc34
Notes
Notes: svn path=/head/; revision=111352
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/consolehm/files/patch-chm.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/sysutils/consolehm/files/patch-chm.c b/sysutils/consolehm/files/patch-chm.c
new file mode 100644
index 000000000000..d397e5beed16
--- /dev/null
+++ b/sysutils/consolehm/files/patch-chm.c
@@ -0,0 +1,10 @@
+--- chm.c.orig Sat Jun 12 22:53:48 2004
++++ chm.c Sat Jun 12 22:54:11 2004
+@@ -165,6 +165,7 @@
+ printf("Delay: %d microseconds. \n\n",delay);
+ break;
+ default:
++ break;
+ }
+
+ file_handle = OpenIO();