mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
Fix build with gcc4
This commit is contained in:
parent
db06906eac
commit
378649765b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=192418
11
mail/xmailwatcher/files/patch-xmailwathcer.c
Normal file
11
mail/xmailwatcher/files/patch-xmailwathcer.c
Normal file
@ -0,0 +1,11 @@
|
||||
--- xmailwatcher.c.orig Wed May 30 21:18:27 2007
|
||||
+++ xmailwatcher.c Wed May 30 21:19:23 2007
|
||||
@@ -149,7 +149,7 @@
|
||||
void timedRescan();
|
||||
void listEvent();
|
||||
void iconEvent();
|
||||
-void iconCallback();
|
||||
+static void iconCallback(Widget w, XtPointer client_data, XtPointer call_data);
|
||||
|
||||
static int mapped;
|
||||
|
Loading…
Reference in New Issue
Block a user