mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
12 lines
377 B
Plaintext
12 lines
377 B
Plaintext
$NetBSD: patch-ab,v 1.3 2005/06/24 23:58:18 kristerw Exp $
|
|
|
|
--- src/prelude/BinArray/cLowUnboxedArray.c.orig 2005-06-04 18:13:50.000000000 +0000
|
|
+++ src/prelude/BinArray/cLowUnboxedArray.c 2005-06-04 18:14:03.000000000 +0000
|
|
@@ -1,5 +1,5 @@
|
|
-#include "cLowUnboxedArray.h"
|
|
#include <stdlib.h>
|
|
+#include "cLowUnboxedArray.h"
|
|
|
|
void finaliseUBA (UBA uba) {
|
|
free(uba->block);
|