Rename struct linebufline to struct line and add linecmp()

This simplifies the handling in sort(1) and comm(1) quite a bit.
This commit is contained in:
FRIGN
2016-03-07 02:04:29 +01:00
committed by sin
parent 54d3f3b3a5
commit 0fa5a3e5bb
4 changed files with 17 additions and 22 deletions

View File

@@ -57,6 +57,7 @@ LIBUTILSRC =\
libutil/fshut.c\
libutil/getlines.c\
libutil/human.c\
libutil/linecmp.c\
libutil/md5.c\
libutil/memmem.c\
libutil/mkdirp.c\