summaryrefslogtreecommitdiffstats
path: root/libexec
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2014-08-27 00:48:09 +0000
committerkib <kib@FreeBSD.org>2014-08-27 00:48:09 +0000
commitdb6452e4f673c19bef32f61547cb4d33cbffb040 (patch)
tree9bfeaf1850b5900161c2b9f018abf1be090392ac /libexec
parent3c595c7dbf9af93d3631683d96babfeb091da036 (diff)
downloadFreeBSD-src-db6452e4f673c19bef32f61547cb4d33cbffb040.zip
FreeBSD-src-db6452e4f673c19bef32f61547cb4d33cbffb040.tar.gz
Remove stray newline.
Diffstat (limited to 'libexec')
-rw-r--r--libexec/rtld-elf/rtld.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/rtld-elf/rtld.c b/libexec/rtld-elf/rtld.c
index 03c92d0..39bef4a 100644
--- a/libexec/rtld-elf/rtld.c
+++ b/libexec/rtld-elf/rtld.c
@@ -2784,7 +2784,7 @@ search_library_pathfds(const char *name, const char *path, int *fdp)
size_t len;
int dirfd, fd;
- dbg("%s('%s', '%s', fdp)\n", __func__, name, path);
+ dbg("%s('%s', '%s', fdp)", __func__, name, path);
/* Don't load from user-specified libdirs into setuid binaries. */
if (!trust)
OpenPOWER on IntegriCloud