Module Name: src Committed By: christos Date: Wed Nov 30 20:25:23 UTC 2016
Modified Files: src/libexec/ld.elf_so: rtld.c Log Message: add missing newline in comment To generate a diff of this commit: cvs rdiff -u -r1.179 -r1.180 src/libexec/ld.elf_so/rtld.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/libexec/ld.elf_so/rtld.c diff -u src/libexec/ld.elf_so/rtld.c:1.179 src/libexec/ld.elf_so/rtld.c:1.180 --- src/libexec/ld.elf_so/rtld.c:1.179 Wed Nov 30 14:43:32 2016 +++ src/libexec/ld.elf_so/rtld.c Wed Nov 30 15:25:23 2016 @@ -1,4 +1,4 @@ -/* $NetBSD: rtld.c,v 1.179 2016/11/30 19:43:32 christos Exp $ */ +/* $NetBSD: rtld.c,v 1.180 2016/11/30 20:25:23 christos Exp $ */ /* * Copyright 1996 John D. Polstra. @@ -40,7 +40,7 @@ #include <sys/cdefs.h> #ifndef lint -__RCSID("$NetBSD: rtld.c,v 1.179 2016/11/30 19:43:32 christos Exp $"); +__RCSID("$NetBSD: rtld.c,v 1.180 2016/11/30 20:25:23 christos Exp $"); #endif /* not lint */ #include <sys/param.h> @@ -1135,7 +1135,8 @@ do_dlsym(void *handle, const char *name, } } /* - * Search the dynamic linker itself, and possibly * resolve the symbol from there if it is not defined + * Search the dynamic linker itself, and possibly + * resolve the symbol from there if it is not defined * already or weak. This is how the application links * to dynamic linker services such as dlopen. Only the * values listed in the "_rtld_exports" array can be