Added "Fall through" comments to some switch statements where multiple

approaches are tried in order to prevent warnings from GCC 7 (and newer).

Added includes on Linux for sys/sysmacros.h as the old defines in
the sys/types.h file will be removed in the future.
This commit is contained in:
Jesse Smith
2018-05-04 14:51:40 -03:00
parent cfb39b573f
commit e0cfd39728
7 changed files with 14 additions and 0 deletions

View File

@ -25,6 +25,10 @@ sysvinit (2.90) UNRELEASED; urgency=low
can be used to make sure init does not have any files open. However,
it also means we cannot switch run levels or bring down the system.
The pipe can be re-opened by sending init the SIGUSR1 signal.
* Added "Fall through" comments to some switch statements where multiple
approaches are tried in order to prevent warnings from GCC 7 (and newer).
* Added includes on Linux for sys/sysmacros.h as the old defines in
the sys/types.h file will be removed in the future.
sysvinit (2.89) world; urgency=low