summaryrefslogtreecommitdiff
path: root/src/mount
diff options
context:
space:
mode:
authorColin Patrick McCabe <cmccabe@alumni.cmu.edu>2011-02-02 09:44:13 -0800
committerColin Patrick McCabe <cmccabe@alumni.cmu.edu>2011-02-03 04:10:31 -0800
commite98378472c2b9d03497004dd897abfd22c81f385 (patch)
treebbdebd755aa053feb1c87821111dd6880a19a8a4 /src/mount
parent8b283ff5ac2d2c26d060e4646c3f7466701a90ac (diff)
downloadceph-e98378472c2b9d03497004dd897abfd22c81f385.tar.gz
mount.ceph: put static at the beginning of decl
To squash a gcc warning. Signed-off-by: Colin McCabe <colin.mccabe@dreamhost.com>
Diffstat (limited to 'src/mount')
-rwxr-xr-xsrc/mount/mount.ceph.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mount/mount.ceph.c b/src/mount/mount.ceph.c
index db0581ee2b8..41e21ae5df8 100755
--- a/src/mount/mount.ceph.c
+++ b/src/mount/mount.ceph.c
@@ -12,7 +12,7 @@
#define BUF_SIZE 128
int verboseflag = 0;
-const static char * const EMPTY_STRING = "";
+static const char * const EMPTY_STRING = "";
#include "mtab.c"