small formatting fix
This commit is contained in:
parent
8520cc7e73
commit
5910e19545
|
@ -42,8 +42,6 @@ syscall_enum! {
|
||||||
SET_HOSTNAME=13,
|
SET_HOSTNAME=13,
|
||||||
|
|
||||||
//File Related syscalls
|
//File Related syscalls
|
||||||
GET_CONFIG=20, // Get config
|
|
||||||
SET_CONFIG=21, // Set the config
|
|
||||||
//
|
//
|
||||||
MAKE_DIRECTORY=22, //
|
MAKE_DIRECTORY=22, //
|
||||||
DELETE_DIRECTORY=23, //
|
DELETE_DIRECTORY=23, //
|
||||||
|
@ -71,7 +69,7 @@ syscall_enum! {
|
||||||
SOCKET_CONNECT=40,
|
SOCKET_CONNECT=40,
|
||||||
SOCKET_DISCONNECT=41,
|
SOCKET_DISCONNECT=41,
|
||||||
SOCKET_SEND=42,
|
SOCKET_SEND=42,
|
||||||
SOCKET_RECIEVE=43,
|
SOCKET_RECEIVE=43,
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Reference in a new issue