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 Date: Thu, 19 Feb 2004 02:05:05 -0500 From: Sergiy Pavlov X-X-Sender: Administrator AT froggy To: cygwin AT cygwin DOT com cc: cygwin AT sympatico DOT ca Subject: inetutils source fix Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Module name: inetutils v.3.2-25 Changes by: cygwin AT sympatico DOT ca 2004-02-18 13:14:58 Modified files: . : libnetutils/logwtmp.c Log message: source fix in libnetutils/logwtmp.c Patch: ============================================================= --- logwtmp.c 2000-07-05 07:44:42.000000000 -0400 +++ logwtmp.c 2004-02-18 13:14:58.000000000 -0500 @@ -110,7 +110,7 @@ #else logwtmp (line, name, host) #endif - char *line, *name, *host; + const char *line, *name, *host; /* match */ { struct utmp ut; -- 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/