scst: Move vfs_fsync() backports to a new header file

This patch does not change any functionality but makes the SCST
source code easier to read. The intention is later on to move all
backported functions and macros from <scst.h> into <backport.h>.


git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6547 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2015-10-19 17:23:16 +00:00
parent 0acf6c0ec2
commit 16a955ab7b
6 changed files with 58 additions and 58 deletions
+1 -1
View File
@@ -302,7 +302,7 @@ do
done
scst_03_public_headers="scst/include/scst.h scst/include/scst_const.h"
scst_03_public_headers="scst/include/scst.h scst/include/scst_const.h scst/include/backport.h"
scst_04_main="scst/src/scst_main.c scst/src/scst_module.c scst/src/scst_priv.h"
scst_05_targ="scst/src/scst_targ.c"
scst_06_lib="scst/src/scst_lib.c"