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
This commit is contained in:
Axel Dörfler
2004-07-02 01:53:36 +00:00
parent 645e138890
commit 1084b3fc17
+1 -1
View File
@@ -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)