aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/uwm/files/patch-lex.l
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm/uwm/files/patch-lex.l')
-rw-r--r--x11-wm/uwm/files/patch-lex.l12
1 files changed, 12 insertions, 0 deletions
diff --git a/x11-wm/uwm/files/patch-lex.l b/x11-wm/uwm/files/patch-lex.l
new file mode 100644
index 000000000000..bd0abf63ffd7
--- /dev/null
+++ b/x11-wm/uwm/files/patch-lex.l
@@ -0,0 +1,12 @@
+$FreeBSD$
+
+--- lex.l.orig Sun Oct 23 13:20:00 1988
++++ lex.l Wed Sep 25 14:50:06 2002
+@@ -81,7 +81,6 @@
+ char *s;
+ {
+ char *ptr;
+- char *malloc();
+
+ ptr = malloc(strlen(s) + 1);
+ if (ptr == NULL) {