From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from krisdoz.my.domain (schwarze@localhost [127.0.0.1]) by krisdoz.my.domain (8.14.5/8.14.5) with ESMTP id s3NNVLls004357 for ; Wed, 23 Apr 2014 19:31:21 -0400 (EDT) Received: (from schwarze@localhost) by krisdoz.my.domain (8.14.5/8.14.3/Submit) id s3NNVLHi032378; Wed, 23 Apr 2014 19:31:21 -0400 (EDT) Date: Wed, 23 Apr 2014 19:31:21 -0400 (EDT) Message-Id: <201404232331.s3NNVLHi032378@krisdoz.my.domain> X-Mailinglist: mdocml-source Reply-To: source@mdocml.bsd.lv MIME-Version: 1.0 From: schwarze@mdocml.bsd.lv To: source@mdocml.bsd.lv Subject: mdocml: prototype for reallocarray() X-Mailer: activitymail 1.26, http://search.cpan.org/dist/activitymail/ Content-Type: text/plain; charset=utf-8 Log Message: ----------- prototype for reallocarray() Tags: ---- VERSION_1_12 Modified Files: -------------- mdocml: config.h.post Revision Data ------------- Index: config.h.post =================================================================== RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/config.h.post,v retrieving revision 1.6.2.5 retrieving revision 1.6.2.6 diff -Lconfig.h.post -Lconfig.h.post -u -p -r1.6.2.5 -r1.6.2.6 --- config.h.post +++ config.h.post @@ -32,6 +32,9 @@ extern char *fgetln(FILE *, size_t *); extern int getsubopt(char **, char * const *, char **); extern char *suboptarg; #endif +#ifndef HAVE_REALLOCARRAY +extern void *reallocarray(void *, size_t, size_t); +#endif #ifndef HAVE_STRCASESTR extern char *strcasestr(const char *, const char *); #endif -- To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv