1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-06-19 03:30:32 -04:00
Commit graph

1 commit

Author SHA1 Message Date
Cy Schubert
f81d9b210f Use fgets() instead of gets().
The approach I used was to create a "poor man's" gets macro as an example.
Though not the same as gets() it approximates gets() well enough. We might
want to consider this approach in base.

This is for ttps://reviews.freebsd.org/D12298.

PR:		222796
Requested by:	emaste
2017-10-09 16:58:44 +00:00