From fa310b3a3584befcffc63ab3079837ddb7f1f31d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Fri, 2 Jul 2004 18:47:11 +0000 Subject: [PATCH] Added _kern_dir_node_ref_to_path(). git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8279 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/kernel/libroot/os/syscalls.S | 1 + 1 file changed, 1 insertion(+) diff --git a/src/kernel/libroot/os/syscalls.S b/src/kernel/libroot/os/syscalls.S index 810960bcbe..29901866ad 100644 --- a/src/kernel/libroot/os/syscalls.S +++ b/src/kernel/libroot/os/syscalls.S @@ -32,6 +32,7 @@ SYSCALL0(_kern_null, 0) SYSCALL4(_kern_mount, 1) SYSCALL1(_kern_unmount, 2) SYSCALL0(_kern_sync, 3) +SYSCALL5(_kern_dir_node_ref_to_path, 142) SYSCALL2(_kern_open, 4) SYSCALL5(_kern_open_entry_ref, 81) SYSCALL1(_kern_close, 5)