[rtems commit] libblock: FreeBSD kernel-space compatibility
    Sebastian Huber 
    sebh at rtems.org
       
    Thu Jun  8 09:42:18 UTC 2017
    
    
  
Module:    rtems
Branch:    master
Commit:    a66accc5532ee661df19d7334bbf8da7fa0248d7
Changeset: http://git.rtems.org/rtems/commit/?id=a66accc5532ee661df19d7334bbf8da7fa0248d7
Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Thu Jun  8 11:41:23 2017 +0200
libblock: FreeBSD kernel-space compatibility
Update #2833.
---
 cpukit/libblock/include/rtems/blkdev.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cpukit/libblock/include/rtems/blkdev.h b/cpukit/libblock/include/rtems/blkdev.h
index 99f8573..3f829e6 100644
--- a/cpukit/libblock/include/rtems/blkdev.h
+++ b/cpukit/libblock/include/rtems/blkdev.h
@@ -17,7 +17,7 @@
 #include <rtems.h>
 #include <rtems/diskdevs.h>
 #include <rtems/print.h>
-#include <sys/ioctl.h>
+#include <sys/ioccom.h>
 #include <stdio.h>
 
 #ifdef __cplusplus
    
    
More information about the vc
mailing list