]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Don't add a bwrite() symbol, it breaks the build when building newfs
authorcognet <cognet@FreeBSD.org>
Thu, 12 Feb 2009 15:28:15 +0000 (15:28 +0000)
committercognet <cognet@FreeBSD.org>
Thu, 12 Feb 2009 15:28:15 +0000 (15:28 +0000)
commitb0cf082ab57deaa78de6d4efd0876d914830014b
tree7b32ee48ffa9a29f34b7b49e7a03ffd292e101d1
parent822875df79f79fc559eb87bf2366d5ee52e8960b
Don't add a bwrite() symbol, it breaks the build when building newfs
statically.
Instead, bring in a stripped down version of sbwrite(), and add the offset
to every bwrite() calls.
sbin/newfs/mkfs.c
sbin/newfs/newfs.c