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,21 @@
$NetBSD: patch-ac,v 1.3 2012/04/16 04:01:10 dholland Exp $
- Use standard headers.
- Don't provide own definitions of now-standard symbols.
--- tune.h.orig Mon Sep 25 23:22:26 2000
+++ tune.h
@@ -6,11 +6,10 @@
#define BYTESIZ 8
-#ifdef SVID
#include <unistd.h>
-#endif
+#include <string.h>
-#ifdef BSD42
+#if 0
#define SEEK_SET L_SET
#define memset(s,c,n) bzero(s, n) /* only when c is zero */
#define memcpy(s1,s2,n) bcopy(s2, s1, n)