Subject: Re: pkg/30544: bmake/sigcompat.c needs string.h on solaris
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: Roland Illig <roland.illig@gmx.de>
List: pkgsrc-bugs
Date: 06/20/2005 18:15:03
The following reply was made to PR pkg/30544; it has been noted by GNATS.

From: Roland Illig <roland.illig@gmx.de>
To: gnats-bugs@netbsd.org
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