Hi! > > Following patch adds missing include unistd.h needed for gethostbyname() and > > getpid() into rpc1.c. > > > > Signed-off-by: Cyril Hrubis [email protected] > > I agree with getpid needing unistd.h, but not gethostbyname(3): > > http://linux.die.net/man/3/gethostbyname
You are right, the function I wanted to point out is gethostname(2) and typed gethostbyname() accidentally. -- Cyril Hrubis [email protected] ------------------------------------------------------------------------------ _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
