VirtualBox

Ticket #9227: redundant_check.diff

File redundant_check.diff, 982 bytes (added by Robert Millan, 13 years ago)
  • src/VBox/Main/src-server/freebsd/HostHardwareFreeBSD.cpp

     
    3434#include <iprt/thread.h>  /* for RTThreadSleep() */
    3535#include <iprt/string.h>
    3636
    37 #ifdef RT_OS_FREEBSD
    38 # include <sys/param.h>
    39 # include <sys/types.h>
    40 # include <sys/stat.h>
    41 # include <unistd.h>
    42 # include <sys/ioctl.h>
    43 # include <fcntl.h>
    44 # include <cam/cam.h>
    45 # include <cam/cam_ccb.h>
    46 # include <cam/scsi/scsi_pass.h>
    47 #endif /* RT_OS_FREEBSD */
     37#include <sys/param.h>
     38#include <sys/types.h>
     39#include <sys/stat.h>
     40#include <unistd.h>
     41#include <sys/ioctl.h>
     42#include <fcntl.h>
     43#include <cam/cam.h>
     44#include <cam/cam_ccb.h>
     45#include <cam/scsi/scsi_pass.h>
    4846#include <vector>
    4947
    5048/******************************************************************************

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy