summaryrefslogtreecommitdiffstats
path: root/sys/dev/an
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>2002-01-08 10:25:12 +0000
committermsmith <msmith@FreeBSD.org>2002-01-08 10:25:12 +0000
commita456a9e0833ecef39c5e9781b2de829bef5c8ce0 (patch)
treeb41de8c63bd571cdd63cba812646afaed214670e /sys/dev/an
parent7ff97afb06933ed4027d90c3d67e244afb6e8279 (diff)
downloadFreeBSD-src-a456a9e0833ecef39c5e9781b2de829bef5c8ce0.zip
FreeBSD-src-a456a9e0833ecef39c5e9781b2de829bef5c8ce0.tar.gz
Staticise the flash buffer, since it isn't needed anywhere else.
Diffstat (limited to 'sys/dev/an')
-rw-r--r--sys/dev/an/if_an.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/an/if_an.c b/sys/dev/an/if_an.c
index b27b656..37b4c59 100644
--- a/sys/dev/an/if_an.c
+++ b/sys/dev/an/if_an.c
@@ -2760,7 +2760,7 @@ flashpchar(ifp, byte, dwelltime)
* the card
*/
-char flashbuffer[1024 * 38]; /* RAW Buffer for flash will be
+static char flashbuffer[1024 * 38]; /* RAW Buffer for flash will be
* dynamic next */
static int
OpenPOWER on IntegriCloud