Author: pjd
Date: Tue Nov 27 10:25:03 2012
New Revision: 243611
URL: http://svnweb.freebsd.org/changeset/base/243611
Log:
Regenerate after r243610.
Modified:
head/sys/kern/init_sysent.c
Modified: head/sys/kern/init_sysent.c
==============================================================================
--- head/sys/kern/init_sysent.c Tue Nov 27 10:22:40 2012 (r243610)
+++ head/sys/kern/init_sysent.c Tue Nov 27 10:25:03 2012 (r243611)
@@ -71,7 +71,7 @@ struct sysent sysent[] = {
{ AS(chflags_args), (sy_call_t *)sys_chflags, AUE_CHFLAGS, NULL, 0, 0,
0, SY_THR_STATIC }, /* 34 = chflags */
{ AS(fchflags_args), (sy_call_t *)sys_fchflags, AUE_FCHFLAGS, NULL, 0,
0, SYF_CAPENABLED, SY_THR_STATIC }, /* 35 = fchflags */
{ 0, (sy_call_t *)sys_sync, AUE_SYNC, NULL, 0, 0, SYF_CAPENABLED,
SY_THR_STATIC }, /* 36 = sync */
- { AS(kill_args), (sy_call_t *)sys_kill, AUE_KILL, NULL, 0, 0, 0,
SY_THR_STATIC }, /* 37 = kill */
+ { AS(kill_args), (sy_call_t *)sys_kill, AUE_KILL, NULL, 0, 0,
SYF_CAPENABLED, SY_THR_STATIC }, /* 37 = kill */
{ compat(AS(ostat_args),stat), AUE_STAT, NULL, 0, 0, 0, SY_THR_STATIC
}, /* 38 = old stat */
{ 0, (sy_call_t *)sys_getppid, AUE_GETPPID, NULL, 0, 0, SYF_CAPENABLED,
SY_THR_STATIC }, /* 39 = getppid */
{ compat(AS(olstat_args),lstat), AUE_LSTAT, NULL, 0, 0, 0,
SY_THR_STATIC }, /* 40 = old lstat */
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"