pkgsrc/cad/fasthenry/patches/patch-av
dmcmahill ab8490f3bf - homepage has moved
- distfile has moved
- license has changed.  Patches are the result of de-fuzzing the
  old patches since the new source files have the new (less restrictive)
  license.
2004-09-20 02:08:58 +00:00

12 lines
472 B
Text

$NetBSD: patch-av,v 1.2 2004/09/20 02:08:58 dmcmahill Exp $
--- src/zbuf/uglieralloc.c.orig Tue Aug 3 22:17:23 2004
+++ src/zbuf/uglieralloc.c
@@ -54,6 +54,7 @@ operation of Software or Licensed Progra
- no attempt is made to make allocation efficient in terms of virtual pages
*/
#include <stdio.h>
+#include <string.h>
#define NALLOC 8184 /* >= sizeof(HEADER)*NALLOC bytes sbrk()'d */
#define MAGICN 0xaaaaaaaaL /* used to check fidelity of allocated blks */