public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* ??typedef unsigned long long dev_t
@ 2001-02-08  6:30 Daniel Probst
  2001-02-08  7:11 ` Corinna Vinschen
  0 siblings, 1 reply; 2+ messages in thread
From: Daniel Probst @ 2001-02-08  6:30 UTC (permalink / raw)
  To: cygwin

In current cygwin file /usr/include/sys/types.h, line 124 shows:

typedef unsigned long long dev_t;

Is that one long too many?
-dan

----------
daniel.probst@vwl.uni-mannheim.de
Dr. Daniel Probst
Economic Theory
Mannheim University
Germany


--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: ??typedef unsigned long long dev_t
  2001-02-08  6:30 ??typedef unsigned long long dev_t Daniel Probst
@ 2001-02-08  7:11 ` Corinna Vinschen
  0 siblings, 0 replies; 2+ messages in thread
From: Corinna Vinschen @ 2001-02-08  7:11 UTC (permalink / raw)
  To: cygwin

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@cygwin.com
Red Hat, Inc.

--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-02-08  7:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-02-08  6:30 ??typedef unsigned long long dev_t Daniel Probst
2001-02-08  7:11 ` Corinna Vinschen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).