Ignore:
Timestamp:
05/12/12 20:04:55 (13 months ago)
Author:
BrainSlayer
Message:

update kernel versions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/linux/universal/linux-3.2/net/phonet/pep.c

    r18171 r19243  
    10471047        int err, done; 
    10481048 
     1049        if (len > USHRT_MAX) 
     1050                return -EMSGSIZE; 
     1051 
    10491052        if ((msg->msg_flags & ~(MSG_DONTWAIT|MSG_EOR|MSG_NOSIGNAL| 
    10501053                                MSG_CMSG_COMPAT)) || 
Note: See TracChangeset for help on using the changeset viewer.