<sys/ktr.h>: Move static to the first place in declarations.
authorSascha Wildner <saw@online.de>
Sat, 10 Dec 2011 00:56:11 +0000 (01:56 +0100)
committerSascha Wildner <saw@online.de>
Sat, 10 Dec 2011 00:56:11 +0000 (01:56 +0100)
commit3a052084d56e6e13f211c7d8591f28e1d8b6d2e1
tree79a5bdac6f3dce82301df5fd1c592614f8edcd05
parent644abde74b51f6580d82abad966aee9fc95795a9
<sys/ktr.h>: Move static to the first place in declarations.

The C standard discourages placing storage-class specifiers (typedef,
extern, static, auto, register) other than first in a declaration since
C90.
sys/sys/ktr.h