CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2014/03/17 04:24:40
Modified files: sys/net : rtsock.c Log message: Remove pre-rt_getifa() code to find the address descriptor (ifa) related to a route entry, no need to do the work twice. This chunk should have been deleted when post-4.4BSD changes from BSD/OS 4.2 were merged more than 10 years ago. While here properly indent the following block. tested by chris@, ok krw@