import gdb-1999-08-02 snapshot

This commit is contained in:
Jason Molenda 1999-08-02 23:48:02 +00:00
parent c95b01a9b0
commit c862e87b3e
57 changed files with 3687 additions and 1596 deletions

View file

@ -42,6 +42,7 @@ set_deftext ()
}
}
static void
usage()
{
fprintf (stderr, "%s: usage: %s [-p prompt] [-u unit] [-d default]\n",
@ -54,7 +55,7 @@ main (argc, argv)
{
char *temp, *prompt;
struct stat sb;
int done, opt, fd;
int opt, fd;
FILE *ifp;
progname = strrchr(argv[0], '/');