* path.cc (get_device_number): Allow /dev/ttySn to designate a com port.

This commit is contained in:
Christopher Faylor
2000-11-13 04:06:41 +00:00
parent 49421cd9c5
commit 70a11195b9
6 changed files with 13 additions and 6 deletions

View File

@ -902,8 +902,6 @@ public:
int wait (fd_set *readfds, fd_set *writefds, fd_set *exceptfds, DWORD ms);
};
uid_t __stdcall get_file_owner (int, const char *);
gid_t __stdcall get_file_group (int, const char *);
int __stdcall set_console_state_for_spawn ();
#endif /* _FHANDLER_H_ */