diff options
| author | christos <christos@NetBSD.org> | 2001-05-27 23:26:47 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2001-05-27 23:26:47 +0000 |
| commit | 7ddeec7d69e38eca5798b8a896ea7a2095893439 (patch) | |
| tree | c9bf9b91273c9595b735c27ec3eadcf147320083 /libexec | |
| parent | f1ec8153c91d3248ba90bb0e3bcf7aeb58b3129e (diff) | |
s/warn/xwarnx/ cuts down size by 50% by not pulling in stdio.
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/ld.elf_so/load.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/ld.elf_so/load.c b/libexec/ld.elf_so/load.c index 8825400d98f..3cc033218a9 100644 --- a/libexec/ld.elf_so/load.c +++ b/libexec/ld.elf_so/load.c @@ -1,4 +1,4 @@ -/* $NetBSD: load.c,v 1.13 2000/11/10 23:53:04 mycroft Exp $ */ +/* $NetBSD: load.c,v 1.14 2001/05/27 23:26:47 christos Exp $ */ /* * Copyright 1996 John D. Polstra. @@ -191,7 +191,7 @@ _rtld_load_by_name(name, obj, needed, mode, dodebug) i = sizeof(val); if (sysctl(x->ctl, x->ctlmax, &val, &i, NULL, 0) == -1) { - warn("sysctl"); + xwarnx("sysctl"); break; } |
