svn commit: r199601 - projects/ppc64/sys/compat/freebsd32

Nathan Whitehorn nwhitehorn at FreeBSD.org
Fri Nov 20 17:17:44 UTC 2009


Author: nwhitehorn
Date: Fri Nov 20 17:17:44 2009
New Revision: 199601
URL: http://svn.freebsd.org/changeset/base/199601

Log:
  Regen, this time after committing, and so with the correct SVN IDs.

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

Modified: projects/ppc64/sys/compat/freebsd32/freebsd32_proto.h
==============================================================================
--- projects/ppc64/sys/compat/freebsd32/freebsd32_proto.h	Fri Nov 20 17:16:33 2009	(r199600)
+++ projects/ppc64/sys/compat/freebsd32/freebsd32_proto.h	Fri Nov 20 17:17:44 2009	(r199601)
@@ -3,7 +3,7 @@
  *
  * DO NOT EDIT-- this file is automatically generated.
  * $FreeBSD$
- * created from FreeBSD: projects/ppc64/sys/compat/freebsd32/syscalls.master 199485 2009-11-18 15:48:51Z nwhitehorn 
+ * created from FreeBSD: projects/ppc64/sys/compat/freebsd32/syscalls.master 199600 2009-11-20 17:16:33Z nwhitehorn 
  */
 
 #ifndef _FREEBSD32_SYSPROTO_H_
@@ -32,7 +32,7 @@ struct thread;
 #define	PADR_(t)	0
 #endif
 
-#if defined(__powerpc__)
+#if !defined(PAD64_REQUIRED) && defined(__powerpc__)
 #define PAD64_REQUIRED
 #endif
 struct freebsd32_wait4_args {
@@ -524,7 +524,7 @@ struct freebsd32_pselect_args {
 	char ts_l_[PADL_(const struct timespec32 *)]; const struct timespec32 * ts; char ts_r_[PADR_(const struct timespec32 *)];
 	char sm_l_[PADL_(const sigset_t *)]; const sigset_t * sm; char sm_r_[PADR_(const sigset_t *)];
 };
-#if defined(__powerpc__)
+#if !defined(PAD64_REQUIRED) && defined(__powerpc__)
 #define PAD64_REQUIRED
 #endif
 int	freebsd32_wait4(struct thread *, struct freebsd32_wait4_args *);
@@ -627,7 +627,7 @@ int	freebsd32_pselect(struct thread *, s
 
 #ifdef COMPAT_43
 
-#if defined(__powerpc__)
+#if !defined(PAD64_REQUIRED) && defined(__powerpc__)
 #define PAD64_REQUIRED
 #endif
 struct ofreebsd32_sigaction_args {
@@ -677,7 +677,7 @@ int	ofreebsd32_sigstack(struct thread *,
 
 #ifdef COMPAT_FREEBSD4
 
-#if defined(__powerpc__)
+#if !defined(PAD64_REQUIRED) && defined(__powerpc__)
 #define PAD64_REQUIRED
 #endif
 struct freebsd4_freebsd32_getfsstat_args {
@@ -734,7 +734,7 @@ int	freebsd4_freebsd32_sigreturn(struct 
 
 #ifdef COMPAT_FREEBSD6
 
-#if defined(__powerpc__)
+#if !defined(PAD64_REQUIRED) && defined(__powerpc__)
 #define PAD64_REQUIRED
 #endif
 struct freebsd6_freebsd32_pread_args {
@@ -800,7 +800,7 @@ int	freebsd6_freebsd32_ftruncate(struct 
 
 #ifdef COMPAT_FREEBSD7
 
-#if defined(__powerpc__)
+#if !defined(PAD64_REQUIRED) && defined(__powerpc__)
 #define PAD64_REQUIRED
 #endif
 struct freebsd7_freebsd32_semctl_args {

Modified: projects/ppc64/sys/compat/freebsd32/freebsd32_syscall.h
==============================================================================
--- projects/ppc64/sys/compat/freebsd32/freebsd32_syscall.h	Fri Nov 20 17:16:33 2009	(r199600)
+++ projects/ppc64/sys/compat/freebsd32/freebsd32_syscall.h	Fri Nov 20 17:17:44 2009	(r199601)
@@ -3,7 +3,7 @@
  *
  * DO NOT EDIT-- this file is automatically generated.
  * $FreeBSD$
- * created from FreeBSD: projects/ppc64/sys/compat/freebsd32/syscalls.master 199485 2009-11-18 15:48:51Z nwhitehorn 
+ * created from FreeBSD: projects/ppc64/sys/compat/freebsd32/syscalls.master 199600 2009-11-20 17:16:33Z nwhitehorn 
  */
 
 #define	FREEBSD32_SYS_syscall	0

Modified: projects/ppc64/sys/compat/freebsd32/freebsd32_syscalls.c
==============================================================================
--- projects/ppc64/sys/compat/freebsd32/freebsd32_syscalls.c	Fri Nov 20 17:16:33 2009	(r199600)
+++ projects/ppc64/sys/compat/freebsd32/freebsd32_syscalls.c	Fri Nov 20 17:17:44 2009	(r199601)
@@ -3,11 +3,11 @@
  *
  * DO NOT EDIT-- this file is automatically generated.
  * $FreeBSD$
- * created from FreeBSD: projects/ppc64/sys/compat/freebsd32/syscalls.master 199485 2009-11-18 15:48:51Z nwhitehorn 
+ * created from FreeBSD: projects/ppc64/sys/compat/freebsd32/syscalls.master 199600 2009-11-20 17:16:33Z nwhitehorn 
  */
 
 const char *freebsd32_syscallnames[] = {
-#if defined(__powerpc__)
+#if !defined(PAD64_REQUIRED) && defined(__powerpc__)
 #define PAD64_REQUIRED
 #endif
 	"syscall",			/* 0 = syscall */

Modified: projects/ppc64/sys/compat/freebsd32/freebsd32_sysent.c
==============================================================================
--- projects/ppc64/sys/compat/freebsd32/freebsd32_sysent.c	Fri Nov 20 17:16:33 2009	(r199600)
+++ projects/ppc64/sys/compat/freebsd32/freebsd32_sysent.c	Fri Nov 20 17:17:44 2009	(r199601)
@@ -3,7 +3,7 @@
  *
  * DO NOT EDIT-- this file is automatically generated.
  * $FreeBSD$
- * created from FreeBSD: projects/ppc64/sys/compat/freebsd32/syscalls.master 199485 2009-11-18 15:48:51Z nwhitehorn 
+ * created from FreeBSD: projects/ppc64/sys/compat/freebsd32/syscalls.master 199600 2009-11-20 17:16:33Z nwhitehorn 
  */
 
 #include "opt_compat.h"
@@ -44,7 +44,7 @@
 
 /* The casts are bogus but will do for now. */
 struct sysent freebsd32_sysent[] = {
-#if defined(__powerpc__)
+#if !defined(PAD64_REQUIRED) && defined(__powerpc__)
 #define PAD64_REQUIRED
 #endif
 	{ 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0, 0 },		/* 0 = syscall */


More information about the svn-src-projects mailing list