Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , 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 Reply-To: Eugene Kotlyarov 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 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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/