summaryrefslogtreecommitdiff
path: root/x11-wm/olvwm/files/patch-st.c
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm/olvwm/files/patch-st.c')
-rw-r--r--x11-wm/olvwm/files/patch-st.c19
1 files changed, 0 insertions, 19 deletions
diff --git a/x11-wm/olvwm/files/patch-st.c b/x11-wm/olvwm/files/patch-st.c
deleted file mode 100644
index 1718e0760948..000000000000
--- a/x11-wm/olvwm/files/patch-st.c
+++ /dev/null
@@ -1,19 +0,0 @@
---- st.c.orig 2013-09-17 21:38:07.452239734 -0700
-+++ st.c 2013-09-17 21:52:40.812590309 -0700
-@@ -14,6 +14,7 @@
- #include "st.h"
- #include "mem.h"
-
-+static rehash();
-
- #define max(a,b) ((a) > (b) ? (a) : (b))
- #define nil(type) ((type *) 0)
-@@ -339,7 +340,7 @@
- ptr = ptr->next;
- break;
- case ST_STOP:
-- return;
-+ return 0;
- case ST_DELETE:
- tmp = ptr;
- if (last == nil(st_table_entry)) {