Source-Changes-HG archive

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

[src/trunk]: src/lib/librumpuser comment polish: just musl



details:   https://anonhg.NetBSD.org/src/rev/3a583273e58d
branches:  trunk
changeset: 788951:3a583273e58d
user:      pooka <pooka%NetBSD.org@localhost>
date:      Tue Jul 30 18:56:03 2013 +0000

description:
comment polish: just musl

diffstat:

 lib/librumpuser/rumpuser_dl.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r efba8fcea1b4 -r 3a583273e58d lib/librumpuser/rumpuser_dl.c
--- a/lib/librumpuser/rumpuser_dl.c     Tue Jul 30 18:48:51 2013 +0000
+++ b/lib/librumpuser/rumpuser_dl.c     Tue Jul 30 18:56:03 2013 +0000
@@ -1,4 +1,4 @@
-/*      $NetBSD: rumpuser_dl.c,v 1.20 2013/07/30 18:48:51 pooka Exp $  */
+/*      $NetBSD: rumpuser_dl.c,v 1.21 2013/07/30 18:56:03 pooka Exp $  */
 
 /*
  * Copyright (c) 2009 Antti Kantee.  All Rights Reserved.
@@ -40,7 +40,7 @@
 #include "rumpuser_port.h"
 
 #if !defined(lint)
-__RCSID("$NetBSD: rumpuser_dl.c,v 1.20 2013/07/30 18:48:51 pooka Exp $");
+__RCSID("$NetBSD: rumpuser_dl.c,v 1.21 2013/07/30 18:56:03 pooka Exp $");
 #endif /* !lint */
 
 #include <sys/types.h>
@@ -157,7 +157,7 @@
 #define adjptr(_map_, _ptr_) \
     (ismainobj ? (void *)(_ptr_) : (void *)(_map_->l_addr + (_ptr_)))
 #else
-/* NetBSD and some others, e.g. Linux + musl-libc */
+/* NetBSD and some others, e.g. Linux + musl */
 #define adjptr(_map_, _ptr_) ((void *)(_map_->l_addr + (_ptr_)))
 #endif
 



Home | Main Index | Thread Index | Old Index