diff options
author | 2002-07-24 04:00:44 +0000 | |
---|---|---|
committer | 2002-07-24 04:00:44 +0000 | |
commit | 53e6bfffabc4b2f3d3d403e70519a225baf3eadc (patch) | |
tree | 933f3c3627368568778b4e2780a616237390fdac /libexec/ld.so/util.c | |
parent | clean up docs a bit (diff) | |
download | wireguard-openbsd-53e6bfffabc4b2f3d3d403e70519a225baf3eadc.tar.xz wireguard-openbsd-53e6bfffabc4b2f3d3d403e70519a225baf3eadc.zip |
back out broken stuff until it is fixed
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 8acf9bfc2cf..3324cc72a54 100644 --- a/libexec/ld.so/util.c +++ b/libexec/ld.so/util.c @@ -1,4 +1,4 @@ -/* $OpenBSD: util.c,v 1.7 2002/07/24 00:13:55 deraadt Exp $ */ +/* $OpenBSD: util.c,v 1.8 2002/07/24 04:00:44 deraadt Exp $ */ /* * Copyright (c) 1998 Per Fogelstrom, Opsycon AB @@ -66,7 +66,7 @@ _dl_strdup(const char *orig) */ void * -_dl_malloc(size_t size) +_dl_malloc(int size) { long *p, *t, *n; |