summaryrefslogtreecommitdiffstats
path: root/usr.bin/gcore
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/gcore')
-rw-r--r--usr.bin/gcore/aoutcore.c2
-rw-r--r--usr.bin/gcore/gcore.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/gcore/aoutcore.c b/usr.bin/gcore/aoutcore.c
index 4ec4ed6..7ecbe1c 100644
--- a/usr.bin/gcore/aoutcore.c
+++ b/usr.bin/gcore/aoutcore.c
@@ -98,7 +98,7 @@ main(argc, argv)
sflag = 0;
corefile = NULL;
- while ((ch = getopt(argc, argv, "c:s")) != EOF) {
+ while ((ch = getopt(argc, argv, "c:s")) != -1) {
switch (ch) {
case 'c':
corefile = optarg;
diff --git a/usr.bin/gcore/gcore.c b/usr.bin/gcore/gcore.c
index 4ec4ed6..7ecbe1c 100644
--- a/usr.bin/gcore/gcore.c
+++ b/usr.bin/gcore/gcore.c
@@ -98,7 +98,7 @@ main(argc, argv)
sflag = 0;
corefile = NULL;
- while ((ch = getopt(argc, argv, "c:s")) != EOF) {
+ while ((ch = getopt(argc, argv, "c:s")) != -1) {
switch (ch) {
case 'c':
corefile = optarg;
OpenPOWER on IntegriCloud