aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2014-01-04 18:53:31 +0000
committerDimitry Andric <dim@FreeBSD.org>2014-01-04 18:53:31 +0000
commitee77308b50de6b9715e3de811dd76ec0868bf46c (patch)
tree620cb6dfd7c06e5ea201dc5555bc10d634e2f903 /sys/dev
parente39b92f7e16e1d81a9c8bfcf2c34cc17f1aac6c1 (diff)
Notes
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/mcd/mcd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/mcd/mcd.c b/sys/dev/mcd/mcd.c
index 86e40c474436..b6d91e1bb239 100644
--- a/sys/dev/mcd/mcd.c
+++ b/sys/dev/mcd/mcd.c
@@ -44,7 +44,7 @@
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
-static const char COPYRIGHT[] = "mcd-driver (C)1993 by H.Veit & B.Moore";
+static const char __used COPYRIGHT[] = "mcd-driver (C)1993 by H.Veit & B.Moore";
#include <sys/param.h>
#include <sys/systm.h>