Changeset 831 for trunk/src/ifd/sys-bsd.c
- Timestamp:
- 04/19/06 15:42:06 (6 years ago)
- File:
-
- 1 edited
-
trunk/src/ifd/sys-bsd.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/ifd/sys-bsd.c
r796 r831 18 18 #include <sys/ioctl.h> 19 19 #include <sys/poll.h> 20 #include <sys/file.h> 20 21 #include <string.h> 21 22 #include <stdio.h> … … 328 329 } 329 330 330 int ifd_sysdep_usb_open(const char *device , int flags)331 { 332 return open(device, O_EXCL |O_RDWR);331 int ifd_sysdep_usb_open(const char *device) 332 { 333 return open(device, O_RDWR); 333 334 } 334 335
Note: See TracChangeset
for help on using the changeset viewer.
