]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Use more standard way for setting nonblocking flag for a filedescriptor.
authorWojciech A. Koszek <wkoszek@FreeBSD.org>
Thu, 11 Feb 2010 08:30:43 +0000 (08:30 +0000)
committerWojciech A. Koszek <wkoszek@FreeBSD.org>
Thu, 11 Feb 2010 08:30:43 +0000 (08:30 +0000)
commitac840bfcf130f8f07f1686ff5e88ea4b4961a995
tree8e87cd441e0dab2e3c97c19bb589f4d9c39a78d6
parent9c7e1de8c31bee2740f23bb16e19056c40df80e1
Use more standard way for setting nonblocking flag for a filedescriptor.
This makes libusb porting a bit easier.

There shouldn't by any negative change in behaviour after this commit.

Remove redundant headers.

Reviewed by: hps@
lib/libusb/libusb10.c