37d5f9d6ca
Bump revision.
12 lines
447 B
Text
12 lines
447 B
Text
$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);
|