Author: jhb
Date: Wed Feb  8 18:33:00 2017
New Revision: 313452
URL: https://svnweb.freebsd.org/changeset/base/313452

Log:
  Regen after r313450.

Modified:
  stable/11/sys/compat/freebsd32/freebsd32_proto.h
  stable/11/sys/compat/freebsd32/freebsd32_syscall.h
  stable/11/sys/compat/freebsd32/freebsd32_syscalls.c
  stable/11/sys/compat/freebsd32/freebsd32_sysent.c
  stable/11/sys/compat/freebsd32/freebsd32_systrace_args.c
  stable/11/sys/kern/init_sysent.c
  stable/11/sys/kern/syscalls.c
  stable/11/sys/kern/systrace_args.c
  stable/11/sys/sys/syscall.h
  stable/11/sys/sys/syscall.mk
  stable/11/sys/sys/sysproto.h

Modified: stable/11/sys/compat/freebsd32/freebsd32_proto.h
==============================================================================
--- stable/11/sys/compat/freebsd32/freebsd32_proto.h    Wed Feb  8 18:32:53 
2017        (r313451)
+++ stable/11/sys/compat/freebsd32/freebsd32_proto.h    Wed Feb  8 18:33:00 
2017        (r313452)
@@ -3,7 +3,7 @@
  *
  * DO NOT EDIT-- this file is automatically generated.
  * $FreeBSD$
- * created from FreeBSD: stable/11/sys/compat/freebsd32/syscalls.master 306586 
2016-10-02 16:13:18Z kib 
+ * created from FreeBSD: stable/11/sys/compat/freebsd32/syscalls.master 313450 
2017-02-08 18:32:35Z jhb
  */
 
 #ifndef _FREEBSD32_SYSPROTO_H_
@@ -917,7 +917,7 @@ int ofreebsd32_getdirentries(struct thre
 struct freebsd4_freebsd32_getfsstat_args {
        char buf_l_[PADL_(struct statfs32 *)]; struct statfs32 * buf; char 
buf_r_[PADR_(struct statfs32 *)];
        char bufsize_l_[PADL_(long)]; long bufsize; char 
bufsize_r_[PADR_(long)];
-       char flags_l_[PADL_(int)]; int flags; char flags_r_[PADR_(int)];
+       char mode_l_[PADL_(int)]; int mode; char mode_r_[PADR_(int)];
 };
 struct freebsd4_freebsd32_statfs_args {
        char path_l_[PADL_(char *)]; char * path; char path_r_[PADR_(char *)];

Modified: stable/11/sys/compat/freebsd32/freebsd32_syscall.h
==============================================================================
--- stable/11/sys/compat/freebsd32/freebsd32_syscall.h  Wed Feb  8 18:32:53 
2017        (r313451)
+++ stable/11/sys/compat/freebsd32/freebsd32_syscall.h  Wed Feb  8 18:33:00 
2017        (r313452)
@@ -3,7 +3,7 @@
  *
  * DO NOT EDIT-- this file is automatically generated.
  * $FreeBSD$
- * created from FreeBSD: stable/11/sys/compat/freebsd32/syscalls.master 306586 
2016-10-02 16:13:18Z kib 
+ * created from FreeBSD: stable/11/sys/compat/freebsd32/syscalls.master 313450 
2017-02-08 18:32:35Z jhb
  */
 
 #define        FREEBSD32_SYS_syscall   0

Modified: stable/11/sys/compat/freebsd32/freebsd32_syscalls.c
==============================================================================
--- stable/11/sys/compat/freebsd32/freebsd32_syscalls.c Wed Feb  8 18:32:53 
2017        (r313451)
+++ stable/11/sys/compat/freebsd32/freebsd32_syscalls.c Wed Feb  8 18:33:00 
2017        (r313452)
@@ -3,7 +3,7 @@
  *
  * DO NOT EDIT-- this file is automatically generated.
  * $FreeBSD$
- * created from FreeBSD: stable/11/sys/compat/freebsd32/syscalls.master 306586 
2016-10-02 16:13:18Z kib 
+ * created from FreeBSD: stable/11/sys/compat/freebsd32/syscalls.master 313450 
2017-02-08 18:32:35Z jhb
  */
 
 const char *freebsd32_syscallnames[] = {

Modified: stable/11/sys/compat/freebsd32/freebsd32_sysent.c
==============================================================================
--- stable/11/sys/compat/freebsd32/freebsd32_sysent.c   Wed Feb  8 18:32:53 
2017        (r313451)
+++ stable/11/sys/compat/freebsd32/freebsd32_sysent.c   Wed Feb  8 18:33:00 
2017        (r313452)
@@ -3,7 +3,7 @@
  *
  * DO NOT EDIT-- this file is automatically generated.
  * $FreeBSD$
- * created from FreeBSD: stable/11/sys/compat/freebsd32/syscalls.master 306586 
2016-10-02 16:13:18Z kib 
+ * created from FreeBSD: stable/11/sys/compat/freebsd32/syscalls.master 313450 
2017-02-08 18:32:35Z jhb
  */
 
 #include "opt_compat.h"

Modified: stable/11/sys/compat/freebsd32/freebsd32_systrace_args.c
==============================================================================
--- stable/11/sys/compat/freebsd32/freebsd32_systrace_args.c    Wed Feb  8 
18:32:53 2017        (r313451)
+++ stable/11/sys/compat/freebsd32/freebsd32_systrace_args.c    Wed Feb  8 
18:33:00 2017        (r313452)
@@ -1969,7 +1969,7 @@ systrace_args(int sysnum, void *params, 
                struct getfsstat_args *p = params;
                uarg[0] = (intptr_t) p->buf; /* struct statfs * */
                iarg[1] = p->bufsize; /* long */
-               iarg[2] = p->flags; /* int */
+               iarg[2] = p->mode; /* int */
                *n_args = 3;
                break;
        }

Modified: stable/11/sys/kern/init_sysent.c
==============================================================================
--- stable/11/sys/kern/init_sysent.c    Wed Feb  8 18:32:53 2017        
(r313451)
+++ stable/11/sys/kern/init_sysent.c    Wed Feb  8 18:33:00 2017        
(r313452)
@@ -3,7 +3,7 @@
  *
  * DO NOT EDIT-- this file is automatically generated.
  * $FreeBSD$
- * created from FreeBSD: stable/11/sys/kern/syscalls.master 304977 2016-08-29 
05:15:43Z kib 
+ * created from FreeBSD: stable/11/sys/kern/syscalls.master 313450 2017-02-08 
18:32:35Z jhb
  */
 
 #include "opt_compat.h"

Modified: stable/11/sys/kern/syscalls.c
==============================================================================
--- stable/11/sys/kern/syscalls.c       Wed Feb  8 18:32:53 2017        
(r313451)
+++ stable/11/sys/kern/syscalls.c       Wed Feb  8 18:33:00 2017        
(r313452)
@@ -3,7 +3,7 @@
  *
  * DO NOT EDIT-- this file is automatically generated.
  * $FreeBSD$
- * created from FreeBSD: stable/11/sys/kern/syscalls.master 304977 2016-08-29 
05:15:43Z kib 
+ * created from FreeBSD: stable/11/sys/kern/syscalls.master 313450 2017-02-08 
18:32:35Z jhb
  */
 
 const char *syscallnames[] = {

Modified: stable/11/sys/kern/systrace_args.c
==============================================================================
--- stable/11/sys/kern/systrace_args.c  Wed Feb  8 18:32:53 2017        
(r313451)
+++ stable/11/sys/kern/systrace_args.c  Wed Feb  8 18:33:00 2017        
(r313452)
@@ -2081,7 +2081,7 @@ systrace_args(int sysnum, void *params, 
                struct getfsstat_args *p = params;
                uarg[0] = (intptr_t) p->buf; /* struct statfs * */
                iarg[1] = p->bufsize; /* long */
-               iarg[2] = p->flags; /* int */
+               iarg[2] = p->mode; /* int */
                *n_args = 3;
                break;
        }

Modified: stable/11/sys/sys/syscall.h
==============================================================================
--- stable/11/sys/sys/syscall.h Wed Feb  8 18:32:53 2017        (r313451)
+++ stable/11/sys/sys/syscall.h Wed Feb  8 18:33:00 2017        (r313452)
@@ -3,7 +3,7 @@
  *
  * DO NOT EDIT-- this file is automatically generated.
  * $FreeBSD$
- * created from FreeBSD: stable/11/sys/kern/syscalls.master 304977 2016-08-29 
05:15:43Z kib 
+ * created from FreeBSD: stable/11/sys/kern/syscalls.master 313450 2017-02-08 
18:32:35Z jhb
  */
 
 #define        SYS_syscall     0

Modified: stable/11/sys/sys/syscall.mk
==============================================================================
--- stable/11/sys/sys/syscall.mk        Wed Feb  8 18:32:53 2017        
(r313451)
+++ stable/11/sys/sys/syscall.mk        Wed Feb  8 18:33:00 2017        
(r313452)
@@ -1,7 +1,7 @@
 # FreeBSD system call object files.
 # DO NOT EDIT-- this file is automatically generated.
 # $FreeBSD$
-# created from FreeBSD: stable/11/sys/kern/syscalls.master 304977 2016-08-29 
05:15:43Z kib 
+# created from FreeBSD: stable/11/sys/kern/syscalls.master 313450 2017-02-08 
18:32:35Z jhb
 MIASM =  \
        syscall.o \
        exit.o \

Modified: stable/11/sys/sys/sysproto.h
==============================================================================
--- stable/11/sys/sys/sysproto.h        Wed Feb  8 18:32:53 2017        
(r313451)
+++ stable/11/sys/sys/sysproto.h        Wed Feb  8 18:33:00 2017        
(r313452)
@@ -3,7 +3,7 @@
  *
  * DO NOT EDIT-- this file is automatically generated.
  * $FreeBSD$
- * created from FreeBSD: stable/11/sys/kern/syscalls.master 304977 2016-08-29 
05:15:43Z kib 
+ * created from FreeBSD: stable/11/sys/kern/syscalls.master 313450 2017-02-08 
18:32:35Z jhb
  */
 
 #ifndef _SYS_SYSPROTO_H_
@@ -1107,7 +1107,7 @@ struct mac_syscall_args {
 struct getfsstat_args {
        char buf_l_[PADL_(struct statfs *)]; struct statfs * buf; char 
buf_r_[PADR_(struct statfs *)];
        char bufsize_l_[PADL_(long)]; long bufsize; char 
bufsize_r_[PADR_(long)];
-       char flags_l_[PADL_(int)]; int flags; char flags_r_[PADR_(int)];
+       char mode_l_[PADL_(int)]; int mode; char mode_r_[PADR_(int)];
 };
 struct statfs_args {
        char path_l_[PADL_(char *)]; char * path; char path_r_[PADR_(char *)];
@@ -2356,7 +2356,7 @@ int       ogetdirentries(struct thread *, stru
 struct freebsd4_getfsstat_args {
        char buf_l_[PADL_(struct ostatfs *)]; struct ostatfs * buf; char 
buf_r_[PADR_(struct ostatfs *)];
        char bufsize_l_[PADL_(long)]; long bufsize; char 
bufsize_r_[PADR_(long)];
-       char flags_l_[PADL_(int)]; int flags; char flags_r_[PADR_(int)];
+       char mode_l_[PADL_(int)]; int mode; char mode_r_[PADR_(int)];
 };
 struct freebsd4_statfs_args {
        char path_l_[PADL_(char *)]; char * path; char path_r_[PADR_(char *)];
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to