cvs commit: src/sys/netgraph/bluetooth/socket ng_btsocket.c

Maksim Yevmenkin emax at FreeBSD.org
Tue Apr 12 09:56:09 PDT 2005


emax        2005-04-12 16:56:09 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sys/netgraph/bluetooth/socket ng_btsocket.c 
  Log:
  MFC to RELENG_5 ng_btsocket.c v1.11
  
  Remove PR_ATOMIC flag in ng_btsocket_protosw[] for BLUETOOTH_PROTO_RFCOMM
  protocol. RFCOMM is a SOCK_STREAM protocol not SOCK_SEQPACKET. This was a
  serious bug caused by cut-and-paste. I'm surprised it did not bite me before.
  Dunce hat goes to me.
  
  Approved by:    re (kensmith)
  
  Revision  Changes    Path
  1.7.2.2   +1 -1      src/sys/netgraph/bluetooth/socket/ng_btsocket.c


More information about the cvs-all mailing list