Bart Van Assche
|
bc5dbba672
|
Merge r7403 from trunk
git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/3.3.x@7660 d57e44dd-8a1f-0410-8b47-8ef2f437770f
|
2018-11-04 03:39:43 +00:00 |
|
Bart Van Assche
|
9e35afe1e0
|
Annotate fall-through in switch statements in a form recognized by gcc 7
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@7216 d57e44dd-8a1f-0410-8b47-8ef2f437770f
|
2017-08-27 15:28:57 +00:00 |
|
Vladislav Bolkhovitin
|
a614104023
|
usr: fix -Wmissing-prototypes warnings
Fix all twelve [-Wmissing-prototypes] warnings by adding "static" to their
declarations.
Signed-off-by: David Butterfield <dab21774@gmail.com>
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@7202 d57e44dd-8a1f-0410-8b47-8ef2f437770f
|
2017-06-01 04:08:02 +00:00 |
|
Vladislav Bolkhovitin
|
a23e34fb62
|
The argument to sleep() would get "promoted" to an integer with value zero.
- sleep(0.1);
+ usleep(100*1000);
Signed-off-by: David Butterfield <dab21774@gmail.com>
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@7107 d57e44dd-8a1f-0410-8b47-8ef2f437770f
|
2017-04-13 22:04:07 +00:00 |
|
Vladislav Bolkhovitin
|
dd3f46fd28
|
stpgd: Fix compilation in perf mode
Reported-by: TomK <tk@mdevsys.com>
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6815 d57e44dd-8a1f-0410-8b47-8ef2f437770f
|
2016-02-24 01:01:54 +00:00 |
|
Bart Van Assche
|
c7ed845936
|
user space code: Fix the code for generating a release archive
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6782 d57e44dd-8a1f-0410-8b47-8ef2f437770f
|
2016-01-20 00:35:29 +00:00 |
|
Vladislav Bolkhovitin
|
ae38d284e0
|
Explicit ALUA user space
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6579 d57e44dd-8a1f-0410-8b47-8ef2f437770f
|
2015-11-06 03:40:37 +00:00 |
|