c3a7db7f48
fix some 64-bit issues. PKGREVISION++
13 lines
383 B
Text
13 lines
383 B
Text
$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;
|
|
|