[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug-cpio] (no subject)
From: |
Stephen R. van den Berg |
Subject: |
[Bug-cpio] (no subject) |
Date: |
Wed, 7 Oct 2009 14:50:46 +0200 |
User-agent: |
Mutt/1.5.13 (2006-08-11) |
Tim Kientzle wrote:
>FYI, this won't work on Windows (in case you care ;-):
>Microsoft's ino_t is only 16 bits, even though NTFS
>uses a 64-bit index value. int64_t may be a better choice.
Is int64_t a POSIX defined type?
In any case, cpio gets the value from the stat struct. So ultimately the
question then becomes: what type does the member in the stat struct have?
Shouldn't this be ino_t by definition? And isn't it then equally useless
(on Windows) to take that value and store it in cpio?
--
Sincerely,
Stephen R. van den Berg.
"A man, a plan, a canal -- Panama!" -- The Palindromist
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Bug-cpio] (no subject),
Stephen R. van den Berg <=