cvs commit: src/sys/net radix.c

Dag-Erling Smørgrav des at des.no
Wed Apr 21 17:53:56 PDT 2004


Darren Reed <darrenr at hub.freebsd.org> writes:
> Changing variable names is required to make locking easier?
> Changing "x = *(u_char *)p" into "x = LEN(p)" makes locking easier?

Yes, if it allows the person doing the locking to better understand
the code.

DES
-- 
Dag-Erling Smørgrav - des at des.no


More information about the cvs-src mailing list