ab8490f3bf
- 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.
12 lines
482 B
Text
12 lines
482 B
Text
$NetBSD: patch-ao,v 1.2 2004/09/20 02:08:58 dmcmahill Exp $
|
|
|
|
--- src/fasthenry/uglieralloc.c.orig Tue Aug 3 22:17:20 2004
|
|
+++ src/fasthenry/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 */
|