The branch main has been updated by rmacklem: URL: https://cgit.FreeBSD.org/src/commit/?id=1a10f2f2042e8d35f1684c08215a73db97f09827
commit 1a10f2f2042e8d35f1684c08215a73db97f09827 Author: Rick Macklem <rmack...@freebsd.org> AuthorDate: 2025-08-07 00:00:45 +0000 Commit: Rick Macklem <rmack...@freebsd.org> CommitDate: 2025-08-07 00:00:45 +0000 Revert "gssd: Fix build for now" This did not fix the build either. I'll revert both commits for now and wait for cy@ to do his commit. This reverts commit 784069e172c53cd5a5e27cda57fe2df01f53ab58. --- usr.sbin/gssd/gssd.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/usr.sbin/gssd/gssd.c b/usr.sbin/gssd/gssd.c index 1c20a585f626..54d2062dd29a 100644 --- a/usr.sbin/gssd/gssd.c +++ b/usr.sbin/gssd/gssd.c @@ -50,11 +50,9 @@ #include <unistd.h> #include <arpa/inet.h> #include <netinet/in.h> +#include <gssapi/gssapi.h> #ifdef MK_MITKRB5 -#include <gssapi_krb5/gssapi/gssapi.h> #include <gssapi/gssapi_krb5.h> -#else -#include <gssapi/gssapi.h> #endif #include <rpc/rpc.h> #include <rpc/rpc_com.h>