git: 0d1496f0f1e7 - main - krb5/include: Add missing file
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 24 Jun 2025 14:36:35 UTC
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 \