Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Oct 2019 20:09:50 +0000 (UTC)
From:      Brooks Davis <brooks@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org
Subject:   svn commit: r353067 - in stable/12/sys/compat: cloudabi32 cloudabi64
Message-ID:  <201910032009.x93K9okt048917@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: brooks
Date: Thu Oct  3 20:09:50 2019
New Revision: 353067
URL: https://svnweb.freebsd.org/changeset/base/353067

Log:
  MFC r352918:
  
  Regen after r347228 and r352693.
  
  No functional change.

Modified:
  stable/12/sys/compat/cloudabi32/cloudabi32_proto.h
  stable/12/sys/compat/cloudabi32/cloudabi32_syscall.h
  stable/12/sys/compat/cloudabi32/cloudabi32_syscalls.c
  stable/12/sys/compat/cloudabi32/cloudabi32_sysent.c
  stable/12/sys/compat/cloudabi32/cloudabi32_systrace_args.c
  stable/12/sys/compat/cloudabi64/cloudabi64_proto.h
  stable/12/sys/compat/cloudabi64/cloudabi64_syscall.h
  stable/12/sys/compat/cloudabi64/cloudabi64_syscalls.c
  stable/12/sys/compat/cloudabi64/cloudabi64_sysent.c
  stable/12/sys/compat/cloudabi64/cloudabi64_systrace_args.c
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/sys/compat/cloudabi32/cloudabi32_proto.h
==============================================================================
--- stable/12/sys/compat/cloudabi32/cloudabi32_proto.h	Thu Oct  3 20:05:46 2019	(r353066)
+++ stable/12/sys/compat/cloudabi32/cloudabi32_proto.h	Thu Oct  3 20:09:50 2019	(r353067)
@@ -1,7 +1,7 @@
 /*
  * System call prototypes.
  *
- * DO NOT EDIT-- this file is automatically generated.
+ * DO NOT EDIT-- this file is automatically @generated.
  * $FreeBSD$
  */
 

Modified: stable/12/sys/compat/cloudabi32/cloudabi32_syscall.h
==============================================================================
--- stable/12/sys/compat/cloudabi32/cloudabi32_syscall.h	Thu Oct  3 20:05:46 2019	(r353066)
+++ stable/12/sys/compat/cloudabi32/cloudabi32_syscall.h	Thu Oct  3 20:09:50 2019	(r353067)
@@ -1,7 +1,7 @@
 /*
  * System call numbers.
  *
- * DO NOT EDIT-- this file is automatically generated.
+ * DO NOT EDIT-- this file is automatically @generated.
  * $FreeBSD$
  */
 

Modified: stable/12/sys/compat/cloudabi32/cloudabi32_syscalls.c
==============================================================================
--- stable/12/sys/compat/cloudabi32/cloudabi32_syscalls.c	Thu Oct  3 20:05:46 2019	(r353066)
+++ stable/12/sys/compat/cloudabi32/cloudabi32_syscalls.c	Thu Oct  3 20:09:50 2019	(r353067)
@@ -1,7 +1,7 @@
 /*
  * System call names.
  *
- * DO NOT EDIT-- this file is automatically generated.
+ * DO NOT EDIT-- this file is automatically @generated.
  * $FreeBSD$
  */
 

Modified: stable/12/sys/compat/cloudabi32/cloudabi32_sysent.c
==============================================================================
--- stable/12/sys/compat/cloudabi32/cloudabi32_sysent.c	Thu Oct  3 20:05:46 2019	(r353066)
+++ stable/12/sys/compat/cloudabi32/cloudabi32_sysent.c	Thu Oct  3 20:09:50 2019	(r353067)
@@ -1,7 +1,7 @@
 /*
  * System call switch table.
  *
- * DO NOT EDIT-- this file is automatically generated.
+ * DO NOT EDIT-- this file is automatically @generated.
  * $FreeBSD$
  */
 

Modified: stable/12/sys/compat/cloudabi32/cloudabi32_systrace_args.c
==============================================================================
--- stable/12/sys/compat/cloudabi32/cloudabi32_systrace_args.c	Thu Oct  3 20:05:46 2019	(r353066)
+++ stable/12/sys/compat/cloudabi32/cloudabi32_systrace_args.c	Thu Oct  3 20:09:50 2019	(r353067)
@@ -1,7 +1,7 @@
 /*
  * System call argument to DTrace register array converstion.
  *
- * DO NOT EDIT-- this file is automatically generated.
+ * DO NOT EDIT-- this file is automatically @generated.
  * $FreeBSD$
  * This file is part of the DTrace syscall provider.
  */

Modified: stable/12/sys/compat/cloudabi64/cloudabi64_proto.h
==============================================================================
--- stable/12/sys/compat/cloudabi64/cloudabi64_proto.h	Thu Oct  3 20:05:46 2019	(r353066)
+++ stable/12/sys/compat/cloudabi64/cloudabi64_proto.h	Thu Oct  3 20:09:50 2019	(r353067)
@@ -1,7 +1,7 @@
 /*
  * System call prototypes.
  *
- * DO NOT EDIT-- this file is automatically generated.
+ * DO NOT EDIT-- this file is automatically @generated.
  * $FreeBSD$
  */
 

Modified: stable/12/sys/compat/cloudabi64/cloudabi64_syscall.h
==============================================================================
--- stable/12/sys/compat/cloudabi64/cloudabi64_syscall.h	Thu Oct  3 20:05:46 2019	(r353066)
+++ stable/12/sys/compat/cloudabi64/cloudabi64_syscall.h	Thu Oct  3 20:09:50 2019	(r353067)
@@ -1,7 +1,7 @@
 /*
  * System call numbers.
  *
- * DO NOT EDIT-- this file is automatically generated.
+ * DO NOT EDIT-- this file is automatically @generated.
  * $FreeBSD$
  */
 

Modified: stable/12/sys/compat/cloudabi64/cloudabi64_syscalls.c
==============================================================================
--- stable/12/sys/compat/cloudabi64/cloudabi64_syscalls.c	Thu Oct  3 20:05:46 2019	(r353066)
+++ stable/12/sys/compat/cloudabi64/cloudabi64_syscalls.c	Thu Oct  3 20:09:50 2019	(r353067)
@@ -1,7 +1,7 @@
 /*
  * System call names.
  *
- * DO NOT EDIT-- this file is automatically generated.
+ * DO NOT EDIT-- this file is automatically @generated.
  * $FreeBSD$
  */
 

Modified: stable/12/sys/compat/cloudabi64/cloudabi64_sysent.c
==============================================================================
--- stable/12/sys/compat/cloudabi64/cloudabi64_sysent.c	Thu Oct  3 20:05:46 2019	(r353066)
+++ stable/12/sys/compat/cloudabi64/cloudabi64_sysent.c	Thu Oct  3 20:09:50 2019	(r353067)
@@ -1,7 +1,7 @@
 /*
  * System call switch table.
  *
- * DO NOT EDIT-- this file is automatically generated.
+ * DO NOT EDIT-- this file is automatically @generated.
  * $FreeBSD$
  */
 

Modified: stable/12/sys/compat/cloudabi64/cloudabi64_systrace_args.c
==============================================================================
--- stable/12/sys/compat/cloudabi64/cloudabi64_systrace_args.c	Thu Oct  3 20:05:46 2019	(r353066)
+++ stable/12/sys/compat/cloudabi64/cloudabi64_systrace_args.c	Thu Oct  3 20:09:50 2019	(r353067)
@@ -1,7 +1,7 @@
 /*
  * System call argument to DTrace register array converstion.
  *
- * DO NOT EDIT-- this file is automatically generated.
+ * DO NOT EDIT-- this file is automatically @generated.
  * $FreeBSD$
  * This file is part of the DTrace syscall provider.
  */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910032009.x93K9okt048917>