* Makefile.in (DLL_OFILES): Sort.
* fhandler_tty.cc (fhandler_tty_slave::send_ioctl_request): Eliminate. (fhandler_tty_slave::ioctl): Rewrite to avoid races.
This commit is contained in:
@ -645,8 +645,6 @@ public:
|
||||
|
||||
class fhandler_tty_slave: public fhandler_tty_common
|
||||
{
|
||||
void send_ioctl_request ();
|
||||
|
||||
public:
|
||||
/* Constructor */
|
||||
fhandler_tty_slave (const char *name);
|
||||
|
Reference in New Issue
Block a user