This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

inetutils source fix


Module name:  inetutils v.3.2-25
Changes by:	cygwin@sympatico.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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]