From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2201) id AB7BE3858CD1; Fri, 14 Jul 2023 15:28:03 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org AB7BE3858CD1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1689348483; bh=nGkTWe2W+uY7L72EgheJ34sAmvm0+qU7Am09VDIe9sY=; h=From:To:Subject:Date:From; b=F+T2Ky2MpFOr6O3abNm3j0TZb9TpV8pjJ1D0WmIqwQd5kmSoaWtYMcJuB7w+IRFUS YL+ib4PSaXXJn1nI+1teRGbUK2PtPIYZZXOLQG179IXseXAJ7hGLW95bUD7UqDKxwO HDZW6d0Yg6jdZhgFylUkQBIzMyCnkgLQLd9Lu/Lk= 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: 328258eba44993f05e6238c4c9b2124e2496fb4d X-Git-Newrev: 04326f999b476d07b9c14f2a0ef2e4e9ac5b7e4c Message-Id: <20230714152803.AB7BE3858CD1@sourceware.org> Date: Fri, 14 Jul 2023 15:28:03 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dnewlib-cygwin.git;h=3D04326f999b4= 76d07b9c14f2a0ef2e4e9ac5b7e4c commit 04326f999b476d07b9c14f2a0ef2e4e9ac5b7e4c Author: Jon Turney Date: Sat Jul 8 15:28:47 2023 +0100 Cygwin: testsuite: Remove const from writable string in fcntl07b =20 Signed-off-by: Jon Turney 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"