svn commit: r239581 - stable/9/sys/compat/freebsd32
Konstantin Belousov
kib at FreeBSD.org
Wed Aug 22 19:45:19 UTC 2012
Author: kib
Date: Wed Aug 22 19:45:18 2012
New Revision: 239581
URL: http://svn.freebsd.org/changeset/base/239581
Log:
Regen.
Modified:
stable/9/sys/compat/freebsd32/freebsd32_proto.h
stable/9/sys/compat/freebsd32/freebsd32_syscall.h
stable/9/sys/compat/freebsd32/freebsd32_syscalls.c
stable/9/sys/compat/freebsd32/freebsd32_sysent.c
Modified: stable/9/sys/compat/freebsd32/freebsd32_proto.h
==============================================================================
--- stable/9/sys/compat/freebsd32/freebsd32_proto.h Wed Aug 22 19:43:46 2012 (r239580)
+++ stable/9/sys/compat/freebsd32/freebsd32_proto.h Wed Aug 22 19:45:18 2012 (r239581)
@@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
- * created from FreeBSD: stable/9/sys/compat/freebsd32/syscalls.master 239575 2012-08-22 19:29:22Z kib
+ * created from FreeBSD: stable/9/sys/compat/freebsd32/syscalls.master 239580 2012-08-22 19:43:46Z kib
*/
#ifndef _FREEBSD32_SYSPROTO_H_
Modified: stable/9/sys/compat/freebsd32/freebsd32_syscall.h
==============================================================================
--- stable/9/sys/compat/freebsd32/freebsd32_syscall.h Wed Aug 22 19:43:46 2012 (r239580)
+++ stable/9/sys/compat/freebsd32/freebsd32_syscall.h Wed Aug 22 19:45:18 2012 (r239581)
@@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
- * created from FreeBSD: stable/9/sys/compat/freebsd32/syscalls.master 239575 2012-08-22 19:29:22Z kib
+ * created from FreeBSD: stable/9/sys/compat/freebsd32/syscalls.master 239580 2012-08-22 19:43:46Z kib
*/
#define FREEBSD32_SYS_syscall 0
@@ -132,8 +132,8 @@
#define FREEBSD32_SYS_setreuid 126
#define FREEBSD32_SYS_setregid 127
#define FREEBSD32_SYS_rename 128
- /* 129 is obsolete otruncate */
- /* 130 is obsolete ftruncate */
+ /* 129 is old truncate */
+ /* 130 is old ftruncate */
#define FREEBSD32_SYS_flock 131
#define FREEBSD32_SYS_mkfifo 132
#define FREEBSD32_SYS_sendto 133
Modified: stable/9/sys/compat/freebsd32/freebsd32_syscalls.c
==============================================================================
--- stable/9/sys/compat/freebsd32/freebsd32_syscalls.c Wed Aug 22 19:43:46 2012 (r239580)
+++ stable/9/sys/compat/freebsd32/freebsd32_syscalls.c Wed Aug 22 19:45:18 2012 (r239581)
@@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
- * created from FreeBSD: stable/9/sys/compat/freebsd32/syscalls.master 239575 2012-08-22 19:29:22Z kib
+ * created from FreeBSD: stable/9/sys/compat/freebsd32/syscalls.master 239580 2012-08-22 19:43:46Z kib
*/
const char *freebsd32_syscallnames[] = {
@@ -139,8 +139,8 @@ const char *freebsd32_syscallnames[] = {
"setreuid", /* 126 = setreuid */
"setregid", /* 127 = setregid */
"rename", /* 128 = rename */
- "obs_otruncate", /* 129 = obsolete otruncate */
- "obs_ftruncate", /* 130 = obsolete ftruncate */
+ "compat.truncate", /* 129 = old truncate */
+ "compat.ftruncate", /* 130 = old ftruncate */
"flock", /* 131 = flock */
"mkfifo", /* 132 = mkfifo */
"sendto", /* 133 = sendto */
Modified: stable/9/sys/compat/freebsd32/freebsd32_sysent.c
==============================================================================
--- stable/9/sys/compat/freebsd32/freebsd32_sysent.c Wed Aug 22 19:43:46 2012 (r239580)
+++ stable/9/sys/compat/freebsd32/freebsd32_sysent.c Wed Aug 22 19:45:18 2012 (r239581)
@@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
- * created from FreeBSD: stable/9/sys/compat/freebsd32/syscalls.master 239575 2012-08-22 19:29:22Z kib
+ * created from FreeBSD: stable/9/sys/compat/freebsd32/syscalls.master 239580 2012-08-22 19:43:46Z kib
*/
#include "opt_compat.h"
@@ -176,8 +176,8 @@ struct sysent freebsd32_sysent[] = {
{ AS(setreuid_args), (sy_call_t *)sys_setreuid, AUE_SETREUID, NULL, 0, 0, 0, SY_THR_STATIC }, /* 126 = setreuid */
{ AS(setregid_args), (sy_call_t *)sys_setregid, AUE_SETREGID, NULL, 0, 0, 0, SY_THR_STATIC }, /* 127 = setregid */
{ AS(rename_args), (sy_call_t *)sys_rename, AUE_RENAME, NULL, 0, 0, 0, SY_THR_STATIC }, /* 128 = rename */
- { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0, 0, SY_THR_ABSENT }, /* 129 = obsolete otruncate */
- { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0, 0, SY_THR_ABSENT }, /* 130 = obsolete ftruncate */
+ { compat(AS(otruncate_args),truncate), AUE_TRUNCATE, NULL, 0, 0, 0, SY_THR_STATIC }, /* 129 = old truncate */
+ { compat(AS(oftruncate_args),ftruncate), AUE_FTRUNCATE, NULL, 0, 0, 0, SY_THR_STATIC }, /* 130 = old ftruncate */
{ AS(flock_args), (sy_call_t *)sys_flock, AUE_FLOCK, NULL, 0, 0, 0, SY_THR_STATIC }, /* 131 = flock */
{ AS(mkfifo_args), (sy_call_t *)sys_mkfifo, AUE_MKFIFO, NULL, 0, 0, 0, SY_THR_STATIC }, /* 132 = mkfifo */
{ AS(sendto_args), (sy_call_t *)sys_sendto, AUE_SENDTO, NULL, 0, 0, 0, SY_THR_STATIC }, /* 133 = sendto */
More information about the svn-src-stable
mailing list