aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/ctwm/files/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm/ctwm/files/patch-ac')
-rw-r--r--x11-wm/ctwm/files/patch-ac13
1 files changed, 0 insertions, 13 deletions
diff --git a/x11-wm/ctwm/files/patch-ac b/x11-wm/ctwm/files/patch-ac
deleted file mode 100644
index 75c519283b4f..000000000000
--- a/x11-wm/ctwm/files/patch-ac
+++ /dev/null
@@ -1,13 +0,0 @@
-$FreeBSD$
-
---- gram.y.orig Thu Aug 8 15:45:21 2002
-+++ gram.y Thu Aug 8 15:45:31 2002
-@@ -683,7 +683,7 @@
- | wingeom_entries wingeom_entry
- ;
-
--wingeom_entry : string string { AddToList (&Scr->WindowGeometries, $1, $2) }
-+wingeom_entry : string string { AddToList (&Scr->WindowGeometries, $1, $2); }
-
-
-