blob: 966c2848c479a5f922cfb73d82b87606a9e5785f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-aj,v 1.1 2005/07/20 17:38:05 kristerw Exp $
--- random_effect.c.orig Wed Jul 20 19:28:33 2005
+++ random_effect.c Wed Jul 20 19:28:43 2005
@@ -1,8 +1,5 @@
#include <stdio.h>
#include <stdlib.h>
-#ifndef vms
-#include <malloc.h>
-#endif
#include <time.h>
#include <string.h>
|