Remove -D_LARGEFILE64_SOURCE on Linux
authorSimon Wilkinson <sxw@your-file-system.com>
Sun, 6 Mar 2011 17:15:05 +0000 (17:15 +0000)
committerDerrick Brashear <shadow@dementia.org>
Thu, 10 Mar 2011 14:43:48 +0000 (06:43 -0800)
commita23b83391e90db41bf71dd81b9062e80fd22bec1
tree96e0add8512a6f5d2fde65e887c315c636309b20
parent10da36ff0d903afbceef633ae5ce46b6c12ca006
Remove -D_LARGEFILE64_SOURCE on Linux

Since 129b6954a6f491c6f3c3e417055bdc68d4726408, we've defined
GNU_SOURCE on all Linux builds. This definition automatically sets
_LARGEFILE64_SOURCE for us, so we don't need to explicitly set it
in the platform specific configuration.

Change-Id: I3d60a1eacbb045cdac283d9fe38261154740ef1b
Reviewed-on: http://gerrit.openafs.org/4172
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
src/cf/osconf.m4