svn commit: r248996 - in head/sys: compat/freebsd32 kern sys
Matthew D Fleming
mdf at FreeBSD.org
Tue Apr 2 05:30:54 UTC 2013
Author: mdf
Date: Tue Apr 2 05:30:52 2013
New Revision: 248996
URL: http://svnweb.freebsd.org/changeset/base/248996
Log:
Regen.
MFC after: 1 week
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
head/sys/compat/freebsd32/freebsd32_systrace_args.c
head/sys/kern/init_sysent.c
head/sys/kern/syscalls.c
head/sys/kern/systrace_args.c
head/sys/sys/syscall.h
head/sys/sys/syscall.mk
head/sys/sys/sysproto.h
Modified: head/sys/compat/freebsd32/freebsd32_proto.h
==============================================================================
--- head/sys/compat/freebsd32/freebsd32_proto.h Tue Apr 2 05:30:41 2013 (r248995)
+++ head/sys/compat/freebsd32/freebsd32_proto.h Tue Apr 2 05:30:52 2013 (r248996)
@@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
- * created from FreeBSD: head/sys/compat/freebsd32/syscalls.master 248599 2013-03-21 22:59:01Z pjd
+ * created from FreeBSD
*/
#ifndef _FREEBSD32_SYSPROTO_H_
Modified: head/sys/compat/freebsd32/freebsd32_syscall.h
==============================================================================
--- head/sys/compat/freebsd32/freebsd32_syscall.h Tue Apr 2 05:30:41 2013 (r248995)
+++ head/sys/compat/freebsd32/freebsd32_syscall.h Tue Apr 2 05:30:52 2013 (r248996)
@@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
- * created from FreeBSD: head/sys/compat/freebsd32/syscalls.master 248599 2013-03-21 22:59:01Z pjd
+ * created from FreeBSD
*/
#define FREEBSD32_SYS_syscall 0
Modified: head/sys/compat/freebsd32/freebsd32_syscalls.c
==============================================================================
--- head/sys/compat/freebsd32/freebsd32_syscalls.c Tue Apr 2 05:30:41 2013 (r248995)
+++ head/sys/compat/freebsd32/freebsd32_syscalls.c Tue Apr 2 05:30:52 2013 (r248996)
@@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
- * created from FreeBSD: head/sys/compat/freebsd32/syscalls.master 248599 2013-03-21 22:59:01Z pjd
+ * created from FreeBSD
*/
const char *freebsd32_syscallnames[] = {
Modified: head/sys/compat/freebsd32/freebsd32_sysent.c
==============================================================================
--- head/sys/compat/freebsd32/freebsd32_sysent.c Tue Apr 2 05:30:41 2013 (r248995)
+++ head/sys/compat/freebsd32/freebsd32_sysent.c Tue Apr 2 05:30:52 2013 (r248996)
@@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
- * created from FreeBSD: head/sys/compat/freebsd32/syscalls.master 248599 2013-03-21 22:59:01Z pjd
+ * created from FreeBSD
*/
#include "opt_compat.h"
Modified: head/sys/compat/freebsd32/freebsd32_systrace_args.c
==============================================================================
--- head/sys/compat/freebsd32/freebsd32_systrace_args.c Tue Apr 2 05:30:41 2013 (r248995)
+++ head/sys/compat/freebsd32/freebsd32_systrace_args.c Tue Apr 2 05:30:52 2013 (r248996)
@@ -9493,7 +9493,7 @@ systrace_return_setargdesc(int sysnum, i
/* extattr_set_file */
case 356:
if (ndx == 0 || ndx == 1)
- p = "int";
+ p = "ssize_t";
break;
/* extattr_get_file */
case 357:
@@ -9530,7 +9530,7 @@ systrace_return_setargdesc(int sysnum, i
/* extattr_set_fd */
case 371:
if (ndx == 0 || ndx == 1)
- p = "int";
+ p = "ssize_t";
break;
/* extattr_get_fd */
case 372:
@@ -9645,7 +9645,7 @@ systrace_return_setargdesc(int sysnum, i
/* extattr_set_link */
case 412:
if (ndx == 0 || ndx == 1)
- p = "int";
+ p = "ssize_t";
break;
/* extattr_get_link */
case 413:
Modified: head/sys/kern/init_sysent.c
==============================================================================
--- head/sys/kern/init_sysent.c Tue Apr 2 05:30:41 2013 (r248995)
+++ head/sys/kern/init_sysent.c Tue Apr 2 05:30:52 2013 (r248996)
@@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
- * created from FreeBSD: head/sys/kern/syscalls.master 248599 2013-03-21 22:59:01Z pjd
+ * created from FreeBSD
*/
#include "opt_compat.h"
Modified: head/sys/kern/syscalls.c
==============================================================================
--- head/sys/kern/syscalls.c Tue Apr 2 05:30:41 2013 (r248995)
+++ head/sys/kern/syscalls.c Tue Apr 2 05:30:52 2013 (r248996)
@@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
- * created from FreeBSD: head/sys/kern/syscalls.master 248599 2013-03-21 22:59:01Z pjd
+ * created from FreeBSD
*/
const char *syscallnames[] = {
Modified: head/sys/kern/systrace_args.c
==============================================================================
--- head/sys/kern/systrace_args.c Tue Apr 2 05:30:41 2013 (r248995)
+++ head/sys/kern/systrace_args.c Tue Apr 2 05:30:52 2013 (r248996)
@@ -10077,7 +10077,7 @@ systrace_return_setargdesc(int sysnum, i
/* extattr_set_file */
case 356:
if (ndx == 0 || ndx == 1)
- p = "int";
+ p = "ssize_t";
break;
/* extattr_get_file */
case 357:
@@ -10114,7 +10114,7 @@ systrace_return_setargdesc(int sysnum, i
/* extattr_set_fd */
case 371:
if (ndx == 0 || ndx == 1)
- p = "int";
+ p = "ssize_t";
break;
/* extattr_get_fd */
case 372:
@@ -10284,7 +10284,7 @@ systrace_return_setargdesc(int sysnum, i
/* extattr_set_link */
case 412:
if (ndx == 0 || ndx == 1)
- p = "int";
+ p = "ssize_t";
break;
/* extattr_get_link */
case 413:
Modified: head/sys/sys/syscall.h
==============================================================================
--- head/sys/sys/syscall.h Tue Apr 2 05:30:41 2013 (r248995)
+++ head/sys/sys/syscall.h Tue Apr 2 05:30:52 2013 (r248996)
@@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
- * created from FreeBSD: head/sys/kern/syscalls.master 248599 2013-03-21 22:59:01Z pjd
+ * created from FreeBSD
*/
#define SYS_syscall 0
Modified: head/sys/sys/syscall.mk
==============================================================================
--- head/sys/sys/syscall.mk Tue Apr 2 05:30:41 2013 (r248995)
+++ head/sys/sys/syscall.mk Tue Apr 2 05:30:52 2013 (r248996)
@@ -1,7 +1,7 @@
# FreeBSD system call names.
# DO NOT EDIT-- this file is automatically generated.
# $FreeBSD$
-# created from FreeBSD: head/sys/kern/syscalls.master 248599 2013-03-21 22:59:01Z pjd
+# created from FreeBSD
MIASM = \
syscall.o \
exit.o \
Modified: head/sys/sys/sysproto.h
==============================================================================
--- head/sys/sys/sysproto.h Tue Apr 2 05:30:41 2013 (r248995)
+++ head/sys/sys/sysproto.h Tue Apr 2 05:30:52 2013 (r248996)
@@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
- * created from FreeBSD: head/sys/kern/syscalls.master 248599 2013-03-21 22:59:01Z pjd
+ * created from FreeBSD
*/
#ifndef _SYS_SYSPROTO_H_
More information about the svn-src-all
mailing list