aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/teknap/files/patch-status.c
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/teknap/files/patch-status.c')
-rw-r--r--net-p2p/teknap/files/patch-status.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/net-p2p/teknap/files/patch-status.c b/net-p2p/teknap/files/patch-status.c
new file mode 100644
index 000000000000..3f601fcc18f3
--- /dev/null
+++ b/net-p2p/teknap/files/patch-status.c
@@ -0,0 +1,11 @@
+--- source/status.c.orig Sun Jul 20 14:33:43 2003
++++ source/status.c Sun Jul 20 15:01:05 2003
+@@ -38,7 +38,7 @@
+ * Maximum number of "%" expressions in a status line format. If you change
+ * this number, you must manually change the sprintf() in make_status
+ */
+-#define STATUS_FUNCTION(x) static Char * ## x (Window *window, int map, int key)
++#define STATUS_FUNCTION(x) static Char * x (Window *window, int map, int key)
+ #define MAX_FUNCTIONS 40
+ #define MAX_STATUS_USER 19
+