diff options
author | jp161948 <none@none> | 2007-04-02 05:33:26 -0700 |
---|---|---|
committer | jp161948 <none@none> | 2007-04-02 05:33:26 -0700 |
commit | 47b374ff8413339e27ddb691c18d22ffe3482515 (patch) | |
tree | 5c4a679e4018638ed40b17ceae5b3478f0ec4f4d /usr/src/cmd/ssh/include/xmalloc.h | |
parent | f763a6cdd6a48d48089e0c8473a138f32345775a (diff) | |
download | illumos-joyent-47b374ff8413339e27ddb691c18d22ffe3482515.tar.gz |
PSARC 2007/034 ssh/sshd resync with OpenSSH
6480090 ConnectTimeout functionality desired for SUNWssh
Diffstat (limited to 'usr/src/cmd/ssh/include/xmalloc.h')
-rw-r--r-- | usr/src/cmd/ssh/include/xmalloc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/src/cmd/ssh/include/xmalloc.h b/usr/src/cmd/ssh/include/xmalloc.h index c5aafe6da1..6477737a4e 100644 --- a/usr/src/cmd/ssh/include/xmalloc.h +++ b/usr/src/cmd/ssh/include/xmalloc.h @@ -27,6 +27,7 @@ extern "C" { */ void *xmalloc(size_t); +void *xcalloc(size_t, size_t); void *xrealloc(void *, size_t); void xfree(void *); char *xstrdup(const char *); |