]> rtime.felk.cvut.cz Git - lisovros/qemu_apohw.git/blobdiff - os-posix.c
CAN bus Kvaser PCI CAN-S (single SJA1000 channel) emulation added.
[lisovros/qemu_apohw.git] / os-posix.c
index 61873014816e5b3471516092214b7b03df7f2e39..cb2a7f7ad71c5a08a9ea204e97835e2c41b4d1e2 100644 (file)
 #include <sys/prctl.h>
 #endif
 
-#ifdef __FreeBSD__
-#include <sys/sysctl.h>
-#endif
-
 static struct passwd *user_pwd;
 static const char *chroot_dir;
 static int daemonize;