From 4ced67ca980218e27aa4033f31a9d238590919d5 Mon Sep 17 00:00:00 2001 From: Simon Wilkinson Date: Thu, 26 Mar 2009 23:42:03 +0000 Subject: [PATCH] vol-proto-do-not-break-dafs-20090326 LICENSE IPL10 FIXES 12540 Reenable prototype of VolumeExternalName_r for dafs --- src/vol/volume.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vol/volume.c b/src/vol/volume.c index b21171bc22..b696f4e158 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