typedef struct protoent {
char FAR* p_name;
char FAR  FAR** p_aliases;
short p_proto;
} protoent;
----