From 1084b3fc17de8264ebbb12cbf96e83b43cb46b79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Fri, 2 Jul 2004 01:53:36 +0000 Subject: [PATCH] It's now _kern_null(), not sys_null() anymore. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8257 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/kernel/libroot/os/syscalls.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/kernel/libroot/os/syscalls.S b/src/kernel/libroot/os/syscalls.S index 13ff0df90d..810960bcbe 100644 --- a/src/kernel/libroot/os/syscalls.S +++ b/src/kernel/libroot/os/syscalls.S @@ -26,7 +26,7 @@ /* ToDo: we should do something about this file; either machine generate it */ /* or make it more intelligent... it's really boring to maintain this one. */ -SYSCALL0(sys_null, 0) +SYSCALL0(_kern_null, 0) /* VFS calls */ SYSCALL4(_kern_mount, 1)