Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Date: Thu, 8 Feb 2001 16:10:43 +0100 From: Corinna Vinschen To: cygwin Subject: Re: ??typedef unsigned long long dev_t Message-ID: <20010208161043.D910@cygbert.vinschen.de> Mail-Followup-To: cygwin References: <001d01c091dc$e8351740$c85a9b86 AT vwl DOT unimannheim DOT de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <001d01c091dc$e8351740$c85a9b86@vwl.unimannheim.de>; from daniel.probst@vwl.uni-mannheim.de on Thu, Feb 08, 2001 at 03:39:09PM +0100 On Thu, Feb 08, 2001 at 03:39:09PM +0100, Daniel Probst wrote: > In current cygwin file /usr/include/sys/types.h, line 124 shows: > > typedef unsigned long long dev_t; > > Is that one long too many? Nope. Read the header again: #if defined(__rtems__) /* device numbers are 32-bit major and and 32-bit minor */ typedef unsigned long long dev_t; #else typedef short dev_t; #endif Cygwin != RTEMS, Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Developer mailto:cygwin AT cygwin DOT com Red Hat, Inc. -- Want to unsubscribe from this list? Check out: http://cygwin.com/ml/#unsubscribe-simple