]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
libfetch: use more portable getline() interface
authorDaniel Kolesa <daniel@octaforge.org>
Tue, 17 Aug 2021 14:01:46 +0000 (16:01 +0200)
committerBaptiste Daroussin <bapt@FreeBSD.org>
Wed, 22 Sep 2021 09:57:35 +0000 (11:57 +0200)
commit037c2f4fe3d0198d5794ed10f6f4086355b8f20c
tree4d304f7f867e2c399c59255569ef73774e779e9b
parentcae17ea3688ad47271cc2dd1af03100f006ee647
libfetch: use more portable getline() interface

this is for better portability in order to avoid using a function
which is BSD-only or available via libbsd

(cherry picked from commit ee3ca711a898cf41330c320826ea1e0e6e451f1d)
(cherry picked from commit 635eb7ac7990a2bb29e1992b739617a9db012bf2)
lib/libfetch/http.c