summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/mmap_v1/dur_recovery_unit.cpp
diff options
context:
space:
mode:
authorAndy Schwerin <schwerin@mongodb.com>2014-06-04 18:08:30 -0400
committerAndy Schwerin <schwerin@mongodb.com>2014-06-04 18:08:30 -0400
commitb0e11bb814f6554dfc791ba5a05e007f4d1efec9 (patch)
tree457597133cd2c86f42321ae67959a2803431ab00 /src/mongo/db/storage/mmap_v1/dur_recovery_unit.cpp
parente727510b1a2f004446cdbe7b1b56ce2a935fdb63 (diff)
downloadmongo-b0e11bb814f6554dfc791ba5a05e007f4d1efec9.tar.gz
SERVER-13957 Fix solaris build error related to uname().
On Solaris, in addition to a type "struct utsname", there is a global variable "utsname". This makes the C++ declaration "utsname myUtsName" illegal, so we must instead write "struct utsname myUtsName".
Diffstat (limited to 'src/mongo/db/storage/mmap_v1/dur_recovery_unit.cpp')
0 files changed, 0 insertions, 0 deletions