source@mandoc.bsd.lv
 help / color / mirror / Atom feed
* mdocml: prototype for reallocarray()
@ 2014-04-23 23:29 schwarze
  0 siblings, 0 replies; 2+ messages in thread
From: schwarze @ 2014-04-23 23:29 UTC (permalink / raw)
  To: source

Log Message:
-----------
prototype for reallocarray()

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.8
retrieving revision 1.9
diff -Lconfig.h.post -Lconfig.h.post -u -p -r1.8 -r1.9
--- config.h.post
+++ config.h.post
@@ -20,6 +20,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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* mdocml: prototype for reallocarray()
@ 2014-04-23 23:31 schwarze
  0 siblings, 0 replies; 2+ messages in thread
From: schwarze @ 2014-04-23 23:31 UTC (permalink / raw)
  To: source

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-04-23 23:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-04-23 23:29 mdocml: prototype for reallocarray() schwarze
2014-04-23 23:31 schwarze

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).