]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix build on FreeBSD. Bluetooth HCI API in FreeBSD is quite different
authorHye-Shik Chang <hyeshik@gmail.com>
Tue, 5 Jun 2007 18:16:52 +0000 (18:16 +0000)
committerHye-Shik Chang <hyeshik@gmail.com>
Tue, 5 Jun 2007 18:16:52 +0000 (18:16 +0000)
commit82958f0d3b503d7fc448377993e6884f7c51157e
tree96944cd15d45213060f850c15f6aec4aee77698e
parentf7188cefb31371394201ec7f1fd321936f5b37a1
Fix build on FreeBSD.  Bluetooth HCI API in FreeBSD is quite different
from Linux's.  Just fix the build for now but the code doesn't
support the complete capability of HCI on FreeBSD yet.
Modules/socketmodule.c