Date: Tue, 31 May 2005 14:50:49 +0000 (UTC) From: Craig Rodrigues <rodrigc@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/devfs devfs_vnops.c Message-ID: <200505311450.j4VEonQS039426@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rodrigc 2005-05-31 14:50:49 UTC FreeBSD src repository Modified files: sys/fs/devfs devfs_vnops.c Log: 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) Revision Changes Path 1.114 +57 -59 src/sys/fs/devfs/devfs_vnops.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200505311450.j4VEonQS039426>