summaryrefslogtreecommitdiff
path: root/db/storage.h
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2009-02-01 22:21:32 -0500
committerEliot Horowitz <eliot@10gen.com>2009-02-01 22:21:32 -0500
commit9bcacf16c03bde350933962e0739dcd81a714802 (patch)
treec311a1c27bd0913ed93ad9ee3d00f2ce667c0e94 /db/storage.h
parentf248e745f0fbd29d5925485aeee7a36d72923554 (diff)
downloadmongo-9bcacf16c03bde350933962e0739dcd81a714802.tar.gz
pragma pack changes for solaris
slight change this will break other platforms, will test
Diffstat (limited to 'db/storage.h')
-rw-r--r--db/storage.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/db/storage.h b/db/storage.h
index cdfb5b9edcb..e28b01dfcd6 100644
--- a/db/storage.h
+++ b/db/storage.h
@@ -24,7 +24,7 @@
namespace mongo {
-#pragma pack(push,1)
+#pragma pack(1)
class Record;
class DeletedRecord;
@@ -145,6 +145,6 @@ namespace mongo {
MongoDataFile& pdf() const;
};
-#pragma pack(pop)
+#pragma pack()
} // namespace mongo