| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
| Date: | Tue, 23 Sep 2003 21:37:20 +0600 |
| From: | Eugene Kotlyarov <ek AT oris DOT ru> |
| Reply-To: | Eugene Kotlyarov <ek AT oris DOT ru> |
| Organization: | home |
| X-Priority: | 3 (Normal) |
| Message-ID: | <1434151625.20030923213720@oris.ru> |
| To: | cygwin AT cygwin DOT com |
| Subject: | some missing defines in .h files |
| MIME-Version: | 1.0 |
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/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |