svn commit: r187538 - stable/6/sys/compat/freebsd32

John Baldwin jhb at FreeBSD.org
Wed Jan 21 09:07:25 PST 2009


Author: jhb
Date: Wed Jan 21 17:07:23 2009
New Revision: 187538
URL: http://svn.freebsd.org/changeset/base/187538

Log:
  Regen.

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

Modified: stable/6/sys/compat/freebsd32/freebsd32_proto.h
==============================================================================
--- stable/6/sys/compat/freebsd32/freebsd32_proto.h	Wed Jan 21 17:03:55 2009	(r187537)
+++ stable/6/sys/compat/freebsd32/freebsd32_proto.h	Wed Jan 21 17:07:23 2009	(r187538)
@@ -3,7 +3,7 @@
  *
  * DO NOT EDIT-- this file is automatically generated.
  * $FreeBSD$
- * created from FreeBSD: src/sys/compat/freebsd32/syscalls.master,v 1.50.2.16 2008/04/24 10:46:17 dfr Exp 
+ * created from FreeBSD: stable/6/sys/compat/freebsd32/syscalls.master 187537 2009-01-21 17:03:55Z jhb 
  */
 
 #ifndef _FREEBSD32_SYSPROTO_H_
@@ -163,6 +163,12 @@ struct freebsd32_lstat_args {
 	char path_l_[PADL_(char *)]; char * path; char path_r_[PADR_(char *)];
 	char ub_l_[PADL_(struct stat32 *)]; struct stat32 * ub; char ub_r_[PADR_(struct stat32 *)];
 };
+struct freebsd32_getdirentries_args {
+	char fd_l_[PADL_(int)]; int fd; char fd_r_[PADR_(int)];
+	char buf_l_[PADL_(char *)]; char * buf; char buf_r_[PADR_(char *)];
+	char count_l_[PADL_(u_int)]; u_int count; char count_r_[PADR_(u_int)];
+	char basep_l_[PADL_(int32_t *)]; int32_t * basep; char basep_r_[PADR_(int32_t *)];
+};
 struct freebsd32_mmap_args {
 	char addr_l_[PADL_(caddr_t)]; caddr_t addr; char addr_r_[PADR_(caddr_t)];
 	char len_l_[PADL_(size_t)]; size_t len; char len_r_[PADR_(size_t)];
@@ -349,6 +355,7 @@ int	freebsd32_pwrite(struct thread *, st
 int	freebsd32_stat(struct thread *, struct freebsd32_stat_args *);
 int	freebsd32_fstat(struct thread *, struct freebsd32_fstat_args *);
 int	freebsd32_lstat(struct thread *, struct freebsd32_lstat_args *);
+int	freebsd32_getdirentries(struct thread *, struct freebsd32_getdirentries_args *);
 int	freebsd32_mmap(struct thread *, struct freebsd32_mmap_args *);
 int	freebsd32_lseek(struct thread *, struct freebsd32_lseek_args *);
 int	freebsd32_truncate(struct thread *, struct freebsd32_truncate_args *);

Modified: stable/6/sys/compat/freebsd32/freebsd32_syscall.h
==============================================================================
--- stable/6/sys/compat/freebsd32/freebsd32_syscall.h	Wed Jan 21 17:03:55 2009	(r187537)
+++ stable/6/sys/compat/freebsd32/freebsd32_syscall.h	Wed Jan 21 17:07:23 2009	(r187538)
@@ -3,7 +3,7 @@
  *
  * DO NOT EDIT-- this file is automatically generated.
  * $FreeBSD$
- * created from FreeBSD: src/sys/compat/freebsd32/syscalls.master,v 1.50.2.16 2008/04/24 10:46:17 dfr Exp 
+ * created from FreeBSD: stable/6/sys/compat/freebsd32/syscalls.master 187537 2009-01-21 17:03:55Z jhb 
  */
 
 #define	FREEBSD32_SYS_syscall	0
@@ -177,7 +177,7 @@
 #define	FREEBSD32_SYS_fpathconf	192
 #define	FREEBSD32_SYS_getrlimit	194
 #define	FREEBSD32_SYS_setrlimit	195
-#define	FREEBSD32_SYS_getdirentries	196
+#define	FREEBSD32_SYS_freebsd32_getdirentries	196
 #define	FREEBSD32_SYS_freebsd32_mmap	197
 #define	FREEBSD32_SYS___syscall	198
 #define	FREEBSD32_SYS_freebsd32_lseek	199

Modified: stable/6/sys/compat/freebsd32/freebsd32_syscalls.c
==============================================================================
--- stable/6/sys/compat/freebsd32/freebsd32_syscalls.c	Wed Jan 21 17:03:55 2009	(r187537)
+++ stable/6/sys/compat/freebsd32/freebsd32_syscalls.c	Wed Jan 21 17:07:23 2009	(r187538)
@@ -3,7 +3,7 @@
  *
  * DO NOT EDIT-- this file is automatically generated.
  * $FreeBSD$
- * created from FreeBSD: src/sys/compat/freebsd32/syscalls.master,v 1.50.2.16 2008/04/24 10:46:17 dfr Exp 
+ * created from FreeBSD: stable/6/sys/compat/freebsd32/syscalls.master 187537 2009-01-21 17:03:55Z jhb 
  */
 
 const char *freebsd32_syscallnames[] = {
@@ -203,7 +203,7 @@ const char *freebsd32_syscallnames[] = {
 	"#193",			/* 193 = nosys */
 	"getrlimit",			/* 194 = getrlimit */
 	"setrlimit",			/* 195 = setrlimit */
-	"getdirentries",			/* 196 = getdirentries */
+	"freebsd32_getdirentries",			/* 196 = freebsd32_getdirentries */
 	"freebsd32_mmap",			/* 197 = freebsd32_mmap */
 	"__syscall",			/* 198 = __syscall */
 	"freebsd32_lseek",			/* 199 = freebsd32_lseek */

Modified: stable/6/sys/compat/freebsd32/freebsd32_sysent.c
==============================================================================
--- stable/6/sys/compat/freebsd32/freebsd32_sysent.c	Wed Jan 21 17:03:55 2009	(r187537)
+++ stable/6/sys/compat/freebsd32/freebsd32_sysent.c	Wed Jan 21 17:07:23 2009	(r187538)
@@ -3,7 +3,7 @@
  *
  * DO NOT EDIT-- this file is automatically generated.
  * $FreeBSD$
- * created from FreeBSD: src/sys/compat/freebsd32/syscalls.master,v 1.50.2.16 2008/04/24 10:46:17 dfr Exp 
+ * created from FreeBSD: stable/6/sys/compat/freebsd32/syscalls.master 187537 2009-01-21 17:03:55Z jhb 
  */
 
 #include "opt_compat.h"
@@ -229,7 +229,7 @@ struct sysent freebsd32_sysent[] = {
 	{ 0, (sy_call_t *)nosys, AUE_NULL },			/* 193 = nosys */
 	{ SYF_MPSAFE | AS(__getrlimit_args), (sy_call_t *)getrlimit, AUE_GETRLIMIT },	/* 194 = getrlimit */
 	{ SYF_MPSAFE | AS(__setrlimit_args), (sy_call_t *)setrlimit, AUE_SETRLIMIT },	/* 195 = setrlimit */
-	{ SYF_MPSAFE | AS(getdirentries_args), (sy_call_t *)getdirentries, AUE_GETDIRENTRIES },	/* 196 = getdirentries */
+	{ SYF_MPSAFE | AS(freebsd32_getdirentries_args), (sy_call_t *)freebsd32_getdirentries, AUE_GETDIRENTRIES },	/* 196 = freebsd32_getdirentries */
 	{ SYF_MPSAFE | AS(freebsd32_mmap_args), (sy_call_t *)freebsd32_mmap, AUE_MMAP },	/* 197 = freebsd32_mmap */
 	{ SYF_MPSAFE | 0, (sy_call_t *)nosys, AUE_NULL },	/* 198 = __syscall */
 	{ SYF_MPSAFE | AS(freebsd32_lseek_args), (sy_call_t *)freebsd32_lseek, AUE_LSEEK },	/* 199 = freebsd32_lseek */


More information about the svn-src-stable mailing list