* tty.cc (tty::create_inuse): Eliminate unneeded argument.

* tty.h: Reflect above change.
* fhandler_tty.cc: Reflect argument reduction in tty::create_inuse, throughout.
Always make inuse inheritable.
This commit is contained in:
Christopher Faylor
2001-09-01 05:38:46 +00:00
parent e62ac9e869
commit 2496a3637f
4 changed files with 13 additions and 6 deletions

View File

@@ -100,7 +100,7 @@ public:
BOOL was_opened; /* True if opened at least once. */
void init ();
HANDLE create_inuse (const char *, BOOL);
HANDLE create_inuse (const char *);
BOOL common_init (fhandler_pty_master *);
BOOL alive (const char *fmt);
BOOL slave_alive ();