mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-10 21:09:31 -04:00
13 lines
395 B
Plaintext
13 lines
395 B
Plaintext
$NetBSD: patch-as,v 1.1 2006/01/25 15:19:17 joerg Exp $
|
|
|
|
--- lib/mkcmd/protocol.mc.orig 2006-01-25 15:01:29.000000000 +0000
|
|
+++ lib/mkcmd/protocol.mc
|
|
@@ -16,7 +16,6 @@ char *pcName, *pcParam;
|
|
register char *pcStack;
|
|
register int iFudge = sizeof(long int) - 1;
|
|
register void *pvMem;
|
|
- extern int errno;
|
|
|
|
for (pcStack = pcName; '\000' != *pcStack; ++pcStack) {
|
|
if (!isdigit(*pcStack))
|