diff options
author | bde <bde@FreeBSD.org> | 2004-04-07 11:21:18 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 2004-04-07 11:21:18 +0000 |
commit | 5e501817aee5d7b95e030381b574e5a1ec4d0ba6 (patch) | |
tree | 7979b73b28ca28aff154b4999469078c18b07c9d /sys/ufs | |
parent | 04a9ef8e3fbaa5f28645a078a28882fab78528ff (diff) | |
download | FreeBSD-src-5e501817aee5d7b95e030381b574e5a1ec4d0ba6.zip FreeBSD-src-5e501817aee5d7b95e030381b574e5a1ec4d0ba6.tar.gz |
Record where half the bits in this file came from (from ufs_readwrite.c).
Damage to history from moving bits was especially large since a repo copy
is not feasible for partial files.
Diffstat (limited to 'sys/ufs')
-rw-r--r-- | sys/ufs/ffs/ffs_vnops.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/ufs/ffs/ffs_vnops.c b/sys/ufs/ffs/ffs_vnops.c index 117ca90..6a19439 100644 --- a/sys/ufs/ffs/ffs_vnops.c +++ b/sys/ufs/ffs/ffs_vnops.c @@ -35,6 +35,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * + * from: @(#)ufs_readwrite.c 8.11 (Berkeley) 5/8/95 + * from: $FreeBSD: .../ufs/ufs_readwrite.c,v 1.96 2002/08/12 09:22:11 phk ... * @(#)ffs_vnops.c 8.15 (Berkeley) 5/14/95 */ |