Files
pkgsrc-ng/net/ywho/patches/patch-aa
2013-09-26 17:14:40 +02:00

22 lines
461 B
Plaintext

$NetBSD: patch-aa,v 1.1 2006/05/10 06:13:51 minskim Exp $
--- ywho.c.orig 2000-12-17 17:03:10.000000000 +0000
+++ ywho.c
@@ -351,7 +351,7 @@ char *argv[];
}
else
addhost(argv[i]);
-nextarg:
+nextarg:;
}
if (hosts == NIL(hosts_t)) {
@@ -650,7 +650,6 @@ unsigned nth;
{
#ifndef lint
char *ptr;
- extern char *malloc();
if ((ptr = malloc(nth)) == NIL(char)) {
(void) fprintf(stderr, "%s: Out of memory.\n", pname);