summaryrefslogtreecommitdiffstats
path: root/sys/kern/init_sysent.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1999-08-04 20:04:25 +0000
committerjkh <jkh@FreeBSD.org>1999-08-04 20:04:25 +0000
commit739cc834e6492d2fc1395af1e6cd0cd6ac828967 (patch)
tree5f4e6080b60ac3a407adc61e2ca473b6f2f45566 /sys/kern/init_sysent.c
parent42227617238451495ce0de67b01a69d6d0718a2b (diff)
downloadFreeBSD-src-739cc834e6492d2fc1395af1e6cd0cd6ac828967.zip
FreeBSD-src-739cc834e6492d2fc1395af1e6cd0cd6ac828967.tar.gz
Reserve a syscall for the arla folks. I'm assuming that since syscalls.c
and init_sysent.c are checked into CVS, I should also commit the regenerated copies even though they're built by syscalls.master. Correct? Bruce? :)
Diffstat (limited to 'sys/kern/init_sysent.c')
-rw-r--r--sys/kern/init_sysent.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/kern/init_sysent.c b/sys/kern/init_sysent.c
index 02be2c6..ce98c00 100644
--- a/sys/kern/init_sysent.c
+++ b/sys/kern/init_sysent.c
@@ -358,4 +358,5 @@ struct sysent sysent[] = {
{ 8, (sy_call_t *)sendfile }, /* 336 = sendfile */
{ 3, (sy_call_t *)kldsym }, /* 337 = kldsym */
{ 1, (sy_call_t *)jail }, /* 338 = jail */
+ { 0, (sy_call_t *)nosys }, /* 339 = pioctl */
};
OpenPOWER on IntegriCloud