diff options
author | Eric Jackson <ericj@cvs.openbsd.org> | 2002-05-24 00:25:43 +0000 |
---|---|---|
committer | Eric Jackson <ericj@cvs.openbsd.org> | 2002-05-24 00:25:43 +0000 |
commit | 12c0ee02db714160510d398dbb8c04bd372b0f1d (patch) | |
tree | 6e796e03bc3d5876c92c0ff379bd9db7b1e9f132 /libexec/ld.so/ldconfig/ld.h | |
parent | 38a35b49b4503c1d19b0bdab6b093ead12c52aa1 (diff) |
replace some wrapper functions w/ no license w/ some public domain ones.
deraadt@ ok
Diffstat (limited to 'libexec/ld.so/ldconfig/ld.h')
-rw-r--r-- | libexec/ld.so/ldconfig/ld.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/ld.so/ldconfig/ld.h b/libexec/ld.so/ldconfig/ld.h index d9b9be014d8..30abc5c7bba 100644 --- a/libexec/ld.so/ldconfig/ld.h +++ b/libexec/ld.so/ldconfig/ld.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ld.h,v 1.4 2002/02/16 21:27:30 millert Exp $ */ +/* $OpenBSD: ld.h,v 1.5 2002/05/24 00:25:42 ericj Exp $ */ /* * Header file to make code compatible with ELF version * ldconfig was taken from the a.out ld. @@ -7,7 +7,7 @@ extern int n_search_dirs; extern char **search_dirs; -char *xstrdup(char *); +char *xstrdup(const char *); void *xmalloc(size_t); void *xrealloc(void *, size_t); char *concat(const char *, const char *, const char *); |