summaryrefslogtreecommitdiff
path: root/x11-wm/afterstep-stable/files/patch-libAfterBase-parse.c
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm/afterstep-stable/files/patch-libAfterBase-parse.c')
-rw-r--r--x11-wm/afterstep-stable/files/patch-libAfterBase-parse.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/x11-wm/afterstep-stable/files/patch-libAfterBase-parse.c b/x11-wm/afterstep-stable/files/patch-libAfterBase-parse.c
new file mode 100644
index 000000000000..8f76b015129f
--- /dev/null
+++ b/x11-wm/afterstep-stable/files/patch-libAfterBase-parse.c
@@ -0,0 +1,13 @@
+$FreeBSD$
+
+--- libAfterBase/parse.c.orig 2014-04-12 10:22:32.000000000 -0700
++++ libAfterBase/parse.c 2014-04-11 06:31:13.000000000 -0700
+@@ -1027,7 +1027,7 @@
+
+ static char _as_hex_to_char_table[] = "0123456789ABCDEF";
+
+-inline int
++int
+ unsigned_int2buffer_end (char *buffer, int buffer_size, unsigned int val)
+ {
+ int i = buffer_size-1 ;