X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-0.7 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org MIME-Version: 1.0 Date: Thu, 6 Aug 2009 12:40:16 +0200 Message-ID: <1ef5a52f0908060340j4ec36896nab8360787e312503@mail.gmail.com> Subject: sysmacros.h From: Csaba Raduly To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 Why does /usr/include/cygwin/types.h include /usr/include/sys/sysmacros.h ? As far as I {and find /usr/include/ /usr/local/include/ -name *.h | xargs egrep -n '\b(major|minor) *\(' } can see, the "major" and "minor" macros are not used by any system header. These macros don't follow the usual C/C++ coding convention of all-uppercase macro names and just caused some ... interesting errors in the project I'm working on. If any program needs sys/sysmacros.h, it should #include the header explicitly. Csaba -- Life is complex, with real and imaginary parts -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple