git: <sys/ktr.h>: Move static to the first place in declarations.
Sascha Wildner
swildner at crater.dragonflybsd.org
Fri Dec 9 16:58:13 PST 2011
commit 3a052084d56e6e13f211c7d8591f28e1d8b6d2e1
Author: Sascha Wildner <saw at online.de>
Date: Sat Dec 10 01:56:11 2011 +0100
<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.
Summary of changes:
sys/sys/ktr.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/3a052084d56e6e13f211c7d8591f28e1d8b6d2e1
--
DragonFly BSD source repository
More information about the Commits
mailing list