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

@@ -1,4 +1,4 @@
/* $NetBSD: extract.c,v 1.2 2013/04/19 15:34:30 drochner Exp $ */
/* $NetBSD: extract.c,v 1.3 2014/02/19 19:31:08 drochner Exp $ */
#include <stdlib.h>
#include <unistd.h>
@@ -97,7 +97,7 @@ writeout(struct intel1_ucode_header *uh, int len,
used += link_unless_newer_exists(name, alias, uh->uh_rev);
}
if (eh) {
/* extension headers are unused in rev. 20130222 */
/* extension headers are unused in rev. 20140122 */
for (j = 0; j < eh->uet_count; j++) {
eps = &eh->uet_proc_sig[j];
for (i = 0; i < 8; i++) {