From 7c518815315e6e7d8943314e42982a829bb3fb09 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Sat, 19 Oct 2002 11:41:31 +0000 Subject: * mount.cc (usage): Correctly report default mode. --- winsup/utils/strace.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'winsup/utils/strace.cc') diff --git a/winsup/utils/strace.cc b/winsup/utils/strace.cc index 79187cdbc..26ffa4737 100644 --- a/winsup/utils/strace.cc +++ b/winsup/utils/strace.cc @@ -944,10 +944,10 @@ character #%d.\n", optarg, (int) (endptr - optarg), endptr); #endif break; case 'p': - pid = strtol (optarg, NULL, 10); + pid = strtoul (optarg, NULL, 10); break; case 'S': - flush_period = strtol (optarg, NULL, 10); + flush_period = strtoul (optarg, NULL, 10); break; case 't': hhmmss ^= 1; -- cgit v1.2.3