Changeset 921a860 in mainline
- Timestamp:
- 2010-09-22T19:03:30Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 29fa68b, 2a786f9
- Parents:
- 7282582
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/net/il/ip_remote.c
r7282582 r921a860 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.