diff options
author | Tim Kientzle <kientzle@FreeBSD.org> | 2004-07-24 22:13:44 +0000 |
---|---|---|
committer | Tim Kientzle <kientzle@FreeBSD.org> | 2004-07-24 22:13:44 +0000 |
commit | 62010d3541421b681099712c818ed15fe7a4e004 (patch) | |
tree | ba108286e4e711cdf3753c7ced91e04bee859848 /usr.bin/tar/bsdtar_platform.h | |
parent | e6787adf790f8655b58b9bcec4a1f803fecef93a (diff) |
A bunch of stuff from Christoph Mellon:
* Whitespace fixes
* Check some malloc calls
* Simplify long_help formatting
* Spell "LINUX" -> "linux"
* A few other miscellaneous style improvements
Notes
Notes:
svn path=/head/; revision=132616
Diffstat (limited to 'usr.bin/tar/bsdtar_platform.h')
-rw-r--r-- | usr.bin/tar/bsdtar_platform.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/tar/bsdtar_platform.h b/usr.bin/tar/bsdtar_platform.h index 752423b2a3b8..a91cd9cc9086 100644 --- a/usr.bin/tar/bsdtar_platform.h +++ b/usr.bin/tar/bsdtar_platform.h @@ -73,7 +73,7 @@ #endif /* Linux */ -#ifdef LINUX +#ifdef linux #define _FILE_OFFSET_BITS 64 /* For a 64-bit off_t */ #include <stdint.h> /* for uintmax_t */ #define BSDTAR_FILESIZE_TYPE uintmax_t |