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.6.8^2~21 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=26c5e507afb28eb01ff49998321982cc355bac05;p=packages%2Fo%2Fopenafs.git Use correct include guard for vol_prototypes.h Correct the case of the 'h'. Reviewed-on: http://gerrit.openafs.org/10889 Reviewed-by: Jeffrey Altman Tested-by: Jeffrey Altman (cherry picked from commit 8832cd4e61f04fa5c650060e968bd7834afebd92) Change-Id: I306107184667724e48d5c9c32a11ddc4c9748ce7 Reviewed-on: http://gerrit.openafs.org/10924 Tested-by: BuildBot Reviewed-by: Andrew Deason Reviewed-by: Stephan Wiesand --- 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 *);