Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/libexec/ld.elf_so add missing newline in comment



details:   https://anonhg.NetBSD.org/src/rev/0d949e300749
branches:  trunk
changeset: 819357:0d949e300749
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Nov 30 20:25:23 2016 +0000

description:
add missing newline in comment

diffstat:

 libexec/ld.elf_so/rtld.c |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (28 lines):

diff -r 8dd89f25ef55 -r 0d949e300749 libexec/ld.elf_so/rtld.c
--- a/libexec/ld.elf_so/rtld.c  Wed Nov 30 19:43:32 2016 +0000
+++ b/libexec/ld.elf_so/rtld.c  Wed Nov 30 20:25:23 2016 +0000
@@ -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 @@
                                }
                        }
                        /*
-                        * 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



Home | Main Index | Thread Index | Old Index