From 62010d3541421b681099712c818ed15fe7a4e004 Mon Sep 17 00:00:00 2001 From: Tim Kientzle Date: Sat, 24 Jul 2004 22:13:44 +0000 Subject: 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 --- usr.bin/tar/bsdtar_platform.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.bin/tar/bsdtar_platform.h') 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 /* for uintmax_t */ #define BSDTAR_FILESIZE_TYPE uintmax_t -- cgit v1.2.3