This is the mail archive of the
cygwin@cygwin.com
mailing list for the Cygwin project.
some missing defines in .h files
- From: Eugene Kotlyarov <ek at oris dot ru>
- To: cygwin at cygwin dot com
- Date: Tue, 23 Sep 2003 21:37:20 +0600
- Subject: some missing defines in .h files
- Organization: home
- Reply-to: Eugene Kotlyarov <ek at oris dot ru>
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/