Changeset 2a786f9 in mainline for uspace/lib/net/il/ip_remote.c


Ignore:
Timestamp:
2010-09-22T19:07:02Z (14 years ago)
Author:
Jakub Jermar <jakub@…>
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.
Message:

Merge from lp:~jakub/helenos/net.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/net/il/ip_remote.c

    rdc94cb2 r2a786f9  
    127127                return EINVAL;
    128128       
    129         if ((!device_id) || (header) || (headerlen))
     129        if ((!device_id) || (!header) || (!headerlen))
    130130                return EBADMEM;
    131131       
Note: See TracChangeset for help on using the changeset viewer.