pkgsrc/cad/fasthenry/patches/patch-ar
dmcmahill a11d7a44b8 -include a ton of missing header files for 64 bit machines. there remain
some 64 bit related compiler warnings to fix.

- while here, use libffm if on an alpha for faster math.  In this case
  20-30% faster.
2001-02-09 11:29:36 +00:00

10 lines
303 B
Text

$NetBSD: patch-ar,v 1.1 2001/02/09 11:29:39 dmcmahill Exp $
--- src/zbuf/uglieralloc.c.orig Tue Nov 12 14:18:56 1996
+++ src/zbuf/uglieralloc.c Thu Feb 8 20:03:45 2001
@@ -21,4 +21,5 @@
*/
#include <stdio.h>
+#include <string.h>
#define NALLOC 8184 /* >= sizeof(HEADER)*NALLOC bytes sbrk()'d */