Ticket #9227: fbsd_version.diff
| File fbsd_version.diff, 938 bytes (added by , 13 years ago) |
|---|
-
src/VBox/HostDrivers/Support/freebsd/SUPDrv-freebsd.c
284 284 * @param pDev The device node. 285 285 * @param fOpen The open flags. 286 286 * @param pTd The thread. 287 * @param pFd The file descriptor. FreeBSD 7.0 and later.288 * @param iFd The file descriptor index (?). Pre FreeBSD 7.0.287 * @param pFd The file descriptor. Introduced in FreeBSD 7.0-CURRENT. 288 * @param iFd The file descriptor index. Pre FreeBSD 7.0. 289 289 */ 290 #if __FreeBSD_ _ >= 7290 #if __FreeBSD_version >= 700044 291 291 static int VBoxDrvFreeBSDOpen(struct cdev *pDev, int fOpen, struct thread *pTd, struct file *pFd) 292 292 #else 293 293 static int VBoxDrvFreeBSDOpen(struct cdev *pDev, int fOpen, struct thread *pTd, int iFd)

