/* Test whether a basic endservent invocation works. */ #include #include "../basic.h" int main(void) { setservent(1); endservent(); return 0; }