aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/afterstep-stable/files/patch-libAfterBase-parse.h
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2017-02-01 20:20:51 +0000
committerJan Beich <jbeich@FreeBSD.org>2017-02-01 20:20:51 +0000
commit267a48c2404fe3fc2a1909eca98651bc8d7f9a2c (patch)
tree749ec624734bf1d531176074061dab25d1441803 /x11-wm/afterstep-stable/files/patch-libAfterBase-parse.h
parentf6592cd9d48582caddd2c103a7101fc469c9a7f5 (diff)
downloadports-267a48c2404fe3fc2a1909eca98651bc8d7f9a2c.tar.gz
ports-267a48c2404fe3fc2a1909eca98651bc8d7f9a2c.zip
Notes
Diffstat (limited to 'x11-wm/afterstep-stable/files/patch-libAfterBase-parse.h')
-rw-r--r--x11-wm/afterstep-stable/files/patch-libAfterBase-parse.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/x11-wm/afterstep-stable/files/patch-libAfterBase-parse.h b/x11-wm/afterstep-stable/files/patch-libAfterBase-parse.h
deleted file mode 100644
index 4863ab750dc7..000000000000
--- a/x11-wm/afterstep-stable/files/patch-libAfterBase-parse.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- libAfterBase/parse.h.orig 2014-04-12 10:22:23.000000000 -0700
-+++ libAfterBase/parse.h 2014-04-11 06:31:10.000000000 -0700
-@@ -73,7 +73,7 @@
-
- double parse_math(const char* str, char** endptr, double size);
-
--inline int unsigned_int2buffer_end (char *buffer, int buffer_size, unsigned int val);
-+int unsigned_int2buffer_end (char *buffer, int buffer_size, unsigned int val);
- char *string_from_int (int param);
- char *hex_to_buffer_reverse(void *data, size_t bytes, char* buffer);
- char *hex_to_buffer(void *data, size_t bytes, char* buffer);