Changeset 861
- Timestamp:
- 06/08/06 00:14:47 (7 years ago)
- File:
-
- 1 edited
-
trunk/lib/protocols.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/protocols.c
r859 r861 109 109 110 110 /* What kind of wacked out header, has this in host order?! */ 111 if ( *type) *type = htons(sll->protocol);111 if (type) *type = htons(sll->protocol); 112 112 113 113 ret=(void*)((char*)sll+sizeof(*sll));
Note: See TracChangeset
for help on using the changeset viewer.
