diff options
Diffstat (limited to 'libexec/ld.so/util.c')
-rw-r--r-- | libexec/ld.so/util.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/ld.so/util.c b/libexec/ld.so/util.c index 3324cc72a54..62790011ce8 100644 --- a/libexec/ld.so/util.c +++ b/libexec/ld.so/util.c @@ -1,4 +1,4 @@ -/* $OpenBSD: util.c,v 1.8 2002/07/24 04:00:44 deraadt Exp $ */ +/* $OpenBSD: util.c,v 1.9 2002/07/24 04:11:10 deraadt Exp $ */ /* * Copyright (c) 1998 Per Fogelstrom, Opsycon AB @@ -66,7 +66,7 @@ _dl_strdup(const char *orig) */ void * -_dl_malloc(int size) +_dl_malloc(size_t size) { long *p, *t, *n; |