mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 11:52:55 -04:00
22 lines
567 B
Plaintext
22 lines
567 B
Plaintext
$NetBSD: patch-ab,v 1.8 2009/10/31 14:24:14 tnn Exp $
|
|
|
|
--- src/common.h.orig 2003-06-30 13:28:38.000000000 +0200
|
|
+++ src/common.h
|
|
@@ -716,7 +716,6 @@ void DBTest (void);
|
|
|
|
/* Input thread and thread function */
|
|
#include <pthread.h>
|
|
-extern pthread_t input_thread;
|
|
void *input_func(void *);
|
|
|
|
/*
|
|
@@ -745,7 +744,7 @@ void wait_for_input(void);
|
|
* Input routine, initialized to one of the specific
|
|
* input routines. The given argument is the prompt.
|
|
*/
|
|
-void (*getline) (char *);
|
|
+void (*get_line) (char *);
|
|
|
|
#define MAXSTR 128
|
|
extern char inputstr[MAXSTR];
|