CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/08/23 08:12:05
Modified files:
sys/netinet6 : nd6.c
usr.sbin/ndp : ndp.c
Log message:
Use simple byte pointer arithmetic and memcpy from/to aligned stack
variables to handle the "packed" binary format passed out to userland
when querying the prefix/router list. From NetBSD (Martin Husemann).
ok mpi@
