svn commit: r270687 - head/libexec/rtld-elf

Konstantin Belousov kib at FreeBSD.org
Wed Aug 27 00:48:09 UTC 2014


Author: kib
Date: Wed Aug 27 00:48:09 2014
New Revision: 270687
URL: http://svnweb.freebsd.org/changeset/base/270687

Log:
  Remove stray newline.

Modified:
  head/libexec/rtld-elf/rtld.c

Modified: head/libexec/rtld-elf/rtld.c
==============================================================================
--- head/libexec/rtld-elf/rtld.c	Wed Aug 27 00:07:33 2014	(r270686)
+++ head/libexec/rtld-elf/rtld.c	Wed Aug 27 00:48:09 2014	(r270687)
@@ -2784,7 +2784,7 @@ search_library_pathfds(const char *name,
 	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)


More information about the svn-src-head mailing list