pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/30544: bmake/sigcompat.c needs string.h on solaris
The following reply was made to PR pkg/30544; it has been noted by GNATS.
From: Roland Illig <roland.illig%gmx.de@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc:
Subject: Re: pkg/30544: bmake/sigcompat.c needs string.h on solaris
Date: Mon, 20 Jun 2005 20:14:11 +0200
> +#ifdef HAVE_STRING_H
> +# include <string.h>
> +#endif
Why should the #ifdef be necessary? Who knows a system that
(1) does not have <string.h>, and
(2) is a target platform for pkgsrc?
Roland
Home |
Main Index |
Thread Index |
Old Index