Displaying 1 result from an estimated 1 matches for "dtfilsys".
2000 Jun 15
1
SCO OpenServer 5.0.5, issues with MAXPATHLEN and tty devices
...e environment is SCO OS 5.0.5 with
the SCO development environment (not gcc, gmake, etc.)
There are two issues, the first is a compilation problem,
and the second is a run-time problem.
The first problem is simply that MAXPATHLEN is not defined. I
found it to be defined in /usr/include/sys/fs/dtfilsys.h but I
am not sure if including this file is the correct thing to do
or not. I got around this by simply defining it as 1024 in
defines.h.
The second problem is related the tty devices chosen by the
sshd when initiating a new connection:
If HAVE_DEV_PTMX is defined, code in pty.c (functio...