298cd8eaa2
Autogenerated from rename-patch.py (http://patchwork.ozlabs.org/patch/403345) Signed-off-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
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 */
|
|
|