diff options
| author | Eivind Eklund <eivind@FreeBSD.org> | 1999-12-21 11:14:12 +0000 |
|---|---|---|
| committer | Eivind Eklund <eivind@FreeBSD.org> | 1999-12-21 11:14:12 +0000 |
| commit | 369dc8ceb8c9e6db02bee508b6483327dd1995a9 (patch) | |
| tree | b06e31ce7f7894dd7f434036bfa49ea3d8f7ede3 /sys/kern/link_aout.c | |
| parent | faf052a79e4f457632b0d2cf6fc3c2fd74deec7e (diff) | |
Notes
Diffstat (limited to 'sys/kern/link_aout.c')
| -rw-r--r-- | sys/kern/link_aout.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/link_aout.c b/sys/kern/link_aout.c index 605a8123d2f1..6081a9c11204 100644 --- a/sys/kern/link_aout.c +++ b/sys/kern/link_aout.c @@ -467,7 +467,7 @@ link_aout_lookup_symbol(linker_file_t file, const char* name, char* cp; if (LD_BUCKETS(af->dynamic) == 0) - return NULL; + return 0; hashbase = AOUT_RELOC(af, struct rrs_hash, LD_HASH(af->dynamic)); symbolbase = AOUT_RELOC(af, struct nzlist, LD_SYMBOL(af->dynamic)); |
