mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
97b94804d5
PR: ports/110429 Submitted by: Martin Tournoij <carpetsmoker@xs4all.nl> Approved by: maintainer timeout (fenner; 1 year)
13 lines
372 B
C
13 lines
372 B
C
--- src/tkAppInit.c.orig Thu Mar 15 10:00:05 2007
|
|
+++ src/tkAppInit.c Thu Mar 15 10:00:12 2007
|
|
@@ -97,9 +97,6 @@
|
|
* Sun shared libraries to be used for Tcl.
|
|
*/
|
|
|
|
-extern int matherr();
|
|
-void GetDspStatus();
|
|
-int *tclDummyMathPtr = (int *) matherr;
|
|
|
|
/***************************************************************************/
|
|
/* fork and initiate server process */
|