commit | 9e32789f63fc5ad91c8b10f68ec23a86856d5af5 | [log] [tgz] |
---|---|---|
author | Tobias Klauser <tklauser@distanz.ch> | Thu May 20 10:40:19 2010 +0200 |
committer | Sage Weil <sage@newdream.net> | Fri May 21 15:01:21 2010 -0700 |
tree | d70a343f5c2e0689d4e44ba93a586fe3d21bbdc6 | |
parent | 34d23762d988b7dcb08390ac72a353df3d60193c [diff] |
ceph: Storage class should be before const qualifier The C99 specification states in section 6.11.5: The placement of a storage-class specifier other than at the beginning of the declaration specifiers in a declaration is an obsolescent feature. Signed-off-by: Tobias Klauser <tklauser@distanz.ch> Signed-off-by: Sage Weil <sage@newdream.net>