Source-Changes-HG archive

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

[src/trunk]: src/sys/rump/net sockin cannot be loaded the same time as rumpne...



details:   https://anonhg.NetBSD.org/src/rev/d6fe2a165c97
branches:  trunk
changeset: 759371:d6fe2a165c97
user:      pooka <pooka%NetBSD.org@localhost>
date:      Tue Dec 07 17:23:27 2010 +0000

description:
sockin cannot be loaded the same time as rumpnet_inet because both
provide a PF_INET domain.  Guess that real inet is more useful and
don't put sockin on the "all components" list.

diffstat:

 sys/rump/net/Makefile.rumpnetcomp |  10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 2256c85aa1d8 -r d6fe2a165c97 sys/rump/net/Makefile.rumpnetcomp
--- a/sys/rump/net/Makefile.rumpnetcomp Tue Dec 07 14:28:12 2010 +0000
+++ b/sys/rump/net/Makefile.rumpnetcomp Tue Dec 07 17:23:27 2010 +0000
@@ -1,9 +1,15 @@
-#      $NetBSD: Makefile.rumpnetcomp,v 1.1 2010/12/05 16:53:46 pooka Exp $
+#      $NetBSD: Makefile.rumpnetcomp,v 1.2 2010/12/07 17:23:27 pooka Exp $
 #
 
-RUMPNETCOMP=   net net80211 netbt netinet local sockin shmif virtif
+RUMPNETCOMP=   net net80211 netbt netinet local shmif virtif
+
+RUMPNETSOCKIN= sockin
 
 .for var in ${RUMPNETCOMP}
 RUMPNETLIBS+=lib${var}
 RUMPNETLDADD+=-lrumpnet_${var}
 .endfor
+
+.for var in ${RUMPNETSOCKIN}
+RUMPNETLIBS+=lib${var}
+.endfor



Home | Main Index | Thread Index | Old Index