Follow-up Comment #4, bug #45359 (project screen):

Please reopen this bug.  As the OP pointed out, it exists in screen 4.3.1, not
4.03.0.  I confirm that in the latest Cygwin (2.2.1), build of 4.3.1 fails in
utmp.c with

  utmp.c:634:4: error: ‘struct utmp’ has no member named ‘ut_tv’ 

and indeed, struct utmp has no such element in Cygwin.  From sys/utmp.h:

  struct utmp
  {
   short  ut_type;
   pid_t  ut_pid;
   char   ut_line[UT_LINESIZE];
   char  ut_id[UT_IDLEN];
   time_t ut_time;
   char   ut_user[UT_NAMESIZE];
   char   ut_host[UT_HOSTSIZE];
   long   ut_addr;
  };

What's the right solution?

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?45359>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/


Reply via email to