From: Benjamin Kaduk Date: Thu, 13 Mar 2014 19:33:44 +0000 (-0400) Subject: Use correct include guard for vol_prototypes.h X-Git-Tag: upstream/1.8.0_pre1^2~768 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=8832cd4e61f04fa5c650060e968bd7834afebd92;p=packages%2Fo%2Fopenafs.git Use correct include guard for vol_prototypes.h Correct the case of the 'h'. Change-Id: Ib78cbff02ac881aa54c46832db94094f7a74ff5f Reviewed-on: http://gerrit.openafs.org/10889 Reviewed-by: Jeffrey Altman Tested-by: Jeffrey Altman --- diff --git a/src/vol/vol_prototypes.h b/src/vol/vol_prototypes.h index eec1ccf26..e68e2210d 100644 --- a/src/vol/vol_prototypes.h +++ b/src/vol/vol_prototypes.h @@ -8,7 +8,7 @@ */ #ifndef _VOL_PROTOTYPES_H -#define _VOL_PROTOTYPES_h +#define _VOL_PROTOTYPES_H /* clone.c */ extern void CloneVolume(Error *, Volume *, Volume *, Volume *);