mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-10-03 00:52:19 -04:00
14 lines
383 B
Plaintext
14 lines
383 B
Plaintext
$NetBSD: patch-af,v 1.1 2008/09/01 06:57:58 dholland Exp $
|
|
|
|
--- libray/libobj/hf.c~ 1992-02-09 22:04:18.000000000 -0500
|
|
+++ libray/libobj/hf.c 2008-09-01 02:08:11.000000000 -0400
|
|
@@ -42,7 +42,7 @@ typedef struct {
|
|
Vector cp, pDX, pDY;
|
|
} Trav2D;
|
|
|
|
-hfTri *CreateHfTriangle(), *GetQueuedTri();
|
|
+static hfTri *CreateHfTriangle(), *GetQueuedTri();
|
|
|
|
unsigned long HFTests, HFHits;
|
|
|