Changeset 2464
- Timestamp:
- 01/20/07 14:55:42 (2 years ago)
- Files:
-
- trunk/lib/checkconfig.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lib/checkconfig.c
r2415 r2464 35 35 res = vc_get_vci(); 36 36 v_errno = errno; 37 if (res==(uint32_t)-1 && (errno==ENOSYS || errno==EINVAL)) res=0;37 if (res==(uint32_t)-1) res=0; 38 38 } 39 39
