OpenAFS Master Repository branch, master, updated. openafs-devel-1_9_2-563-g7d49a72
Gerrit Code Review
gerrit@openafs.org
Fri, 21 Aug 2026 11:15:23 -0400
The following commit has been merged in the master branch:
commit 7d49a72730cc083960f21a377409806482763295
Author: Benjamin Kaduk <kaduk@mit.edu>
Date: Thu Aug 13 13:23:35 2026 -0700
libafsrpc: export xdr_afs_time64 for non-Windows
Commit 50085ec019c86e9d67e7566ee4da6815cf2f8166 exported the
xdr_afs_time64 symbole from libafsrpc for Windows to fix a build
issue.
However, this symbol is the afs_time64 analogue of other exported
symbols for our library types, like xdr_afs_uint64, so it is
appropriate to also export it from libafsrpc on other platforms,
to allow external components to use our XDR implementation with
this type, which we define in a public header file.
Change-Id: I356ce459502fe9eec64f79c04cba2f1542cdbdae
Reviewed-on: https://gerrit.openafs.org/16936
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Cheyenne Wills <cwills@sinenomine.net>
Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
src/libafsrpc/afsrpc.exp | 1 +
src/libafsrpc/libafsrpc.la.sym | 1 +
2 files changed, 2 insertions(+)
--
OpenAFS Master Repository