The branch main has been updated by glebius:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=4a94dee2a497203e622f458e2011908129b73907

commit 4a94dee2a497203e622f458e2011908129b73907
Author:     Gleb Smirnoff <gleb...@freebsd.org>
AuthorDate: 2025-08-11 22:40:54 +0000
Commit:     Gleb Smirnoff <gleb...@freebsd.org>
CommitDate: 2025-08-11 22:40:54 +0000

    ObsoleteFiles: both gssapi/gssapi.h and gssapi.h existed
    
    And gssapi/mechglue.h as well.
    
    Submitted by:   Herbert J. Skuhra <herbert gojira.at>
    Reviewed by:    cy
    Fixes:  7a4a305f1300c27dd12585d5442e2ee52b97b940
---
 ObsoleteFiles.inc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc
index 0a4a567dff0b..84c3055f7077 100644
--- a/ObsoleteFiles.inc
+++ b/ObsoleteFiles.inc
@@ -60,7 +60,9 @@ OLD_FILES+=usr/sbin/nvmfd
 OLD_FILES+=usr/share/man/man8/nvmfd.8.gz
 
 # 20250807: Replace lib/libgssapi with krb5/lib/gssapi
+OLD_FILES+=usr/include/gssapi_krb5/gssapi.h
 OLD_FILES+=usr/include/gssapi_krb5/gssapi/gssapi.h
+OLD_FILES+=usr/include/gssapi_krb5/gssapi/mechglue.h
 OLD_DIRS+=usr/include/gssapi_krb5/gssapi
 OLD_DIRS+=usr/include/gssapi_krb5
 OLD_FILES+=etc/gssapi/qop

Reply via email to