9b809e1a6a
As discussed during the dev day. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 lines
319 B
Diff
12 lines
319 B
Diff
--- a/src/input.c 2003-07-01 13:06:43.000000000 -0400
|
|
+++ a/src/input.c 2008-02-13 12:24:43.000000000 -0500
|
|
@@ -92,7 +92,7 @@ void getline_standard(char *p)
|
|
fgets(inputstr, MAXSTR, stdin);
|
|
}
|
|
|
|
-static pthread_t input_thread;
|
|
+pthread_t input_thread;
|
|
|
|
/* Mutex and condition variable for thread communication */
|
|
|