diff options
author | Read H <hughes.read@gmail.com> | 2020-04-10 16:47:07 -0400 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-04-16 15:55:45 +0200 |
commit | 844e5faf84f0523714e82d8e2ac568a7a589e7fc (patch) | |
tree | 8c3115be9aca9a885e49ce740c76b307a8ba2963 /Ports/lua | |
parent | ce572c9cb587d8d4bfd61e5513509bf0b69eb639 (diff) | |
download | serenity-844e5faf84f0523714e82d8e2ac568a7a589e7fc.zip |
LibC: Service entry API
This commit implements the getservent family of functions:
getservent()
setservent()
endservent()
getservbyname()
getservbyport()
for accessing the /etc/services file.
This commit has addressed the issues identified by utilizing more C++ structures,
addressing unchecked error possibilities, strncpy bounds checking, and other issues
found in the initial pull request
Diffstat (limited to 'Ports/lua')
0 files changed, 0 insertions, 0 deletions