tech-kern archive

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

Fwd: rump and ipv6 5.99.10



---------- Forwarded message ----------
From: basteon <basteon%gmail.com@localhost>
Date: 2009/4/16
Subject: rump and ipv6 5.99.10
To: tech-kern%netbsd.org@localhost


g'day,

How ipv6 avoiding dependences rump syscalls?

I seen this macro, but ipv6 doesn't dependent from that. Where it's
undefined? Which's way I can avoid rump in my protocol and use native
syscalls?

sys/rump/Makefile.rump

__archivebuild: .USE
  ${_MKTARGET_BUILD}
  rm -f ${.TARGET}
  ${AR} ${_ARFL} ${.TARGET} `NM=${NM} ${LORDER} ${.ALLSRC:M*o} | ${TSORT}`
  ${NM} -go ${.TARGET} | ${TOOL_AWK} ' \
  $$NF!~/^(rump|RUMP|__|_GLOBAL_OFFSET_TABLE'${_SYMQUIRK}')/ \
  {printf "%s rumpns_%s\n", $$NF, $$NF}' \
  | sort | uniq > renametab.${.TARGET}
  ${OBJCOPY} --preserve-dates --redefine-syms renametab.${.TARGET} ${.TARGET}
  rm -f renametab.${.TARGET}
  ${AR} ${_ARRANFL} ${.TARGET}

The reason of forwarding, just chosen a plain text.


Home | Main Index | Thread Index | Old Index