summaryrefslogtreecommitdiff
path: root/gdb/top.h
diff options
context:
space:
mode:
authorFred Fish <fnf@specifix.com>1994-06-23 00:08:09 +0000
committerFred Fish <fnf@specifix.com>1994-06-23 00:08:09 +0000
commitb7ec5b8da56966c85857d052f713fde753f1d1dc (patch)
tree990a461dfb1a181fb9896fc7fc3d428c3226fc33 /gdb/top.h
parent3bf36e67e2528f0cb0ba9f9911ab362e20e1e23f (diff)
downloadbinutils-gdb-b7ec5b8da56966c85857d052f713fde753f1d1dc.tar.gz
* 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.
Diffstat (limited to 'gdb/top.h')
-rw-r--r--gdb/top.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/top.h b/gdb/top.h
index 5a508206cee..6ae28a25da4 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[];