diff options
| author | Kris Kennaway <kris@FreeBSD.org> | 2000-05-15 04:37:24 +0000 |
|---|---|---|
| committer | Kris Kennaway <kris@FreeBSD.org> | 2000-05-15 04:37:24 +0000 |
| commit | fe01acb84656c63baab77d17559fadf7dadcd712 (patch) | |
| tree | 4b609a9da5734aaa0c40c468f6e21c1d29568b70 /crypto/openssh/xmalloc.c | |
| parent | 6102159f98c6bf0f1b38f76422620bc6a0c95f6b (diff) | |
| parent | a04a10f8915401e0ac20dce0ade6c5b6e1bb13da (diff) | |
Notes
Diffstat (limited to 'crypto/openssh/xmalloc.c')
| -rw-r--r-- | crypto/openssh/xmalloc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/openssh/xmalloc.c b/crypto/openssh/xmalloc.c index afcdbd97cab6..31550991a2be 100644 --- a/crypto/openssh/xmalloc.c +++ b/crypto/openssh/xmalloc.c @@ -8,7 +8,7 @@ */ #include "includes.h" -RCSID("$Id: xmalloc.c,v 1.5 1999/11/24 00:26:04 deraadt Exp $"); +RCSID("$Id: xmalloc.c,v 1.6 2000/04/14 10:30:34 markus Exp $"); #include "ssh.h" @@ -34,7 +34,7 @@ xrealloc(void *ptr, size_t new_size) return new_ptr; } -void +void xfree(void *ptr) { if (ptr == NULL) |
