summaryrefslogtreecommitdiffstats
path: root/sys/dev/tws/tws_services.h
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2011-10-28 17:53:34 +0000
committerdelphij <delphij@FreeBSD.org>2011-10-28 17:53:34 +0000
commit2355cf60809a67a87848a49c1f67b49966a4836f (patch)
tree7336c564db72ce585337ee0a0b0802958983cf0d /sys/dev/tws/tws_services.h
parent2ce74f6cf13cfb5e851e122ce34f00345252ae50 (diff)
downloadFreeBSD-src-2355cf60809a67a87848a49c1f67b49966a4836f.zip
FreeBSD-src-2355cf60809a67a87848a49c1f67b49966a4836f.tar.gz
Don't expose a constant array into global namespace.
Reported by: Ruslan Yakovlev <quazi bk ru> via yongari MFC after: 3 days
Diffstat (limited to 'sys/dev/tws/tws_services.h')
-rw-r--r--sys/dev/tws/tws_services.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/tws/tws_services.h b/sys/dev/tws/tws_services.h
index 643d720..f9016da 100644
--- a/sys/dev/tws/tws_services.h
+++ b/sys/dev/tws/tws_services.h
@@ -114,7 +114,6 @@ struct error_desc {
char *error_str;
};
-extern struct error_desc array[];
/* ----------- q services ------------- */
#define TWS_FREE_Q 0
OpenPOWER on IntegriCloud