make buildworld fails in /usr/src/libexec/telnetd.
This is the latest cvs stable source. Would anybody know why is
pathnames.h missing?
The following is what happens when you try make on that directory (I did
not save the out put of make world).
cc -O -pipe -DLINEMODE -DUSE_TERMIO -DDIAGNOSTICS -DOLD_ENVIRON -DENV_HACK
-I/usr/src/libexec/telnetd/../../lib -DINET6 -c
/usr/src/libexec/telnetd/sys_term.c
/usr/src/libexec/telnetd/sys_term.c:43: pathnames.h: No such file or
directory
/usr/src/libexec/telnetd/sys_term.c: In function `getptyslave':
/usr/src/libexec/telnetd/sys_term.c:1088: `_PATH_TTY' undeclared (first
use in this function)
/usr/src/libexec/telnetd/sys_term.c:1088: (Each undeclared identifier is
reported only once
/usr/src/libexec/telnetd/sys_term.c:1088: for each function it appears
in.)
/usr/src/libexec/telnetd/sys_term.c: In function `start_login':
/usr/src/libexec/telnetd/sys_term.c:1735: `_PATH_LOGIN' undeclared (first
use in this function)
*** Error code 1
Stop in /usr/src/libexec/telnetd.
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message