mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-10 04:50:03 -04:00
17 lines
503 B
Forth
17 lines
503 B
Forth
$NetBSD: patch-UTIL_second.f,v 1.1.1.1 2012/05/29 16:38:01 asau Exp $
|
|
|
|
--- UTIL/second.f.orig 1995-10-02 18:56:44.000000000 +0000
|
|
+++ UTIL/second.f
|
|
@@ -20,8 +20,9 @@
|
|
REAL TARRAY( 2 )
|
|
* ..
|
|
* .. External Functions ..
|
|
- REAL ETIME
|
|
- EXTERNAL ETIME
|
|
+* ETIME is intrinsic, so this causes undefined reference errors in newer gcc
|
|
+* REAL ETIME
|
|
+* EXTERNAL ETIME
|
|
* ..
|
|
* .. Executable Statements ..
|
|
*
|