1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/cad/jspice3/files/patch-src_lib_plot_x11.c
Mathieu Arnold 0583db668d Update to 2.5.110615.
PR:		205891
Submitted by:	tkato432 yahoo com
Sponsored by:	Absolight
2016-03-08 16:03:52 +00:00

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);
}