diff options
author | Kevin Buettner <kevinb@redhat.com> | 2000-07-30 01:48:28 +0000 |
---|---|---|
committer | Kevin Buettner <kevinb@redhat.com> | 2000-07-30 01:48:28 +0000 |
commit | feb494d76a34e3ccf614ceccd68d6ce7b2f1cbd8 (patch) | |
tree | cfa1634e210020e9a0afea2b92c02c6afb77049f /gdb/stop-gdb.c | |
parent | 6d631e9666c66111eadeebf8a41348817e73a590 (diff) | |
download | gdb-feb494d76a34e3ccf614ceccd68d6ce7b2f1cbd8.tar.gz |
Protoization.gdb-post-protoization-2000-07-29
Diffstat (limited to 'gdb/stop-gdb.c')
-rw-r--r-- | gdb/stop-gdb.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gdb/stop-gdb.c b/gdb/stop-gdb.c index f4470a807fb..099137f9a8a 100644 --- a/gdb/stop-gdb.c +++ b/gdb/stop-gdb.c @@ -41,9 +41,7 @@ #include <servers/netname_defs.h> void -main (argc, argv) - int argc; - char **argv; +main (int argc, char **argv) { kern_return_t kr; mach_msg_header_t msg; |