From a456a9e0833ecef39c5e9781b2de829bef5c8ce0 Mon Sep 17 00:00:00 2001 From: msmith Date: Tue, 8 Jan 2002 10:25:12 +0000 Subject: Staticise the flash buffer, since it isn't needed anywhere else. --- sys/dev/an/if_an.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys') 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 -- cgit v1.1