Want to release 1.3.16
Christopher Faylor
cgf@redhat.com
Fri Nov 15 14:31:00 GMT 2002
On Fri, Nov 15, 2002 at 05:22:43PM -0500, Sergey Okhapkin wrote:
>False alarm, more investigation required. On some systems the declaration is
>void pututline(...)
>but on another ones
>struct utmp *pututline(...)
>
>What is Unix 98 declaration?
Since there is no SUSv? version, the linux version rules. That is:
struct utmp *pututline(struct utmp *ut);
apparently.
Can we adhere to that?
cgf
More information about the Cygwin-developers
mailing list