Yanked out the cstring_alloc() and cstring_lineFromFile() functions from
authorMark Whitley <markw@lineo.com>
Wed, 28 Jun 2000 22:15:26 +0000 (22:15 -0000)
committerMark Whitley <markw@lineo.com>
Wed, 28 Jun 2000 22:15:26 +0000 (22:15 -0000)
commit1ca41775bbdc07cf67be79aebc566754c9c02855
tree0ac134f0a80036aec272b04c3a057ea2ae055b20
parentd37218941c37795cc8e96ddb3312d83fb2269d5a
Yanked out the cstring_alloc() and cstring_lineFromFile() functions from
utility.c and replaced them with get_line_from_file() from the new grep.c.
Also changed declaration in internal.h and replaced instances of
cstring_lineFromFile() in dc.c and sort.c with get_line_from_file(). Tested
them and they worked fine.
coreutils/sort.c
dc.c
findutils/grep.c
grep.c
internal.h
miscutils/dc.c
sort.c
utility.c