1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00

Fix build on 5.x

Obtained from:	irc/bitchx
This commit is contained in:
Tilman Keskinoz 2003-11-21 11:19:45 +00:00
parent c4d5f84407
commit 2bc01f9564
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=94624

View File

@ -0,0 +1,11 @@
--- source/status.c.orig Fri Jul 18 04:58:48 2003
+++ source/status.c Fri Jul 18 05:02:50 2003
@@ -1213,7 +1213,7 @@
* current-type window, although i think they should go to all windows.
*/
#define STATUS_VAR(x) \
-static char *status_user ## x ## (Window *window) \
+static char *status_user ## x (Window *window) \
{ \
char *text; \
\