syl's projects
/
dragonfly.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
Allow kernel to be compile without _KPOSIX_PRIORITY_SCHEDULING.
[dragonfly.git]
/
sys
/
kern
/
kern_p1003_1b.c
diff --git
a/sys/kern/kern_p1003_1b.c
b/sys/kern/kern_p1003_1b.c
index
03ae40e
..
bf4acbe
100644
(file)
--- a/
sys/kern/kern_p1003_1b.c
+++ b/
sys/kern/kern_p1003_1b.c
@@
-140,7
+140,7
@@
static int sched_attach(void)
}
#define SYSCALL_NOT_PRESENT_GEN(SC) \
-int SC (struct SC##_args *uap) \
+int sys_##SC (struct SC##_args *uap) \
{ \
return syscall_not_present(#SC); \
}