Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 May 2025 14:20:10 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 259eac0149f0 - main - efivar: Kill needless sys/cdefs.h
Message-ID:  <202505251420.54PEKABs006759@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by imp:

URL: https://cgit.FreeBSD.org/src/commit/?id=259eac0149f0d2c01e1fcbeba3be1ba6fca6f8e1

commit 259eac0149f0d2c01e1fcbeba3be1ba6fca6f8e1
Author:     Warner Losh <imp@FreeBSD.org>
AuthorDate: 2025-05-01 22:25:16 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2025-05-25 13:49:32 +0000

    efivar: Kill needless sys/cdefs.h
    
    Sponsored by:           Netflix
---
 lib/libefivar/efivar-dp-format.c | 1 -
 lib/libefivar/efivar-dp-parse.c  | 1 -
 lib/libefivar/efivar.c           | 1 -
 lib/libefivar/uefi-dputil.c      | 1 -
 4 files changed, 4 deletions(-)

diff --git a/lib/libefivar/efivar-dp-format.c b/lib/libefivar/efivar-dp-format.c
index 3fa2833a7e7a..f2dcf1b91c01 100644
--- a/lib/libefivar/efivar-dp-format.c
+++ b/lib/libefivar/efivar-dp-format.c
@@ -28,7 +28,6 @@
  * this file is taken from EDK2 and rototilled.
  */
 
-#include <sys/cdefs.h>
 #include <efivar.h>
 #include <stdio.h>
 #include <string.h>
diff --git a/lib/libefivar/efivar-dp-parse.c b/lib/libefivar/efivar-dp-parse.c
index 3382666730c4..51c134692f1e 100644
--- a/lib/libefivar/efivar-dp-parse.c
+++ b/lib/libefivar/efivar-dp-parse.c
@@ -28,7 +28,6 @@
  * this file is taken from EDK2 and rototilled.
  */
 
-#include <sys/cdefs.h>
 #include <ctype.h>
 #include <efivar.h>
 #include <stdio.h>
diff --git a/lib/libefivar/efivar.c b/lib/libefivar/efivar.c
index a7cf13055bfe..c91bf5ea71bb 100644
--- a/lib/libefivar/efivar.c
+++ b/lib/libefivar/efivar.c
@@ -23,7 +23,6 @@
  * SUCH DAMAGE.
  */
 
-#include <sys/cdefs.h>
 #include <efivar.h>
 #include <sys/efiio.h>
 #include <sys/param.h>
diff --git a/lib/libefivar/uefi-dputil.c b/lib/libefivar/uefi-dputil.c
index 7969054e2ce2..6e8f3aeca2ce 100644
--- a/lib/libefivar/uefi-dputil.c
+++ b/lib/libefivar/uefi-dputil.c
@@ -28,7 +28,6 @@
  * this file is taken from EDK2 and rototilled.
  */
 
-#include <sys/cdefs.h>
 #include <efivar.h>
 #include <limits.h>
 #include <stdio.h>



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