summaryrefslogtreecommitdiff
path: root/src/include/lint.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/lint.h')
-rw-r--r--src/include/lint.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/lint.h b/src/include/lint.h
index 2d0f47988b7..97b91c4c061 100644
--- a/src/include/lint.h
+++ b/src/include/lint.h
@@ -1,5 +1,5 @@
/*-
- * Copyright (c) 2014-2016 MongoDB, Inc.
+ * Copyright (c) 2014-2017 MongoDB, Inc.
* Copyright (c) 2008-2014 WiredTiger, Inc.
* All rights reserved.
*
@@ -9,6 +9,7 @@
#define WT_PTRDIFFT_FMT "td" /* ptrdiff_t format string */
#define WT_SIZET_FMT "zu" /* size_t format string */
+/* Lint-specific attributes. */
#define WT_PACKED_STRUCT_BEGIN(name) \
struct name {
#define WT_PACKED_STRUCT_END \