mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
14 lines
296 B
Plaintext
14 lines
296 B
Plaintext
$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>
|
|
|