Subject: Re: pkg/29362: tcp_wrappers fails build
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: A L Meyers <me@privacy.net>
List: pkgsrc-bugs
Date: 02/17/2005 17:49:01
The following reply was made to PR pkg/29362; it has been noted by GNATS.
From: A L Meyers <me@privacy.net>
To: j@huter.us
Cc: gnats-bugs@NetBSD.org
Subject: Re: pkg/29362: tcp_wrappers fails build
Date: Thu, 17 Feb 2005 18:48:42 +0100
Jeffrey B. Huter wrote:
>I believe line 28 of scaffold.c should read:
>
>extern void *malloc();
>
>not
>
>extern char *malloc();
>
>
>
Super, Jeffrey! How much difference a word makes. After replacing char
with void,
I restarted "bmake install clean" and the installation completed flawlessly.
Thanks!
Lux