@@ -134,9 +134,9 @@ int slattach_main(int argc UNUSED_PARAM, char **argv)
|
||||
int i, encap, opt;
|
||||
struct termios state;
|
||||
const char *proto = "cslip";
|
||||
const char *extcmd; /* Command to execute after hangup */
|
||||
const char *extcmd; /* Command to execute after hangup */
|
||||
const char *baud_str;
|
||||
int baud_code = -1; /* Line baud rate (system code) */
|
||||
int baud_code = -1; /* Line baud rate (system code) */
|
||||
|
||||
enum {
|
||||
OPT_p_proto = 1 << 0,
|
||||
|
||||
Reference in New Issue
Block a user