![]() ![]() | ![]() |
Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
version 1.6.4.1, 2011/01/06 21:42:48 | version 1.7, 2009/04/12 17:07:17 | ||
---|---|---|---|
|
|
||
int tmp; | int tmp; | ||
/* Make section right. */ | /* Make section right. */ | ||
tmp = section; | if ((tmp = section) < 0 || section >= ns_s_max) | ||
if (tmp < 0 || section >= ns_s_max) | |||
RETERR(ENODEV); | RETERR(ENODEV); | ||
if (section != handle->_sect) | if (section != handle->_sect) | ||
setsection(handle, section); | setsection(handle, section); |