K 10 svn:author V 7 rodrigc K 8 svn:date V 27 2006-12-22T05:07:21.000000Z K 7 svn:log V 324 The second argument (type) to socket(2) is an enum, not a bitmask, so parse it as an enum. If an SCTP SOCK_SEQPACKET socket was opened, kdump would display this wrong output: socket(PF_INET,SOCK_STREAM|SOCK_RDM|SOCK_SEQPACKET,0x84) instead of this correct output: socket(PF_INET,SOCK_SEQPACKET,0x84) MFC after: 2 weeks END