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 | fba45db2faf619e71856ee38ec63949c0ef6903e (patch) | |
tree | 107efc21d2b12f54d84b59e75251449e3d5fd096 /gdb/stop-gdb.c | |
parent | 29e6d33b03a5e39540d17bc8235573b1dac13341 (diff) | |
download | gdb-fba45db2faf619e71856ee38ec63949c0ef6903e.zip gdb-fba45db2faf619e71856ee38ec63949c0ef6903e.tar.gz gdb-fba45db2faf619e71856ee38ec63949c0ef6903e.tar.bz2 |
Protoization.
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 f4470a8..099137f 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; |