Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Jun 2025 14:36:35 GMT
From:      Cy Schubert <cy@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 0d1496f0f1e7 - main - krb5/include: Add missing file
Message-ID:  <202506241436.55OEaZJD053944@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/src/commit/?id=0d1496f0f1e7f1e98b6a7364e571d9400bc6ed8a

commit 0d1496f0f1e7f1e98b6a7364e571d9400bc6ed8a
Author:     Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2025-06-24 13:20:51 +0000
Commit:     Cy Schubert <cy@FreeBSD.org>
CommitDate: 2025-06-24 14:36:00 +0000

    krb5/include: Add missing file
    
    A file was missed when generating a list of gssrpc files to be installed.
    
    Reported by:    fluffy
    Fixes:          ee3960cba106
---
 krb5/include/gssrpc/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/krb5/include/gssrpc/Makefile b/krb5/include/gssrpc/Makefile
index 14f246867701..929c9eaacdc9 100644
--- a/krb5/include/gssrpc/Makefile
+++ b/krb5/include/gssrpc/Makefile
@@ -23,6 +23,7 @@ INCS=	\
 	pmap_clnt.h \
 	pmap_prot.h \
 	pmap_rmt.h \
+	rename.h \
 	rpc_msg.h \
 	rpc.h \
 	svc_auth.h \



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