comparison scpmisc.c @ 725:49f68a7b7a55

Define _GNU_SOURCE for vasprintf
author Matt Johnston <matt@ucc.asn.au>
date Sun, 24 Mar 2013 00:02:20 +0800
parents b72f98803e46
children 952624727411
comparison
equal deleted inserted replaced
724:35f5f64a59c5 725:49f68a7b7a55
38 * called by a name other than "ssh" or "Secure Shell". 38 * called by a name other than "ssh" or "Secure Shell".
39 */ 39 */
40 40
41 /*RCSID("OpenBSD: xmalloc.c,v 1.16 2001/07/23 18:21:46 stevesk Exp ");*/ 41 /*RCSID("OpenBSD: xmalloc.c,v 1.16 2001/07/23 18:21:46 stevesk Exp ");*/
42 42
43 #define _GNU_SOURCE
43 #include "includes.h" 44 #include "includes.h"
44 #include "scpmisc.h" 45 #include "scpmisc.h"
45 46
46 void * 47 void *
47 xmalloc(size_t size) 48 xmalloc(size_t size)