Mercurial > dropbear
comparison scpmisc.c @ 773:a9f2a6ae4eb5
merge
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Sun, 14 Apr 2013 22:49:19 +0800 |
parents | 49f68a7b7a55 |
children | 952624727411 |
comparison
equal
deleted
inserted
replaced
772:7fc0aeada79c | 773:a9f2a6ae4eb5 |
---|---|
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) |