Source-Changes-HG archive

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

[src/trunk]: src Add librumpclient. requested by wiz



details:   https://anonhg.NetBSD.org/src/rev/a912aa2c952f
branches:  trunk
changeset: 785311:a912aa2c952f
user:      pooka <pooka%NetBSD.org@localhost>
date:      Fri Mar 08 08:13:34 2013 +0000

description:
Add librumpclient.  requested by wiz

diffstat:

 external/bsd/mdocml/dist/lib.in   |  1 +
 gnu/usr.bin/groff/tmac/mdoc.local |  3 ++-
 2 files changed, 3 insertions(+), 1 deletions(-)

diffs (28 lines):

diff -r 923e1ea0f71e -r a912aa2c952f external/bsd/mdocml/dist/lib.in
--- a/external/bsd/mdocml/dist/lib.in   Thu Mar 07 22:12:34 2013 +0000
+++ b/external/bsd/mdocml/dist/lib.in   Fri Mar 08 08:13:34 2013 +0000
@@ -87,6 +87,7 @@
 LINE("librpcsec_gss",  "RPC GSS-API Authentication Library (librpcsec_gss, \\-lrpcsec_gss)")
 LINE("librpcsvc",      "RPC Service Library (librpcsvc, \\-lrpcsvc)")
 LINE("librt",          "POSIX Real\\-time Library (librt, \\-lrt)")
+LINE("librumpclient",  "Clientside stubs for rump kernel remote protocols (librumpclient, \\-lrumpclient)")
 LINE("libsaslc",       "Simple Authentication and Security Layer client library (libsaslc, \\-lsaslc)")
 LINE("libsdp",         "Bluetooth Service Discovery Protocol User Library (libsdp, \\-lsdp)")
 LINE("libssp",         "Buffer Overflow Protection Library (libssp, \\-lssp)")
diff -r 923e1ea0f71e -r a912aa2c952f gnu/usr.bin/groff/tmac/mdoc.local
--- a/gnu/usr.bin/groff/tmac/mdoc.local Thu Mar 07 22:12:34 2013 +0000
+++ b/gnu/usr.bin/groff/tmac/mdoc.local Fri Mar 08 08:13:34 2013 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: mdoc.local,v 1.71 2013/03/07 21:54:04 wiz Exp $
+.\" $NetBSD: mdoc.local,v 1.72 2013/03/08 08:13:34 pooka Exp $
 .\"
 .\" Copyright (c) 2003, 2004 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -101,6 +101,7 @@
 .ds doc-str-Lb-libpuffs         puffs Convenience Library (libpuffs, \-lpuffs)
 .ds doc-str-Lb-libquota                Disk Quota Access and Control Library (libquota, \-lquota)
 .ds doc-str-Lb-librefuse        File System in Userspace Convenience Library (librefuse, \-lrefuse)
+.ds doc-str-Lb-librumpclient   Clientside stubs for rump kernel remote protocols (librumpclient, \-lrumpclient)
 .ds doc-str-Lb-libsaslc         Simple Authentication and Security Layer client library (libsaslc, \-lsaslc)
 .ds doc-str-Lb-libssp           Buffer Overflow Protection Library (libssp, \-lssp)
 .ds doc-str-Lb-libterminfo      Terminal Information Library (libterminfo, \-lterminfo)



Home | Main Index | Thread Index | Old Index