From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2201) id 98C893857B9B; Sun, 9 Jul 2023 16:01:24 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 98C893857B9B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1688918484; bh=FTGw+Ngcky7zb4c7AcyvwJngGT6VnVro86wZ0MYRYZo=; h=From:To:Subject:Date:From; b=ePUyxW7JIZNezALYLRzbvHQqx6YWG9KAIkWTzrTITXo49un5wXDQgDoG9ekcLIT9k Qt/fxG26aT1pHoiElGCYK4x7gvGpDazZKC2/LvOWL7ckQDFoE/BO0ABQHN7SZNZf3h YKiUyfKS2eMl5cYJ+FpKC1uxi9KSkpgxkuCxdWsI= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Jon Turney To: cygwin-cvs@sourceware.org Subject: [newlib-cygwin] Cygwin: testsuite: Remove const from writable string in fcntl07b X-Act-Checkin: newlib-cygwin X-Git-Author: Jon Turney X-Git-Refname: refs/heads/master X-Git-Oldrev: 11873f3b1ef94db95b7d3da634471e7e05a86278 X-Git-Newrev: 4f0676a6981e84272ef22be889d9cbf66fdbef89 Message-Id: <20230709160124.98C893857B9B@sourceware.org> Date: Sun, 9 Jul 2023 16:01:24 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dnewlib-cygwin.git;h=3D4f0676a6981= e84272ef22be889d9cbf66fdbef89 commit 4f0676a6981e84272ef22be889d9cbf66fdbef89 Author: Jon Turney Date: Sat Jul 8 15:28:47 2023 +0100 Cygwin: testsuite: Remove const from writable string in fcntl07b Diff: --- winsup/testsuite/winsup.api/ltp/fcntl07B.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/winsup/testsuite/winsup.api/ltp/fcntl07B.c b/winsup/testsuite/= winsup.api/ltp/fcntl07B.c index 4e94ff267..db866fddd 100644 --- a/winsup/testsuite/winsup.api/ltp/fcntl07B.c +++ b/winsup/testsuite/winsup.api/ltp/fcntl07B.c @@ -170,7 +170,7 @@ const char *File1 =3D DEFAULT_FILE; =20 #define DEFAULT_SUBPROG "test_open" const char *openck =3D DEFAULT_SUBPROG; /* support program name to check f= or open FD */ -const char subprog_path[_POSIX_PATH_MAX];/* path to exec "openck" with */ +char subprog_path[_POSIX_PATH_MAX];/* path to exec "openck" with */ #define STRSIZE 255 #define FIFONAME "FiFo"