]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
Comment out opr_AssertionFailed from afsrpc.def
authorBenjamin Kaduk <kaduk@mit.edu>
Fri, 15 Jun 2018 13:39:47 +0000 (08:39 -0500)
committerBenjamin Kaduk <kaduk@mit.edu>
Sat, 16 Jun 2018 19:44:43 +0000 (15:44 -0400)
Apparently the Windows utilities link opr.lib directly, so this
caused a "multiply defined symbol" error.

Reviewed-on: https://gerrit.openafs.org/13216
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
(cherry picked from commit 907e09ff2b7e86005765a594db27e1df194ec204)

Change-Id: Ibdd1388235086177bd3fec3c1088916d71fc204f
Reviewed-on: https://gerrit.openafs.org/13221
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
src/libafsrpc/afsrpc.def

index 7c9e7cb014108abc700d268295277095272ea16e..310f8d418a219be8ece75acd85de775253a067c3 100755 (executable)
@@ -344,7 +344,7 @@ EXPORTS
        tkt_MakeTicket5                         @349
        tkt_DeriveDesKey                        @350
 ;      opr_AssertFailU                         @351
-       opr_AssertionFailed                     @352
+;      opr_AssertionFailed                     @352
 ;      xdr_Capabilities                        @353
        xdr_rpcStats                            @354