blob: d8d7c11546971e5e368cba301d36a23aad825085 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$NetBSD: patch-ae,v 1.1 2005/07/20 17:38:05 kristerw Exp $
--- backg.c.orig Wed Jul 20 19:26:43 2005
+++ backg.c Wed Jul 20 19:26:54 2005
@@ -4,9 +4,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#ifndef vms
-#include <malloc.h>
-#endif
#include <math.h>
#include "xb_config.h"
|