summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/vesa.c
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1998-09-29 04:11:35 +0000
committerache <ache@FreeBSD.org>1998-09-29 04:11:35 +0000
commit374c9167d6576d2a55274925e5c0be9a856be836 (patch)
tree0f9f58813279573acd593bfae11354396ebe799f /sys/i386/isa/vesa.c
parentf4ce5ac9a2d3ed061cb15abbe575df94a173f692 (diff)
downloadFreeBSD-src-374c9167d6576d2a55274925e5c0be9a856be836.zip
FreeBSD-src-374c9167d6576d2a55274925e5c0be9a856be836.tar.gz
cosmetique - remove unneded static in previous commit
Diffstat (limited to 'sys/i386/isa/vesa.c')
-rw-r--r--sys/i386/isa/vesa.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/isa/vesa.c b/sys/i386/isa/vesa.c
index e03c714..54452e8 100644
--- a/sys/i386/isa/vesa.c
+++ b/sys/i386/isa/vesa.c
@@ -23,7 +23,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: vesa.c,v 1.3 1998/09/25 11:55:46 yokota Exp $
+ * $Id: vesa.c,v 1.4 1998/09/29 04:09:39 ache Exp $
*/
#include "sc.h"
@@ -329,7 +329,7 @@ vesa_bios_init(void)
{
#define VESA_INFO_SIZE 512
static u_char buffer[VESA_INFO_SIZE * 2];
- static u_char *buf = buffer;
+ u_char *buf = buffer;
struct vm86frame vmf;
struct vesa_mode vmode;
u_int32_t p;
OpenPOWER on IntegriCloud