Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
$NetBSD: patch-src_bytecode_c,v 1.1 2011/12/24 17:07:07 dholland Exp $
- use standard headers
--- src/bytecode.c~ 1994-10-21 04:19:49.000000000 +0000
+++ src/bytecode.c
@@ -34,6 +34,7 @@ by Hallvard:
/* 92.3.6 modified for Mule Ver.0.9.0 by K.Handa <handa@etl.go.jp> */
+#include <stdlib.h>
#include <config.h>
#include "lisp.h"
#include "buffer.h"