diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2001-04-02 23:11:22 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2001-04-02 23:11:22 +0000 |
commit | 0401da68729797d6cbda5b8b95aee24f31491d21 (patch) | |
tree | 87bf9a8fcd8cbadb9c205959f83989bc6d3b8a03 /libexec/ld.so/strdup.c | |
parent | 286dcb1c9e55529fa082e71e57310903f04c3606 (diff) |
Cleanup for 64bit support.
Pieces by art, niklas and me.
Only tested on powerpc.
Diffstat (limited to 'libexec/ld.so/strdup.c')
-rw-r--r-- | libexec/ld.so/strdup.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libexec/ld.so/strdup.c b/libexec/ld.so/strdup.c index 9b84c6398ae..c5d7615b2cb 100644 --- a/libexec/ld.so/strdup.c +++ b/libexec/ld.so/strdup.c @@ -1,5 +1,6 @@ -/* $OpenBSD: strdup.c,v 1.2 2001/01/28 19:34:29 niklas Exp $ */ +/* $OpenBSD: strdup.c,v 1.3 2001/04/02 23:11:21 drahn Exp $ */ +#include <string.h> void * _dl_malloc(int); |