mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
0583db668d
PR: 205891 Submitted by: tkato432 yahoo com Sponsored by: Absolight
21 lines
289 B
C
21 lines
289 B
C
--- src/lib/plot/x11.c.orig 2004-09-02 21:43:35 UTC
|
|
+++ src/lib/plot/x11.c
|
|
@@ -2205,7 +2205,7 @@ ScedESC()
|
|
void
|
|
com_setrdb(wl)
|
|
|
|
-wordlist *wl;
|
|
+void *wl;
|
|
{
|
|
/* be silent */
|
|
}
|
|
@@ -2213,7 +2213,7 @@ wordlist *wl;
|
|
int
|
|
PopUpErrMessage(fp)
|
|
|
|
-File *fp;
|
|
+void *fp;
|
|
{
|
|
return (0);
|
|
}
|