summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1999-12-10 00:11:03 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1999-12-10 00:11:03 +0000
commitb9d573627ecd64390d9853379495f0e8bccb0c34 (patch)
treeeb7cee29a91b7d9940fbfd8e69a07d5b0e395f0d /gnu
parentda43398a1c4af9efe1f6785680a0fe52981cd183 (diff)
bad espie, commiting bad patches, with junk in them that should not be there
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 48656343e2b..e53d78dc9be 100644
--- a/gnu/usr.bin/ld/rtld/rtld.c
+++ b/gnu/usr.bin/ld/rtld/rtld.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: rtld.c,v 1.12 1999/12/09 18:10:24 espie Exp $ */
+/* $OpenBSD: rtld.c,v 1.13 1999/12/10 00:11:02 deraadt Exp $ */
/* $NetBSD: rtld.c,v 1.43 1996/01/14 00:35:17 pk Exp $ */
/*
* Copyright (c) 1993 Paul Kranenburg
@@ -1306,7 +1306,7 @@ rtfindlib(name, major, minor, usehints, ipath)
dp = lpath = concat(ld_library_path ? ld_library_path : "",
(ld_library_path && ipath) ? ":" : "",
- ipath ? ipath : "", 0);
+ ipath ? ipath : "");
while ((cp = strsep(&dp, ":")) != NULL) {
cp = findhint(name, major, minor, cp);