Serenity: LibC: Implement getservent, getservbyname, getservbyport, setservent, endservent functions

Created on 26 Jan 2020  路  4Comments  路  Source: SerenityOS/serenity

Most helpful comment

Fixed by #1800 :)

All 4 comments

The services man pages show that more than just getservbyname should be implemented to conform to the standard of retrieving services information i.e functions like endservent are expected to close the services file after it has been opened. Implementing just getservbyname leaves more to be desired.

I would like to propose this issue be expanded to include implementing all of the functions associated with accessing the services file.

Would someone with write access mind closing/linking this to the related pull request

Fixed by #1800 :)

Was this page helpful?
0 / 5 - 0 ratings

Related issues

nvella picture nvella  路  6Comments

awesomekling picture awesomekling  路  6Comments

Arthur-Kamau picture Arthur-Kamau  路  7Comments

danboid picture danboid  路  9Comments

awesomekling picture awesomekling  路  3Comments