Author: kib
Date: Wed Aug 15 15:18:20 2012
New Revision: 239297
URL: http://svn.freebsd.org/changeset/base/239297

Log:
  Regenerate.

Modified:
  head/sys/compat/freebsd32/freebsd32_proto.h
  head/sys/compat/freebsd32/freebsd32_syscall.h
  head/sys/compat/freebsd32/freebsd32_syscalls.c
  head/sys/compat/freebsd32/freebsd32_sysent.c

Modified: head/sys/compat/freebsd32/freebsd32_proto.h
==============================================================================
--- head/sys/compat/freebsd32/freebsd32_proto.h Wed Aug 15 15:17:56 2012        
(r239296)
+++ head/sys/compat/freebsd32/freebsd32_proto.h Wed Aug 15 15:18:20 2012        
(r239297)
@@ -3,7 +3,7 @@
  *
  * DO NOT EDIT-- this file is automatically generated.
  * $FreeBSD$
- * created from FreeBSD: head/sys/compat/freebsd32/syscalls.master 239248 
2012-08-14 12:09:09Z kib 
+ * created from FreeBSD: head/sys/compat/freebsd32/syscalls.master 239296 
2012-08-15 15:17:56Z kib 
  */
 
 #ifndef _FREEBSD32_SYSPROTO_H_

Modified: head/sys/compat/freebsd32/freebsd32_syscall.h
==============================================================================
--- head/sys/compat/freebsd32/freebsd32_syscall.h       Wed Aug 15 15:17:56 
2012        (r239296)
+++ head/sys/compat/freebsd32/freebsd32_syscall.h       Wed Aug 15 15:18:20 
2012        (r239297)
@@ -3,7 +3,7 @@
  *
  * DO NOT EDIT-- this file is automatically generated.
  * $FreeBSD$
- * created from FreeBSD: head/sys/compat/freebsd32/syscalls.master 239248 
2012-08-14 12:09:09Z kib 
+ * created from FreeBSD: head/sys/compat/freebsd32/syscalls.master 239296 
2012-08-15 15:17:56Z 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: head/sys/compat/freebsd32/freebsd32_syscalls.c
==============================================================================
--- head/sys/compat/freebsd32/freebsd32_syscalls.c      Wed Aug 15 15:17:56 
2012        (r239296)
+++ head/sys/compat/freebsd32/freebsd32_syscalls.c      Wed Aug 15 15:18:20 
2012        (r239297)
@@ -3,7 +3,7 @@
  *
  * DO NOT EDIT-- this file is automatically generated.
  * $FreeBSD$
- * created from FreeBSD: head/sys/compat/freebsd32/syscalls.master 239248 
2012-08-14 12:09:09Z kib 
+ * created from FreeBSD: head/sys/compat/freebsd32/syscalls.master 239296 
2012-08-15 15:17:56Z 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: head/sys/compat/freebsd32/freebsd32_sysent.c
==============================================================================
--- head/sys/compat/freebsd32/freebsd32_sysent.c        Wed Aug 15 15:17:56 
2012        (r239296)
+++ head/sys/compat/freebsd32/freebsd32_sysent.c        Wed Aug 15 15:18:20 
2012        (r239297)
@@ -3,7 +3,7 @@
  *
  * DO NOT EDIT-- this file is automatically generated.
  * $FreeBSD$
- * created from FreeBSD: head/sys/compat/freebsd32/syscalls.master 239248 
2012-08-14 12:09:09Z kib 
+ * created from FreeBSD: head/sys/compat/freebsd32/syscalls.master 239296 
2012-08-15 15:17:56Z 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 */
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to