7e66a287 | 28-Aug-2019 |
Jaroslaw Pelczar <jarek@jpelczar.com> |
libkernelppp: Use arpa/inet.h for htons macros
Signed-off-by: Jaroslaw Pelczar <jarek@jpelczar.com> Change-Id: I6a9c8ef664d266b4d720fcf85525e73d82e6bd43 Reviewed-on: https://review.haiku-os.org/c/ha
libkernelppp: Use arpa/inet.h for htons macros
Signed-off-by: Jaroslaw Pelczar <jarek@jpelczar.com> Change-Id: I6a9c8ef664d266b4d720fcf85525e73d82e6bd43 Reviewed-on: https://review.haiku-os.org/c/haiku/+/1760 Reviewed-by: waddlesplash <waddlesplash@gmail.com>
show more ...
|
47d56879 | 28-Aug-2019 |
Jaroslaw Pelczar <jarek@jpelczar.com> |
KPPPInterface.cpp: Fix GCC error
src/add-ons/kernel/network/ppp/shared/libkernelppp/KPPPInterface.cpp: In member function 'void KPPPInterface::CalculateBaudRate()': src/add-ons/kernel/network/ppp/sh
KPPPInterface.cpp: Fix GCC error
src/add-ons/kernel/network/ppp/shared/libkernelppp/KPPPInterface.cpp: In member function 'void KPPPInterface::CalculateBaudRate()': src/add-ons/kernel/network/ppp/shared/libkernelppp/KPPPInterface.cpp:2018:4: error: this 'if' clause does not guard... [-Werror=misleading-indentation] if (ChildAt(index)->Ifnet()) ^~ src/add-ons/kernel/network/ppp/shared/libkernelppp/KPPPInterface.cpp:2020:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' return;
Signed-off-by: Jaroslaw Pelczar <jarek@jpelczar.com> Change-Id: I8790a8ea3a961d73073b295ac438f3c60c16fcba Reviewed-on: https://review.haiku-os.org/c/haiku/+/1759 Reviewed-by: waddlesplash <waddlesplash@gmail.com>
show more ...
|
30aaba68 | 27-Mar-2007 |
Axel Dörfler <axeld@pinc-software.de> |
Added the parenthesis in the Control() switch statement again, as there is a variable definition in this block.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20431 a95241bf-73f2-0310-859d-f6b
Added the parenthesis in the Control() switch statement again, as there is a variable definition in this block.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20431 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|