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,20 @@
$NetBSD: patch-ac,v 1.2 2012/09/08 22:35:13 cheusov Exp $
--- src/statist.h.orig 2009-03-11 14:17:03 +0200
+++ src/statist.h 2009-03-11 14:17:45 +0200
@@ -13,6 +13,7 @@
***************************************************************/
#include <stdio.h>
+#include <errno.h>
#include "gettext.h"
#include "memory_handling.h"
@@ -240,7 +241,6 @@ typedef struct {
} SORTREC;
-extern int errno;
extern void mywait();
extern BOOLEAN myexist(char *name);
#ifdef STATIST_X