summaryrefslogtreecommitdiff
path: root/lang/sr/patches/patch-ae
blob: fbf9c52f7cdfa78e9b4e09f57bf47675787df1fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-ae,v 1.1.1.1 2005/02/25 15:54:59 is Exp $

--- rts/alloc.c.orig	1999-07-28 22:42:24.000000000 +0200
+++ rts/alloc.c
@@ -5,7 +5,6 @@
  */
 
 #include "rts.h"
-#include <varargs.h>
 
 static Memh all_mem;	/* header blocks for SR allocated memory */
 static Mutex mem_mutex;	/* protection for all_mem; acquired after res->rmutex.*/