[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Patch to make GNU indent work on 64-bit file systems
From: |
Eric Fischer |
Subject: |
Patch to make GNU indent work on 64-bit file systems |
Date: |
Mon, 25 Mar 2013 13:43:19 -0700 |
Indent doesn't work on file systems with 64-bit inode numbers because calls
to fstat() will overflow and fail.
Here is a minimal patch to make it use fstat64() instead, also at
https://github.com/ericfischer/indent/commit/b9e8ee5c9b0e6b36737fab5cc821dfc7f2f57237
Eric
indent.diff
Description: Binary data
- Patch to make GNU indent work on 64-bit file systems,
Eric Fischer <=