import gdb-1999-08-02 snapshot
This commit is contained in:
parent
c95b01a9b0
commit
c862e87b3e
57 changed files with 3687 additions and 1596 deletions
|
@ -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], '/');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue