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
+12
View File
@@ -0,0 +1,12 @@
$NetBSD: patch-at,v 1.1 2006/01/25 15:19:17 joerg Exp $
--- lib/mkcmd/service.mc.orig 2006-01-25 15:01:49.000000000 +0000
+++ lib/mkcmd/service.mc
@@ -19,7 +19,6 @@ char *pcName, *pcParam;
register char *pcScan, *pcProto, *pcTemp;
register int iFudge = sizeof(long int) - 1;
% static char acDefProto[] = "%qK<service_cvt>2v"%;
- extern int errno;
pcTemp = calloc((strlen(pcName)|iFudge)+1, sizeof(char));
(void)strcpy(pcTemp, pcName);