Import of pkgsrc-2014Q1

This commit is contained in:
2014-04-17 16:38:45 +02:00
parent 785076ae39
commit 9a8c06dafb
19365 changed files with 828089 additions and 278039 deletions

View File

@@ -0,0 +1,13 @@
$NetBSD: patch-src_devreader-solaris.cpp,v 1.1 2014/02/24 12:45:44 wiedi Exp $
Need stdlib for free()
--- src/devreader-solaris.cpp.orig 2007-11-16 10:09:56.000000000 +0000
+++ src/devreader-solaris.cpp
@@ -16,6 +16,7 @@
#include "devreader-solaris.h"
+#include <stdlib.h>
#include <string.h>
#include <kstat.h>
#include <sys/socket.h>