]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Do not declare a struct as extern, and then implement
authorCraig Rodrigues <rodrigc@FreeBSD.org>
Tue, 31 May 2005 14:50:49 +0000 (14:50 +0000)
committerCraig Rodrigues <rodrigc@FreeBSD.org>
Tue, 31 May 2005 14:50:49 +0000 (14:50 +0000)
commitfd225fe4a3b77af06ba78707762056b1459ed7e6
treec14abaf06e9b139de217e8e043f9db9c042fa792
parentd9ea463fbfddfbd6506de80bbe3446b8301f1e1b
Do not declare a struct as extern, and then implement
it as static in the same file.  This is not legal C,
and GCC 4.0 will issue an error.

Reviewed by: phk
Approved by: das (mentor)
sys/fs/devfs/devfs_vnops.c