From d5e648be51bbcab442199c64fadd35c935c81620 Mon Sep 17 00:00:00 2001 From: "Bjoern B. Brandenburg" Date: Thu, 15 Nov 2007 22:39:59 -0500 Subject: FDSO: make types available to user space --- src/litmus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/litmus.c b/src/litmus.c index 01acf73..fe01e0e 100644 --- a/src/litmus.c +++ b/src/litmus.c @@ -326,7 +326,7 @@ _syscall2(int, scheduler_setup, int, cmd, void*, param); _syscall1(int, register_np_flag, struct np_flag*, flag); _syscall0(int, signal_exit_np); -_syscall3(int, od_open, int, fd, int, type, int, obj_id); +_syscall3(int, od_open, int, fd, obj_type_t, type, int, obj_id); _syscall1(int, od_close, int, od); _syscall1(int, pi_down, int, od); _syscall1(int, pi_up, int, od); -- cgit v1.2.2