From b7ec5b8da56966c85857d052f713fde753f1d1dc Mon Sep 17 00:00:00 2001 From: Fred Fish Date: Thu, 23 Jun 1994 00:08:09 +0000 Subject: * energize-patches, main.c (main), top.c (gdb_init, pwd_command), top.h: Change all occurances of dirbuf to gdb_dirbuf. Collides with global variable of same name in libnsl.so on UnixWare. --- gdb/top.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/top.h') diff --git a/gdb/top.h b/gdb/top.h index 5a50820..6ae28a2 100644 --- a/gdb/top.h +++ b/gdb/top.h @@ -22,7 +22,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ extern char *line; extern int linesize; extern FILE *instream; -extern char dirbuf[1024]; +extern char gdb_dirbuf[1024]; extern int inhibit_gdbinit; extern int epoch_interface; extern char gdbinit[]; -- cgit v1.1