summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorpk <pk@NetBSD.org>1995-10-09 09:24:59 +0000
committerpk <pk@NetBSD.org>1995-10-09 09:24:59 +0000
commitd04fcadcc2e857a2d9caac5891c0662940e8a2c5 (patch)
tree450f5d5a7267d334a7188c41a6f2c3c4ea19efd7 /gnu
parentab16c2efa677f5d4fb9e4230529164e5e2a2b428 (diff)
Fix typo.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/ld/rtld/rtld.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/ld/rtld/rtld.c b/gnu/usr.bin/ld/rtld/rtld.c
index ffe162f3a0d..72194af2d7d 100644
--- a/gnu/usr.bin/ld/rtld/rtld.c
+++ b/gnu/usr.bin/ld/rtld/rtld.c
@@ -1,4 +1,4 @@
-/* $NetBSD: rtld.c,v 1.39 1995/10/09 00:11:26 pk Exp $ */
+/* $NetBSD: rtld.c,v 1.40 1995/10/09 09:24:59 pk Exp $ */
/*
* Copyright (c) 1993 Paul Kranenburg
* All rights reserved.
@@ -1367,7 +1367,7 @@ xprintf("%s: %s\n", name, strerror(errno));
if (LM_PRIVATE(smp)->spd_refcount++ > 0)
return smp;
- if (load_subs(smp) == 0)
+ if (load_subs(smp) != 0)
return NULL;
init_maps(smp);