some missing defines in .h files

Eugene Kotlyarov ek@oris.ru
Tue Sep 23 16:33:00 GMT 2003


Hello

  Recently I've ported some NetBSD soft to Cygwin and encountered some
  incompatibilites in header files that are not caught by configure.
  I wonder whether this should be fixed in Cygwin?

#define TM_YEAR_BASE    1900
Is not defined in tzfile.h

#define _PATH_TMP "/tmp/"
             or   P_tmpdir
Is not defined in paths.h

In grp.h (which is taken from NetBsd)
char            *group_from_gid (gid_t, int);
But in current NetBsd it is
const char  *group_from_gid (gid_t, int);
same for gid_from_group


//Eugene   ICQ 191276239
  


--
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/



More information about the Cygwin mailing list