mirror of
https://git.freebsd.org/ports.git
synced 2025-06-21 12:40:45 -04:00
- 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)
20 lines
291 B
C
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);
|
|
}
|