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