Accept 64-bit addresses on the command line
authorproski <proski@0192ed92-7a03-0410-a25b-9323aeb14dbd>
Thu, 3 Apr 2008 03:39:24 +0000 (03:39 +0000)
committerproski <proski@0192ed92-7a03-0410-a25b-9323aeb14dbd>
Thu, 3 Apr 2008 03:39:24 +0000 (03:39 +0000)
commit7006778174ecaa964c89b527704e3f59ce7d1000
tree752236f6b0232f99263c0c1e15efc9b011cede77
parentc17eb8e38682a765199e34096cfb4191838afce7
Accept 64-bit addresses on the command line

Define _FILE_OFFSET_BITS to 64, so that even 32-bit systems would accept
64-bit addresses and pass then to mmap() correctly.  It could be useful
on systems with a 64-bit kernel and 32-bit userspace.

git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@3421 0192ed92-7a03-0410-a25b-9323aeb14dbd
tools/ath_info.c