diff options
| author | Mike Smith <msmith@FreeBSD.org> | 2002-01-08 10:25:12 +0000 |
|---|---|---|
| committer | Mike Smith <msmith@FreeBSD.org> | 2002-01-08 10:25:12 +0000 |
| commit | fe5d4a9fac0f50d93da9a1d5df85965dd0c8bc9f (patch) | |
| tree | b41de8c63bd571cdd63cba812646afaed214670e | |
| parent | 172f13eb365d8b85c6a441056b7f48078b83af59 (diff) | |
Notes
| -rw-r--r-- | sys/dev/an/if_an.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/an/if_an.c b/sys/dev/an/if_an.c index b27b656b46a1..37b4c59ad7ba 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 |
