Rename mf_fgets() and cu_fgets() to mf_getline() and cu_getline().
authormillert <millert@openbsd.org>
Tue, 18 Jun 2024 00:32:22 +0000 (00:32 +0000)
committermillert <millert@openbsd.org>
Tue, 18 Jun 2024 00:32:22 +0000 (00:32 +0000)
commitf73b4cc0fa351ec3448812de9e127c537a082c10
treeeb224be3104be75448bae3d80690258f2e054b8b
parent68dbd0336060e08b09397bfd60f3d8a4e86b9f09
Rename mf_fgets() and cu_fgets() to mf_getline() and cu_getline().
These functions now use getline(), not fgets().  From espie@
usr.bin/sed/compile.c
usr.bin/sed/extern.h
usr.bin/sed/main.c
usr.bin/sed/process.c