Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-Id: Date: Wed, 18 Aug 2004 15:36:34 -1000 From: "Peter Hinely" To: Subject: __const use instead of const in one place Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Disposition: inline Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id i7J1atCQ018273 Hi, I noticed that __const is used in one and only one place in the header files. Line 76 of \user\include\sys\unistd.h char _EXFUN(*getpass, (__const char *__prompt)); That's the only place in all the header files. Shouldn't it be changed to const? Regards, Peter -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/