Date: Thu, 16 Jun 2011 23:40:10 +0000 (UTC) From: Kirk McKusick <mckusick@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/ufs/ffs ffs_extern.h src/usr.sbin/makefs/ffs ffs_bswap.c ffs_subr.c Message-ID: <201106162341.p5GNf1KM091475@repoman.freebsd.org>
index | next in thread | raw e-mail
mckusick 2011-06-16 23:40:10 UTC
FreeBSD src repository
Modified files:
sys/ufs/ffs ffs_extern.h
usr.sbin/makefs/ffs ffs_bswap.c ffs_subr.c
Log:
SVN rev 223169 on 2011-06-16 23:40:10Z by mckusick
Drop the include of <ufs/ffs/ffs_extern.h> from usr.sbin/makefs/ffs/ffs_bswap.c
and usr.sbin/makefs/ffs/ffs_subr.c as they have no need of anything in that
file. No other programs or libraries include <ufs/ffs/ffs_extern.h> (nor
should they as it is totally in-kernel interfaces). For added protection
I enclosed the entire contents of <ufs/ffs/ffs_extern.h> in ifdef _KERNEL.
Feedback from: Bruce Evans and Tai-hwa Liang
Revision Changes Path
1.88 +5 -2 src/sys/ufs/ffs/ffs_extern.h
1.6 +0 -8 src/usr.sbin/makefs/ffs/ffs_bswap.c
1.4 +1 -8 src/usr.sbin/makefs/ffs/ffs_subr.c
home |
help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201106162341.p5GNf1KM091475>
