summaryrefslogtreecommitdiffstats
path: root/usr.bin/gcore/gcore.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/gcore/gcore.c')
-rw-r--r--usr.bin/gcore/gcore.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/gcore/gcore.c b/usr.bin/gcore/gcore.c
index 4db514d..7005e83 100644
--- a/usr.bin/gcore/gcore.c
+++ b/usr.bin/gcore/gcore.c
@@ -83,7 +83,7 @@ SET_DECLARE(dumpset, struct dumpers);
int
main(int argc, char *argv[])
{
- int ch, cnt, efd, fd, sflag;
+ int ch, efd, fd, sflag;
char *binfile, *corefile;
char fname[MAXPATHLEN];
struct dumpers **d, *dumper;
OpenPOWER on IntegriCloud