Changeset 2a786f9 in mainline for uspace/lib/net/il/ip_remote.c
- Timestamp:
- 2010-09-22T19:07:02Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- ec1bdc8
- Parents:
- dc94cb2 (diff), 921a860 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/net/il/ip_remote.c
rdc94cb2 r2a786f9 127 127 return EINVAL; 128 128 129 if ((!device_id) || ( header) || (headerlen))129 if ((!device_id) || (!header) || (!headerlen)) 130 130 return EBADMEM; 131 131
Note:
See TracChangeset
for help on using the changeset viewer.