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