CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2012/11/02 14:21:32
Modified files: sbin/dhclient : kroute.c Log message: Avoid some misaligned access on sparc64 (at least) by bcopy()'ing in_addr_t values into s_addr's rather than assigning them. Possibly not the ideal solution, but at least dhclient will work again on sparc64.