xref: /minix3/sys/ufs/lfs/README.wc (revision 84d9c625bfea59e274550651111ae9edfdc40fbd)
1Line counts.
2
3(Part of the premise of splitting lfs from ufs is that in the long run
4the size of a standalone lfs will be substantially smaller than the
5size of lfs plus the size of ufs. This file is for keeping track of
6this proposition.)
7
8As of 20130604 (before the split):
9		.h	.c	total
10lfs		1467	13858	15325
11ufs		2056	12919	14975
12
13As of 20130605 (copied all ufs files verbatim):
14
15lfs-native	1467	13858	15325
16lfs-ulfs	2070	12938	15008
17lfs-total	3537	26796	30333
18
19A few extra lines appeared copying ufs because I preserved a copy of
20the old rcsids.
21
22As of 20130606 (committed the initial split and made things buildable):
23
24lfs-native	1482	13858	15340
25lfs-ulfs	1994	13028	15022
26lfs-total	3476	26886	30362
27