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,13 @@
$NetBSD: patch-ar,v 1.2 2011/09/25 19:41:11 joerg Exp $
--- common/errwarn.c.orig 1996-09-10 00:12:34.000000000 +0000
+++ common/errwarn.c 2007-10-10 16:48:18.000000000 +0000
@@ -46,6 +46,8 @@ static char copyright[] =
#include "global.h"
#include <syslog.h>
#include <errno.h>
+#include <stdio.h>
+#include <stdlib.h>
static void do_percentm PROTO ((char *obuf, char *ibuf));