From: Marc Dionne Date: Thu, 23 Jul 2009 20:52:46 +0000 (-0400) Subject: Fix build error - libafsrpc.map syntax X-Git-Tag: openafs-devel-1_5_61~51 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=c24c251966f218bcf9c0bd13718ef00ca4d12e80;p=packages%2Fo%2Fopenafs.git Fix build error - libafsrpc.map syntax Fix a build error introduced by commit 3a6d18: /usr/bin/ld:./libafsrpc.map:125: syntax error in VERSION script There seems to be a missing semicolon with the new rx_GetLocalPeers entry. Reviewed-on: http://gerrit.openafs.org/http://gerrit.openafs.org/205 Reviewed-by: Jacob Thebault-Spieker Tested-by: Derrick Brashear Reviewed-by: Derrick Brashear --- diff --git a/src/shlibafsrpc/libafsrpc.map b/src/shlibafsrpc/libafsrpc.map index d816cb0d3..57266e0c6 100755 --- a/src/shlibafsrpc/libafsrpc.map +++ b/src/shlibafsrpc/libafsrpc.map @@ -120,7 +120,7 @@ ucstring; lcstring; AssertionFailed; - rx_GetLocalPeers + rx_GetLocalPeers; local: *;