git: 0044e9124e47 - main - share: Automated cleanup of cdefs and other formatting
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 27 Nov 2023 05:25:03 UTC
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=0044e9124e474b5d45a77df328d0d7b00ec7e57b commit 0044e9124e474b5d45a77df328d0d7b00ec7e57b Author: Warner Losh <imp@FreeBSD.org> AuthorDate: 2023-11-24 20:12:57 +0000 Commit: Warner Losh <imp@FreeBSD.org> CommitDate: 2023-11-27 05:24:00 +0000 share: Automated cleanup of cdefs and other formatting Apply the following automated changes to try to eliminate no-longer-needed sys/cdefs.h includes as well as now-empty blank lines in a row. Remove /^#if.*\n#endif.*\n#include\s+<sys/cdefs.h>.*\n/ Remove /\n+#include\s+<sys/cdefs.h>.*\n+#if.*\n#endif.*\n+/ Remove /\n+#if.*\n#endif.*\n+/ Remove /^#if.*\n#endif.*\n/ Remove /\n+#include\s+<sys/cdefs.h>\n#include\s+<sys/types.h>/ Remove /\n+#include\s+<sys/cdefs.h>\n#include\s+<sys/param.h>/ Remove /\n+#include\s+<sys/cdefs.h>\n#include\s+<sys/capsicum.h>/ Sponsored by: Netflix --- share/examples/kld/firmware/fwconsumer/fw_consumer.c | 1 - share/examples/kld/khelp/h_example.c | 1 - share/examples/kld/random_adaptor/random_adaptor_example.c | 1 - share/examples/modules/skel.c | 1 - 4 files changed, 4 deletions(-) diff --git a/share/examples/kld/firmware/fwconsumer/fw_consumer.c b/share/examples/kld/firmware/fwconsumer/fw_consumer.c index 05c93446eed3..8d749fed65df 100644 --- a/share/examples/kld/firmware/fwconsumer/fw_consumer.c +++ b/share/examples/kld/firmware/fwconsumer/fw_consumer.c @@ -26,7 +26,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/errno.h> diff --git a/share/examples/kld/khelp/h_example.c b/share/examples/kld/khelp/h_example.c index 5bca2b36af50..fea7826a1fb4 100644 --- a/share/examples/kld/khelp/h_example.c +++ b/share/examples/kld/khelp/h_example.c @@ -37,7 +37,6 @@ * documented in an attempt to explain how everything fits together. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/hhook.h> diff --git a/share/examples/kld/random_adaptor/random_adaptor_example.c b/share/examples/kld/random_adaptor/random_adaptor_example.c index f462f64cd174..6dd3321d1286 100644 --- a/share/examples/kld/random_adaptor/random_adaptor_example.c +++ b/share/examples/kld/random_adaptor/random_adaptor_example.c @@ -27,7 +27,6 @@ * */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/lock.h> diff --git a/share/examples/modules/skel.c b/share/examples/modules/skel.c index beb461720dfa..3c2cbd8eb8b1 100644 --- a/share/examples/modules/skel.c +++ b/share/examples/modules/skel.c @@ -37,7 +37,6 @@ * */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/systm.h>