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,16 @@
$NetBSD: patch-main.c,v 1.4 2013/09/17 20:27:10 wiz Exp $
Upstream patch to work around a clang build issue.
diff -r c440247cbd69 -r 1a7de2c68290 main.c
--- main.c Sat Aug 24 18:50:05 2013 -0400
+++ main.c Tue Sep 17 14:58:45 2013 -0400
@@ -934,7 +934,7 @@
return false;
}
-DEAD static
+DEAD PF(2, 3) static
void
usage(const char *progname, const char *fmt, ...)
{