ports/cad/jspice3/files/patch-src+lib+plot+x11.c
Ion-Mihai Tetcu db4cc05a02 - Add options to allow user to select whether to depend on X or not
- Fix return status of build shell script to make 'make' happy
Added file(s):
- files/patch-src+bin+help.c
- files/patch-src+lib+plot+x11.c

PR:		ports/100652
Submitted by:	Stanislav Sedov <ssedov@mbsd.msk.ru> (maintainer)
2006-07-23 15:09:39 +00:00

20 lines
291 B
C

--- src/lib/plot/x11.c.orig Thu Sep 2 21:43:35 2004
+++ src/lib/plot/x11.c Fri Jul 21 06:06:00 2006
@@ -2205,7 +2205,7 @@
void
com_setrdb(wl)
-wordlist *wl;
+void *wl;
{
/* be silent */
}
@@ -2213,7 +2213,7 @@
int
PopUpErrMessage(fp)
-File *fp;
+void *fp;
{
return (0);
}