Module name: inetutils v.3.2-25 Changes by: [EMAIL PROTECTED] 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/