summaryrefslogtreecommitdiff
path: root/x11-wm/ahwm/files/patch-prefs.c
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-08-07 19:18:57 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-08-07 19:18:57 +0000
commite9ecf73769a83303266196e23552ce633f796847 (patch)
tree0a7ef34a6975505a438b09406e3782a3d41dbcd2 /x11-wm/ahwm/files/patch-prefs.c
parentFix build with gcc-3.4.2 (diff)
Fix build with gcc-3.4.2
PR: ports/70122 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=115576
Diffstat (limited to '')
-rw-r--r--x11-wm/ahwm/files/patch-prefs.c20
1 files changed, 20 insertions, 0 deletions
diff --git a/x11-wm/ahwm/files/patch-prefs.c b/x11-wm/ahwm/files/patch-prefs.c
new file mode 100644
index 000000000000..b1b665435d41
--- /dev/null
+++ b/x11-wm/ahwm/files/patch-prefs.c
@@ -0,0 +1,20 @@
+--- prefs.c.orig Sun Feb 24 16:31:27 2002
++++ prefs.c Fri Aug 6 21:36:57 2004
+@@ -642,7 +642,7 @@
+ mouseunbinding_apply(client, lp->line_value.mouseunbinding);
+ break;
+ default:
+- /* nothing */
++ ; /* nothing */
+ }
+ }
+ }
+@@ -839,7 +839,7 @@
+ p->raise_delay_set = opt->option_setting;
+ break;
+ default:
+- /* nothing */
++ ; /* nothing */
+ }
+ }
+