This is the mail archive of the cygwin-developers@cygwin.com 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]

Re: Want to release 1.3.16


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


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