This commit is contained in:
Jeff Roberson 2005-01-26 02:29:18 +00:00
parent 810ad5ec4c
commit 37f32177bd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=140841

View file

@ -49,8 +49,8 @@ struct sysent sysent[] = {
{ compat4(AS(freebsd4_getfsstat_args),getfsstat) }, /* 18 = old getfsstat */
{ compat(AS(olseek_args),lseek) }, /* 19 = old lseek */
{ SYF_MPSAFE | 0, (sy_call_t *)getpid }, /* 20 = getpid */
{ SYF_MPSAFE | AS(mount_args), (sy_call_t *)mount }, /* 21 = mount */
{ SYF_MPSAFE | AS(unmount_args), (sy_call_t *)unmount }, /* 22 = unmount */
{ AS(mount_args), (sy_call_t *)mount }, /* 21 = mount */
{ AS(unmount_args), (sy_call_t *)unmount }, /* 22 = unmount */
{ SYF_MPSAFE | AS(setuid_args), (sy_call_t *)setuid }, /* 23 = setuid */
{ SYF_MPSAFE | 0, (sy_call_t *)getuid }, /* 24 = getuid */
{ SYF_MPSAFE | 0, (sy_call_t *)geteuid }, /* 25 = geteuid */
@ -406,7 +406,7 @@ struct sysent sysent[] = {
{ AS(nfsclnt_args), (sy_call_t *)nosys }, /* 375 = nfsclnt */
{ SYF_MPSAFE | AS(eaccess_args), (sy_call_t *)eaccess }, /* 376 = eaccess */
{ 0, (sy_call_t *)nosys }, /* 377 = afs_syscall */
{ SYF_MPSAFE | AS(nmount_args), (sy_call_t *)nmount }, /* 378 = nmount */
{ AS(nmount_args), (sy_call_t *)nmount }, /* 378 = nmount */
{ SYF_MPSAFE | 0, (sy_call_t *)kse_exit }, /* 379 = kse_exit */
{ SYF_MPSAFE | AS(kse_wakeup_args), (sy_call_t *)kse_wakeup }, /* 380 = kse_wakeup */
{ SYF_MPSAFE | AS(kse_create_args), (sy_call_t *)kse_create }, /* 381 = kse_create */