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
+13
View File
@@ -0,0 +1,13 @@
$NetBSD: patch-al,v 1.1 2003/06/08 10:36:18 abs Exp $
--- libhack/alias_nbt.c.orig Sun Jun 8 11:08:07 2003
+++ libhack/alias_nbt.c
@@ -102,7 +102,7 @@ static void PrintRcode( u_char rcode )
case CFT_ERR:
printf("\nName in conflict error.\n");
default:
- printf("\n???=%0x\n", rcode );
+ printf("\n??? = %0x\n", rcode );
}
}