]> xenbits.xensource.com Git - unikraft/libs/lwip.git/commit
Add getservbyname and getservbyport stubs
authorVlad-Andrei BĂDOIU (78692) <vlad_andrei.badoiu@stud.acs.upb.ro>
Tue, 25 Jun 2019 16:32:46 +0000 (16:32 +0000)
committerFelipe Huici <felipe.huici@neclab.eu>
Tue, 25 Jun 2019 18:33:04 +0000 (20:33 +0200)
commitcb9517aee2a8bb67333ad1cbd4fb688a9c20ac7a
treecca339f0531a572824a64495eed82b4acc9cc362
parent6fc25825cef90b9e1e4a73fd5df919d08f85396f
Add getservbyname and getservbyport stubs

This patch adds a new file serv.c which holds the getserv* functions. Currently,
only the getservbyname and getservbyport are available.

Signed-off-by: Vlad-Andrei Badoiu <vlad_andrei.badoiu@stud.acs.upb.ro>
Reviewed-by: Costin Lupu <costin.lupu@cs.pub.ro>
Makefile.uk
exportsyms.uk
serv.c [new file with mode: 0644]