diff options
Diffstat (limited to 'usr/src/uts/common/io/bge/bge_lint.c')
-rw-r--r-- | usr/src/uts/common/io/bge/bge_lint.c | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/usr/src/uts/common/io/bge/bge_lint.c b/usr/src/uts/common/io/bge/bge_lint.c new file mode 100644 index 0000000000..2f51987068 --- /dev/null +++ b/usr/src/uts/common/io/bge/bge_lint.c @@ -0,0 +1,18 @@ +/* + * This file and its contents are supplied under the terms of the + * Common Development and Distribution License ("CDDL"), version 1.0. + * You may only use this file in accordance with the terms of version + * 1.0 of the CDDL. + * + * A full copy of the text of the CDDL should have accompanied this + * source. A copy of the CDDL is also available via the Internet at + * http://www.illumos.org/license/CDDL. + */ + +/* + * This is a dummy lint file to pacify lint for bge, which due to its upstream, + * makes it, unfortunately, not realistic to lint. We have a dummy definition to + * ensure that we don't trigger lint's empty translation unit. + */ + +extern int bge_lint; |