summaryrefslogtreecommitdiff
path: root/kernel/scalls/sendto.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/scalls/sendto.h')
-rw-r--r--kernel/scalls/sendto.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kernel/scalls/sendto.h b/kernel/scalls/sendto.h
index 0f852de..40c32ee 100644
--- a/kernel/scalls/sendto.h
+++ b/kernel/scalls/sendto.h
@@ -1,9 +1,9 @@
#include <socket.h>
-#include <stdint.h>
+#include <typedefs.h>
struct t_two_args {
- uint32_t a;
- uint32_t b;
+ u32 a;
+ u32 b;
};
size_t syscall_sendto(int socket, const void *message, size_t length,
int flags, struct t_two_args *extra_args /*