The branch main has been updated by des:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=6c4771c73470c78b1a71949783114560ad79d99e

commit 6c4771c73470c78b1a71949783114560ad79d99e
Author:     Dag-Erling Smørgrav <d...@freebsd.org>
AuthorDate: 2025-07-27 18:18:59 +0000
Commit:     Dag-Erling Smørgrav <d...@freebsd.org>
CommitDate: 2025-07-27 18:19:32 +0000

    krb5: Remove includes from autoconf header.
    
    These #include directives are neither present upstream nor needed.
    
    Reviewed by:    ivy
    Differential Revision:  https://reviews.freebsd.org/D51564
---
 krb5/include/autoconf.h | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/krb5/include/autoconf.h b/krb5/include/autoconf.h
index 24039611c7e7..a5e2ea5838b0 100644
--- a/krb5/include/autoconf.h
+++ b/krb5/include/autoconf.h
@@ -5,9 +5,6 @@
 #ifndef KRB5_AUTOCONF_H
 #define KRB5_AUTOCONF_H
 
-#include <sys/types.h>
-#include <machine/param.h>
-
 
 /* Define if AES-NI support is enabled */
 /* #undef AESNI */

Reply via email to