screen-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[screen-devel] [bug #45359] Make fails in utmp.c under cygwin


From: Andrew Schulman
Subject: [screen-devel] [bug #45359] Make fails in utmp.c under cygwin
Date: Wed, 02 Sep 2015 20:31:29 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.157 Safari/537.36

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

[Prev in Thread] Current Thread [Next in Thread]