From: Ben Kaduk Date: Sat, 27 Nov 2010 05:45:26 +0000 (-0500) Subject: Fix FBSD build after warning cleanups X-Git-Tag: upstream/1.8.0_pre1^2~4438 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=d0acb0a83e4834a1d99457435a4bac684b0047e2;p=packages%2Fo%2Fopenafs.git Fix FBSD build after warning cleanups The preprocessor if directive needs a matching endif, not plain end. Change-Id: I423b32326cae60073d110165f94ba278521634ee Reviewed-on: http://gerrit.openafs.org/3390 Tested-by: BuildBot Reviewed-by: Derrick Brashear --- diff --git a/src/afs/FBSD/osi_vnodeops.c b/src/afs/FBSD/osi_vnodeops.c index 5a9811be5..5affb106d 100644 --- a/src/afs/FBSD/osi_vnodeops.c +++ b/src/afs/FBSD/osi_vnodeops.c @@ -1309,7 +1309,7 @@ afs_vop_mkdir(ap) struct vcache *vcp; #ifndef AFS_FBSD80_ENV struct thread *p = ap->a_cnp->cn_thread; -#end +#endif GETNAME(); #ifdef DIAGNOSTIC