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:
@@ -26,7 +26,7 @@
|
|||||||
/* ToDo: we should do something about this file; either machine generate it */
|
/* 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. */
|
/* or make it more intelligent... it's really boring to maintain this one. */
|
||||||
|
|
||||||
SYSCALL0(sys_null, 0)
|
SYSCALL0(_kern_null, 0)
|
||||||
|
|
||||||
/* VFS calls */
|
/* VFS calls */
|
||||||
SYSCALL4(_kern_mount, 1)
|
SYSCALL4(_kern_mount, 1)
|
||||||
|
|||||||
Reference in New Issue
Block a user