Varie correzioni, completata revisione capitolo sull'I/O su file
[gapil.git] / listati / servent.h
1 struct servent {
2         char    *s_name;        /* official service name */
3         char    **s_aliases;    /* alias list */
4         int     s_port;         /* port number */
5         char    *s_proto;       /* protocol to use */
6 }