| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> |
| 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 <cygwin AT sympatico DOT ca> |
| X-X-Sender: | Administrator AT froggy |
| To: | cygwin AT cygwin DOT com |
| cc: | cygwin AT sympatico DOT ca |
| Subject: | inetutils source fix |
| Message-ID: | <Pine.CYG.4.58.0402190154541.32072@froggy> |
| MIME-Version: | 1.0 |
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 <utmp.h> */
{
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/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |