You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

12 lines
642 B

Index: src/main.c
--- src/main.c.orig 2014-09-19 18:20:47.000000000 +0200
+++ src/main.c 2022-05-23 23:12:31.791185000 +0200
@@ -52,7 +52,7 @@
/* variables for global bookkeeping */
int master_pty_fd; /* master pty (rlwrap uses this to communicate with client) */
-int slave_pty_sensing_fd; /* slave pty (client uses this to communicate with rlwrap,
+extern int slave_pty_sensing_fd; /* slave pty (client uses this to communicate with rlwrap,
* we keep it open after forking in order to keep track of
* client's terminal settings */
FILE *debug_fp = NULL; /* filehandle of debugging log */