From: Simon Wilkinson Date: Thu, 26 Mar 2009 23:42:03 +0000 (+0000) Subject: vol-proto-do-not-break-dafs-20090326 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=4ced67ca980218e27aa4033f31a9d238590919d5;p=packages%2Fo%2Fopenafs.git vol-proto-do-not-break-dafs-20090326 LICENSE IPL10 FIXES 12540 Reenable prototype of VolumeExternalName_r for dafs --- diff --git a/src/vol/volume.c b/src/vol/volume.c index b21171bc2..b696f4e15 100644 --- a/src/vol/volume.c +++ b/src/vol/volume.c @@ -196,7 +196,7 @@ static void LoadVolumeHeader(Error * ec, Volume * vp); static int VCheckOffline(register Volume * vp); static int VCheckDetach(register Volume * vp); static Volume * GetVolume(Error * ec, Error * client_ec, VolId volumeId, Volume * hint, int flags); -#if 0 +#ifdef AFS_DEMAND_ATTACH_FS static int VolumeExternalName_r(VolumeId volumeId, char * name, size_t len); #endif