c6c8569e22
Should fix bulk build.
13 lines
300 B
Text
13 lines
300 B
Text
$NetBSD: patch-ab,v 1.1 2004/09/08 16:10:08 wiz Exp $
|
|
|
|
--- src/misc.h.orig 2001-11-07 12:53:12.000000000 +0100
|
|
+++ src/misc.h
|
|
@@ -37,7 +37,7 @@
|
|
|
|
extern void die( char *msg );
|
|
|
|
-extern float round( float x );
|
|
+extern float roundnice( float x );
|
|
|
|
extern int which( char *file, char *fullpath );
|
|
|