diff options
Diffstat (limited to 'dev/libSystem')
| -rw-r--r-- | dev/libSystem/src/JailCalls.cc | 4 | ||||
| -rw-r--r-- | dev/libSystem/src/VerifyCalls.cc | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev/libSystem/src/JailCalls.cc b/dev/libSystem/src/JailCalls.cc index 85796e9f..5cb47bb5 100644 --- a/dev/libSystem/src/JailCalls.cc +++ b/dev/libSystem/src/JailCalls.cc @@ -5,13 +5,13 @@ ------------------------------------------- */ #include <libSystem/SystemKit/Err.h> +#include <libSystem/SystemKit/Jail.h> #include <libSystem/SystemKit/Syscall.h> #include <libSystem/SystemKit/System.h> -#include <libSystem/SystemKit/Jail.h> #include <libSystem/SystemKit/Verify.h> using namespace LibSystem; IMPORT_C struct JAIL* JailGetCurrent(Void) { - return (struct JAIL*)libsys_syscall_arg_1(SYSCALL_HASH("JailGetCurrent")); + return (struct JAIL*) libsys_syscall_arg_1(SYSCALL_HASH("JailGetCurrent")); }
\ No newline at end of file diff --git a/dev/libSystem/src/VerifyCalls.cc b/dev/libSystem/src/VerifyCalls.cc index 83617ae0..078f921b 100644 --- a/dev/libSystem/src/VerifyCalls.cc +++ b/dev/libSystem/src/VerifyCalls.cc @@ -5,8 +5,8 @@ ------------------------------------------- */ #include <libSystem/SystemKit/Err.h> -#include <libSystem/SystemKit/Verify.h> #include <libSystem/SystemKit/Syscall.h> +#include <libSystem/SystemKit/Verify.h> using namespace LibSystem; |
