svn commit: r195469 - head/sys/compat/freebsd32

Edward Tomasz Napierala trasz at FreeBSD.org
Wed Jul 8 16:30:34 UTC 2009


Author: trasz
Date: Wed Jul  8 16:30:34 2009
New Revision: 195469
URL: http://svn.freebsd.org/changeset/base/195469

Log:
  Regen the freebsd32 parts.
  
  Approved by:	re (kib)

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 Jul  8 16:26:43 2009	(r195468)
+++ head/sys/compat/freebsd32/freebsd32_proto.h	Wed Jul  8 16:30:34 2009	(r195469)
@@ -3,7 +3,7 @@
  *
  * DO NOT EDIT-- this file is automatically generated.
  * $FreeBSD$
- * created from FreeBSD: head/sys/compat/freebsd32/syscalls.master 194910 2009-06-24 21:10:52Z jhb 
+ * created from FreeBSD: head/sys/compat/freebsd32/syscalls.master 195468 2009-07-08 16:26:43Z trasz 
  */
 
 #ifndef _FREEBSD32_SYSPROTO_H_

Modified: head/sys/compat/freebsd32/freebsd32_syscall.h
==============================================================================
--- head/sys/compat/freebsd32/freebsd32_syscall.h	Wed Jul  8 16:26:43 2009	(r195468)
+++ head/sys/compat/freebsd32/freebsd32_syscall.h	Wed Jul  8 16:30:34 2009	(r195469)
@@ -3,7 +3,7 @@
  *
  * DO NOT EDIT-- this file is automatically generated.
  * $FreeBSD$
- * created from FreeBSD: head/sys/compat/freebsd32/syscalls.master 194910 2009-06-24 21:10:52Z jhb 
+ * created from FreeBSD: head/sys/compat/freebsd32/syscalls.master 195468 2009-07-08 16:26:43Z trasz 
  */
 
 #define	FREEBSD32_SYS_syscall	0
@@ -381,4 +381,5 @@
 #define	FREEBSD32_SYS_freebsd32_semctl	510
 #define	FREEBSD32_SYS_freebsd32_msgctl	511
 #define	FREEBSD32_SYS_freebsd32_shmctl	512
-#define	FREEBSD32_SYS_MAXSYSCALL	513
+#define	FREEBSD32_SYS_lpathconf	513
+#define	FREEBSD32_SYS_MAXSYSCALL	514

Modified: head/sys/compat/freebsd32/freebsd32_syscalls.c
==============================================================================
--- head/sys/compat/freebsd32/freebsd32_syscalls.c	Wed Jul  8 16:26:43 2009	(r195468)
+++ head/sys/compat/freebsd32/freebsd32_syscalls.c	Wed Jul  8 16:30:34 2009	(r195469)
@@ -3,7 +3,7 @@
  *
  * DO NOT EDIT-- this file is automatically generated.
  * $FreeBSD$
- * created from FreeBSD: head/sys/compat/freebsd32/syscalls.master 194910 2009-06-24 21:10:52Z jhb 
+ * created from FreeBSD: head/sys/compat/freebsd32/syscalls.master 195468 2009-07-08 16:26:43Z trasz 
  */
 
 const char *freebsd32_syscallnames[] = {
@@ -520,4 +520,5 @@ const char *freebsd32_syscallnames[] = {
 	"freebsd32_semctl",			/* 510 = freebsd32_semctl */
 	"freebsd32_msgctl",			/* 511 = freebsd32_msgctl */
 	"freebsd32_shmctl",			/* 512 = freebsd32_shmctl */
+	"lpathconf",			/* 513 = lpathconf */
 };

Modified: head/sys/compat/freebsd32/freebsd32_sysent.c
==============================================================================
--- head/sys/compat/freebsd32/freebsd32_sysent.c	Wed Jul  8 16:26:43 2009	(r195468)
+++ head/sys/compat/freebsd32/freebsd32_sysent.c	Wed Jul  8 16:30:34 2009	(r195469)
@@ -3,7 +3,7 @@
  *
  * DO NOT EDIT-- this file is automatically generated.
  * $FreeBSD$
- * created from FreeBSD: head/sys/compat/freebsd32/syscalls.master 194910 2009-06-24 21:10:52Z jhb 
+ * created from FreeBSD: head/sys/compat/freebsd32/syscalls.master 195468 2009-07-08 16:26:43Z trasz 
  */
 
 #include "opt_compat.h"
@@ -557,4 +557,5 @@ struct sysent freebsd32_sysent[] = {
 	{ AS(freebsd32_semctl_args), (sy_call_t *)freebsd32_semctl, AUE_SEMCTL, NULL, 0, 0, 0 },	/* 510 = freebsd32_semctl */
 	{ AS(freebsd32_msgctl_args), (sy_call_t *)freebsd32_msgctl, AUE_MSGCTL, NULL, 0, 0, 0 },	/* 511 = freebsd32_msgctl */
 	{ AS(freebsd32_shmctl_args), (sy_call_t *)freebsd32_shmctl, AUE_SHMCTL, NULL, 0, 0, 0 },	/* 512 = freebsd32_shmctl */
+	{ AS(lpathconf_args), (sy_call_t *)lpathconf, AUE_LPATHCONF, NULL, 0, 0, 0 },	/* 513 = lpathconf */
 };


More information about the svn-src-head mailing list