X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fstrdup.h;h=a0d5fb929cef0263e3f9956397717730493806f9;hb=8de557e31178699dd6e839850056f0653cdfba89;hp=4dc6a391c8aeb80f9d4b6c464e519336cf6b5e00;hpb=371e9531332a7fde1eee7dfc4aef0ec50d6fff7c;p=gnulib.git diff --git a/lib/strdup.h b/lib/strdup.h index 4dc6a391c..a0d5fb929 100644 --- a/lib/strdup.h +++ b/lib/strdup.h @@ -13,7 +13,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifndef STRDUP_H_ #define STRDUP_H_ @@ -21,7 +21,7 @@ /* Get strdup declaration, if available. */ #include -#if !HAVE_DECL_STRDUP && !defined strdup +#if defined HAVE_DECL_STRDUP && !HAVE_DECL_STRDUP && !defined strdup /* Duplicate S, returning an identical malloc'd string. */ extern char *strdup (const char *s); #endif