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,17 @@
$NetBSD: patch-af,v 1.1 2004/07/19 02:21:57 fredb Exp $
--- dao/ScsiIf-nt.cc.orig 2001-09-03 12:37:42.000000000 -0500
+++ dao/ScsiIf-nt.cc
@@ -332,6 +332,12 @@
revision_[i] = 0;
}
+ if (vendor_[0] == 0)
+ strncpy(vendor_, "UNKNOWN", 8);
+
+ if (product_[0] == 0)
+ strncpy(product_, "UNKNOWN", 8);
+
return 0;
}