CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/12/04 05:10:26
Modified files:
sys/netinet6 : ip6_id.c
Log message:
prefix function names like randomid and pmod to keep them out of global
namespace. the history of this file is that it was a modified version of
ip_id.c (with static functions to avoid clashes), then that file was
rewritten, then this file lost static.
