DragonFly BSD
DragonFly commits List (threaded) for 2011-12
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: <sys/ktr.h>: Move static to the first place in declarations.


From: Sascha Wildner <swildner@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Fri, 9 Dec 2011 16:57:34 -0800 (PST)

commit 3a052084d56e6e13f211c7d8591f28e1d8b6d2e1
Author: Sascha Wildner <saw@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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]