Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys
Module Name: src
Committed By: ozaki-r
Date: Wed Jul 1 03:39:36 UTC 2015
Modified Files:
src/sys/net: if_tokensubr.c
src/sys/netinet: ip_output.c
Log Message:
Use ip_hresolv_output for if_token as well
I thought we cannot apply ip_hresolv_output to if_token because
rt0 looked being needed by arpresolve in token_output. However,
rt0 is actually not used by arpresolve in NetBSD (see obsolete
ARPRESOLVE macro).
To generate a diff of this commit:
cvs rdiff -u -r1.68 -r1.69 src/sys/net/if_tokensubr.c
cvs rdiff -u -r1.241 -r1.242 src/sys/netinet/ip_output.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index